Home
last modified time | relevance | path

Searched refs:req_mode (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwnm_ap.c278 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
292 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
458 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
524 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
557 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument
568 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int); in wnm_send_bss_tm_req()
581 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
588 if ((req_mode & WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED) && in wnm_send_bss_tm_req()
Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c833 u8 req_mode = 0, valid_int = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
874 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
996 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1000 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
1002 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
1004 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1037 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
1061 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h601 u8 req_mode; member