/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 94 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notify_assoc_fils_finish() 728 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc() 733 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notif_assoc() 736 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc() 795 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_notif_disassoc() 1287 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
|
H A D | ieee802_11.c | 358 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key() 969 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta() 2256 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 3884 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 4986 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta() 5598 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc() 5891 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in handle_disassoc() 5922 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_disassoc() 5964 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_deauth() 6559 wpa_auth_sm_event(st in handle_assoc_cb() [all...] |
H A D | wpa_auth.h | 395 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
|
H A D | ieee802_1x.c | 1173 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive() 2397 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
|
H A D | sta_info.c | 1537 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
|
H A D | hostapd.c | 3314 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
|
H A D | wpa_auth.c | 1823 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event) in wpa_auth_sm_event() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 81 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notify_assoc_fils_finish() 635 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc() 640 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notif_assoc() 643 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc() 698 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_notif_disassoc() 1071 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
|
H A D | ieee802_11.c | 290 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in auth_shared_key() 755 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in sae_accept_sta() 1900 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 2351 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 3398 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta() 3994 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc() 4291 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in handle_disassoc() 4322 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_disassoc() 4357 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in handle_deauth() 4913 wpa_auth_sm_event(st in handle_assoc_cb() [all...] |
H A D | wpa_auth.h | 346 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
|
H A D | ieee802_1x.c | 1165 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive() 2371 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
|
H A D | sta_info.c | 1327 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
|
H A D | hostapd.c | 3093 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
|
H A D | wpa_auth.c | 1733 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event) in wpa_auth_sm_event() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ibss_rsn.c | 473 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ibss_rsn.c | 504 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
|