Searched refs:req_mode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | wnm_ap.c | 384 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request() 393 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request() 691 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent() 757 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent() 790 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument 802 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int, in wnm_send_bss_tm_req() 816 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req() 823 if ((req_mode & WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED) && in wnm_send_bss_tm_req()
|
| H A D | rrm.h | 28 u8 req_mode, const struct wpabuf *req);
|
| H A D | wnm_ap.h | 22 u8 req_mode, int disassoc_timer, u8 valid_int,
|
| H A D | rrm.c | 570 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req() argument 651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 843 u8 req_mode = 0, valid_int = 0x01, dialog_token = 0x01; in hostapd_ctrl_iface_bss_tm_req() local 890 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req() 923 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req() 927 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req() 929 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req() 931 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req() 967 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req() 992 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req() 3142 u8 req_mode = 0; in hostapd_ctrl_iface_req_beacon() local 3155 req_mode = val; in hostapd_ctrl_iface_req_beacon() [all …]
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_type.h | 522 enum ice_fc_mode req_mode; /* FC mode requested by caller */ member
|
| H A D | ice_common.c | 3362 enum ice_fc_mode req_mode) in ice_cfg_phy_fc() argument 3369 switch (req_mode) { in ice_cfg_phy_fc() 3417 cache_data.data.curr_user_fc_req = req_mode; in ice_cfg_phy_fc() 3462 status = ice_cfg_phy_fc(pi, &cfg, pi->fc.req_mode); in ice_set_fc()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | ieee802_11_defs.h | 1035 u8 req_mode; member
|