Add a reattach command for fast reassociate-back-to-same-BSS
[mech_eap.git] / wpa_supplicant / wpa_supplicant_i.h
index fd162d7..739b11f 100644 (file)
@@ -594,6 +594,7 @@ struct wpa_supplicant {
        u8 pending_eapol_rx_src[ETH_ALEN];
        unsigned int last_eapol_matches_bssid:1;
        unsigned int eap_expected_failure:1;
+       unsigned int reattach:1; /* reassociation to the same BSS requested */
 
        struct ibss_rsn *ibss_rsn;