Searched refs:wpa_auth_sm_event (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/tests/fuzzing/eapol-key-auth/ |
D | eapol-key-auth.c | 271 wpa_auth_sm_event(wpa->auth, WPA_ASSOC); in auth_init()
|
/hostap-latest/src/ap/ |
D | drv_callbacks.c | 88 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notify_assoc_fils_finish() 881 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc() 886 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notif_assoc() 889 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc() 920 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_remove_sta() 1570 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
|
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() 2287 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth_fils_finish() 3240 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_auth() 4781 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta() 5487 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc() 5786 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in hostapd_deauth_sta() 5809 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_disassoc_sta() 5840 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in hostapd_disassoc_sta() 6674 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in handle_assoc_cb() [all …]
|
D | wpa_auth.h | 477 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
|
D | ieee802_1x.c | 1266 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_receive() 2496 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH_EAPOL); in ieee802_1x_eapol_event()
|
D | sta_info.c | 1651 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
|
D | hostapd.c | 4047 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
|
D | wpa_auth.c | 2302 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event) function
|
/hostap-latest/wpa_supplicant/ |
D | ibss_rsn.c | 493 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()
|