Searched refs:WPA_SM_STATE (Results 1 – 3 of 3) sorted by relevance
24 #define WPA_SM_STATE(_sm) ((_sm)->wpa_state) macro
1676 if (WPA_SM_STATE(sm) == WPA_COMPLETED) { in wpa_supplicant_process_1_of_2()2106 if(WPA_MIC_FAILURE==WPA_SM_STATE(sm)) in wpa_sm_set_state()2660 switch(WPA_SM_STATE(sm)) { in eapol_txcb()2702 if ( WPA_SM_STATE(sm) == WPA_MIC_FAILURE || WPA_SM_STATE(sm) == WPA_FIRST_HALF_4WAY_HANDSHAKE in wpa_sta_in_4way_handshake()2703 || WPA_SM_STATE(sm) == WPA_LAST_HALF_4WAY_HANDSHAKE) { in wpa_sta_in_4way_handshake()
144 if (WPA_SM_STATE(sm) >= WPA_ASSOCIATED) { in wpa_sm_deauthenticate()