OSDN Git Service

Accumulative patch from commit dc013f1e37df3462085cf01a13f0c432f146ad7a
[android-x86/external-wpa_supplicant_8.git] / src / ap / sta_info.h
index d5e92fa..32ea46e 100644 (file)
@@ -127,8 +127,7 @@ struct sta_info {
        struct os_time connected_time;
 
 #ifdef CONFIG_SAE
-       enum { SAE_INIT, SAE_COMMIT, SAE_CONFIRM } sae_state;
-       u16 sae_send_confirm;
+       struct sae_data *sae;
 #endif /* CONFIG_SAE */
 };