Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_1x.h44 void ieee802_1x_notify_port_enabled(struct eapol_state_machine *sm,
Dsta_info.c585 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_handle_timer()
775 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_remove()
1375 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in ap_sta_disconnect()
Ddrv_callbacks.c84 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in hostapd_notify_assoc_fils_finish()
720 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in hostapd_notif_assoc()
775 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in hostapd_notif_disassoc()
Dwpa_auth_glue.c282 ieee802_1x_notify_port_enabled(sta->eapol_sm, value); in hostapd_wpa_auth_set_eapol()
Dieee802_11.c5737 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_disassoc()
5806 ieee802_1x_notify_port_enabled(sta->eapol_sm, 0); in handle_deauth()
6397 ieee802_1x_notify_port_enabled(sta->eapol_sm, 1); in handle_assoc_cb()
Dieee802_1x.c2680 void ieee802_1x_notify_port_enabled(struct eapol_state_machine *sm, in ieee802_1x_notify_port_enabled() function