Home
last modified time | relevance | path

Searched refs:wpa_auth_sm_event (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c88 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notify_assoc_fils_finish()
879 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in hostapd_notif_assoc()
884 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FILS); in hostapd_notif_assoc()
887 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC); in hostapd_notif_assoc()
918 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_remove_sta()
1568 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in hostapd_notify_auth_fils_finish()
H A Dieee802_11.c396 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()
4774 wpa_auth_sm_event(sta->wpa_sm, WPA_DRV_STA_REMOVED); in add_associated_sta()
5480 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH); in handle_assoc()
5777 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in hostapd_deauth_sta()
5800 wpa_auth_sm_event(sta->wpa_sm, WPA_DISASSOC); in hostapd_disassoc_sta()
5831 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in hostapd_disassoc_sta()
6665 wpa_auth_sm_event(sta->wpa_sm, WPA_ASSOC_FT); in handle_assoc_cb()
[all …]
H A Dwpa_auth.h454 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event);
H A Dieee802_1x.c1266 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()
H A Dsta_info.c1631 wpa_auth_sm_event(sta->wpa_sm, WPA_DEAUTH); in ap_sta_disconnect()
H A Dhostapd.c4054 wpa_auth_sm_event(sta->wpa_sm, WPA_REAUTH); in hostapd_new_assoc_sta()
H A Dwpa_auth.c2300 int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event) function
/freebsd/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c493 if (wpa_auth_sm_event(peer->auth, WPA_ASSOC)) in ibss_rsn_auth_init()