Home
last modified time | relevance | path

Searched refs:WNM_BSS_TM_REQ_DISASSOC_IMMINENT (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwnm_sta.c684 if (wpa_s->wnm_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT) { in get_mbo_transition_candidate()
1467 disassoc_imminent = wpa_s->wnm_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in ieee802_11_rx_bss_trans_mgmt_req()
1549 WNM_BSS_TM_REQ_DISASSOC_IMMINENT) && in ieee802_11_rx_bss_trans_mgmt_req()
2059 if (!(wpa_s->wnm_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT)) in wnm_is_bss_excluded()
Dmbo.c537 WNM_BSS_TM_REQ_DISASSOC_IMMINENT) { in wpas_mbo_ie_trans_req()
/hostap-latest/src/ap/
Dwnm_ap.c861 WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in wnm_send_disassoc_imminent()
928 WNM_BSS_TM_REQ_DISASSOC_IMMINENT | in wnm_send_ess_disassoc_imminent()
Dctrl_iface_ap.c1433 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1471 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
/hostap-latest/src/common/
Dieee802_11_defs.h1936 #define WNM_BSS_TM_REQ_DISASSOC_IMMINENT BIT(2) macro