Home
last modified time | relevance | path

Searched refs:ieee802_1x_notify_port_enabled (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_1x.h44 void ieee802_1x_notify_port_enabled(struct eapol_state_machine *sm,
H A Dsta_info.c549 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_handle_timer()
738 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_remove()
1328 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_disconnect()
H A Ddrv_callbacks.c82 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in hostapd_notify_assoc_fils_finish()
634 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in hostapd_notif_assoc()
687 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in hostapd_notif_disassoc()
H A Dwpa_auth_glue.c200 ieee802_1x_notify_port_enabled(sta->eapol_sm, value); in hostapd_wpa_auth_set_eapol()
H A Dieee802_11.c4295 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_disassoc()
4363 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_deauth()
4905 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in handle_assoc_cb()
H A Dieee802_1x.c2673 void ieee802_1x_notify_port_enabled(struct eapol_state_machine *sm, in ieee802_1x_notify_port_enabled() function