Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwnm_ap.c408 mgmt->u.action.u.bss_tm_req.req_mode = 0; in ieee802_11_send_bss_trans_mgmt_request()
417 mgmt->u.action.u.bss_tm_req.req_mode, in ieee802_11_send_bss_trans_mgmt_request()
860 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_disassoc_imminent()
927 mgmt->u.action.u.bss_tm_req.req_mode = in wnm_send_ess_disassoc_imminent()
960 u8 req_mode, int disassoc_timer, u8 valid_int, in wnm_send_bss_tm_req() argument
973 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int, in wnm_send_bss_tm_req()
987 mgmt->u.action.u.bss_tm_req.req_mode = req_mode; in wnm_send_bss_tm_req()
994 if ((req_mode & WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED) && in wnm_send_bss_tm_req()
H A Drrm.h28 u8 req_mode, const struct wpabuf *req);
H A Dwnm_ap.h22 u8 req_mode, int disassoc_timer, u8 valid_int,
H A Dctrl_iface_ap.c1345 u8 req_mode = 0, valid_int = 0x01, dialog_token = 0x01; in hostapd_ctrl_iface_bss_tm_req() local
1392 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
1425 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1429 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED; in hostapd_ctrl_iface_bss_tm_req()
1431 req_mode |= WNM_BSS_TM_REQ_ABRIDGED; in hostapd_ctrl_iface_bss_tm_req()
1433 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1435 req_mode |= WNM_BSS_TM_REQ_LINK_REMOVAL_IMMINENT; in hostapd_ctrl_iface_bss_tm_req()
1471 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) { in hostapd_ctrl_iface_bss_tm_req()
1496 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer, in hostapd_ctrl_iface_bss_tm_req()
H A Drrm.c621 u8 req_mode, const struct wpabuf *req) in hostapd_send_beacon_req() argument
702 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */ in hostapd_send_beacon_req()
/freebsd/sys/dev/ice/
H A Dice_type.h621 enum ice_fc_mode req_mode; /* FC mode requested by caller */
600 enum ice_fc_mode req_mode; /* FC mode requested by caller */ global() member
H A Dice_common.c3782 * @req_mode: FC mode to configure in ice_cfg_phy_fec()
3786 enum ice_fc_mode req_mode) in ice_cfg_phy_fec()
3793 switch (req_mode) {
3841 cache_data.data.curr_user_fc_req = req_mode; in ice_aq_set_link_restart_an()
3886 status = ice_cfg_phy_fc(pi, &cfg, pi->fc.req_mode);
3485 ice_cfg_phy_fc(struct ice_port_info * pi,struct ice_aqc_set_phy_cfg_data * cfg,enum ice_fc_mode req_mode) ice_cfg_phy_fc() argument
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c3286 u8 req_mode = 0; in hostapd_ctrl_iface_req_beacon() local
3299 req_mode = val; in hostapd_ctrl_iface_req_beacon()
3310 ret = hostapd_send_beacon_req(hapd, addr, req_mode, req); in hostapd_ctrl_iface_req_beacon()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1113 u8 req_mode; member