Searched refs:WPA_AUTH (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.h | 393 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH, enumerator
|
D | ieee802_11.c | 358 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key() 950 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta() 2223 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 3730 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 5440 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc()
|
D | wpa_auth.c | 1796 case WPA_AUTH: in wpa_auth_sm_event() 1898 if (sm->mgmt_frame_prot && event == WPA_AUTH) in wpa_auth_sm_event() 1902 (event == WPA_AUTH || event == WPA_ASSOC)) in wpa_auth_sm_event()
|
D | drv_callbacks.c | 1213 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
|