Searched refs:WPA_AUTH (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.h | 450 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH, enumerator
|
H A D | ieee802_11.c | 396 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key() 968 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta() 2285 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 3235 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 5480 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc()
|
H A D | wpa_auth.c | 2311 case WPA_AUTH: 2420 if (sm->mgmt_frame_prot && event == WPA_AUTH) 2424 (event == WPA_AUTH || event == WPA_ASSOC))
|
H A D | drv_callbacks.c | 1568 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
|