Searched refs:WLAN_REASON_UNSPECIFIED (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | utils.c | 84 ap_sta_disassociate(ohapd, osta, WLAN_REASON_UNSPECIFIED); in prune_associations()
|
H A D | drv_callbacks.c | 264 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 D | ctrl_iface_ap.c | 1599 WLAN_REASON_UNSPECIFIED); in hostapd_disassoc_accept_mac() 1618 WLAN_REASON_UNSPECIFIED); in hostapd_disassoc_deny_mac()
|
H A D | sta_info.c | 491 hapd, sta, WLAN_REASON_UNSPECIFIED); in hostapd_free_stas()
|
H A D | ieee802_11.c | 6678 WLAN_REASON_UNSPECIFIED); in handle_assoc_cb()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | mesh_mpm.c | 569 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 D | events.c | 3493 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 D | wpa_supplicant.c | 4771 wpa_supplicant_deauthenticate(wpa_s, WLAN_REASON_UNSPECIFIED); in wpa_supplicant_reconnect()
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 914 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 D | ieee80211.h | 637 WLAN_REASON_UNSPECIFIED = 1, enumerator
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_defs.h | 238 #define WLAN_REASON_UNSPECIFIED 1 macro
|