Home
last modified time | relevance | path

Searched refs:WPA_SM_STATE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.h24 #define WPA_SM_STATE(_sm) ((_sm)->wpa_state) macro
Dwpa.c1676 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()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wpas_glue.c144 if (WPA_SM_STATE(sm) >= WPA_ASSOCIATED) { in wpa_sm_deauthenticate()