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.c276 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
290 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
429 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
495 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
528 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument
538 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int); in wnm_send_bss_tm_req()
551 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
558 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.c876 u8 req_mode = 0, valid_int = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
915 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
1037 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1041 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
1043 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
1045 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1047 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.h587 u8 req_mode; member