OSDN Git Service

Accumulative patch from commit dc013f1e37df3462085cf01a13f0c432f146ad7a
[android-x86/external-wpa_supplicant_8.git] / src / ap / sta_info.h
index b3c57b4..32ea46e 100644 (file)
@@ -95,7 +95,8 @@ struct sta_info {
        struct hostapd_ssid *ssid_probe; /* SSID selection based on ProbeReq */
 
        int vlan_id;
-       u8 *psk; /* PSK from RADIUS authentication server */
+        /* PSKs from RADIUS authentication server */
+       struct hostapd_sta_wpa_psk_short *psk;
 
        char *identity; /* User-Name from RADIUS */
        char *radius_cui; /* Chargeable-User-Identity from RADIUS */
@@ -121,6 +122,13 @@ struct sta_info {
 
        struct wpabuf *wps_ie; /* WPS IE from (Re)Association Request */
        struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */
+       struct wpabuf *hs20_ie; /* HS 2.0 IE from (Re)Association Request */
+
+       struct os_time connected_time;
+
+#ifdef CONFIG_SAE
+       struct sae_data *sae;
+#endif /* CONFIG_SAE */
 };