Home
last modified time | relevance | path

Searched refs:WLAN_REASON_UNSPECIFIED (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dutils.c84 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
H A Ddrv_callbacks.c264 u16 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
377 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
392 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
411 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
536 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
560 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
584 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
626 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
831 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
865 reason = WLAN_REASON_UNSPECIFIED; in hostapd_notif_assoc()
H A Dctrl_iface_ap.c1599 WLAN_REASON_UNSPECIFIED); in hostapd_disassoc_accept_mac()
1618 WLAN_REASON_UNSPECIFIED); in hostapd_disassoc_deny_mac()
H A Dsta_info.c491 hapd, sta, WLAN_REASON_UNSPECIFIED); in hostapd_free_stas()
H A Dieee802_11.c6678 WLAN_REASON_UNSPECIFIED); in handle_assoc_cb()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c569 wpa_s, sta->addr, WLAN_REASON_UNSPECIFIED); in mesh_mpm_plink_close()
1435 wpa_s, sta->addr, WLAN_REASON_UNSPECIFIED); in mesh_mpm_free_sta()
H A Devents.c3493 WLAN_REASON_UNSPECIFIED); in wpa_supplicant_event_associnfo()
3519 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_event_associnfo()
3538 WLAN_REASON_UNSPECIFIED); in wpa_supplicant_event_associnfo()
H A Dwpa_supplicant.c4771 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_reconnect()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c914 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_4_wpa()
1118 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_4()
2530 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_3_of_4_wpa()
2806 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_3_of_4()
2986 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_mlo_1_of_2()
3122 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_2_wpa()
3243 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_process_1_of_2()
4098 wpa_sm_deauthenticate(sm, WLAN_REASON_UNSPECIFIED); in wpa_sm_pmksa_free_cb()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h637 WLAN_REASON_UNSPECIFIED = 1, enumerator
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h238 #define WLAN_REASON_UNSPECIFIED 1 macro