Searched refs:req_mode (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/wpa/src/ap/
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 Dwnm_ap.c384 mgmt->u.action.u.bss_tm_req.req_mode = 0;
390 MACSTR " dialog_token=%u req_mode=0x%x disassoc_timer=%u "
393 mgmt->u.action.u.bss_tm_req.req_mode,
691 mgmt->u.action.u.bss_tm_req.req_mode =
757 mgmt->u.action.u.bss_tm_req.req_mode =
790 u8 req_mode, int disassoc_timer, u8 valid_int,
801 " req_mode=0x%x disassoc_timer=%d valid_int=0x%x dialog_token=%u",
802 MAC2STR(sta->addr), req_mode, disassoc_timer, valid_int,
816 mgmt->u.action.u.bss_tm_req.req_mode = req_mode;
789 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, u8 dialog_token, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) argument
[all...]
H A Drrm.c570 u8 req_mode, const struct wpabuf *req)
651 wpabuf_put_u8(buf, req_mode); /* Measurement Request Mode */
569 hostapd_send_beacon_req(struct hostapd_data *hapd, const u8 *addr, u8 req_mode, const struct wpabuf *req) argument
/freebsd-current/contrib/wpa/hostapd/
H A Dctrl_iface.c843 u8 req_mode = 0, valid_int = 0x01, dialog_token = 0x01; local
890 req_mode |= WNM_BSS_TM_REQ_BSS_TERMINATION_INCLUDED;
923 req_mode |= WNM_BSS_TM_REQ_ESS_DISASSOC_IMMINENT;
927 req_mode |= WNM_BSS_TM_REQ_PREF_CAND_LIST_INCLUDED;
929 req_mode |= WNM_BSS_TM_REQ_ABRIDGED;
931 req_mode |= WNM_BSS_TM_REQ_DISASSOC_IMMINENT;
967 !(req_mode & WNM_BSS_TM_REQ_DISASSOC_IMMINENT))) {
992 ret = wnm_send_bss_tm_req(hapd, sta, req_mode, disassoc_timer,
3142 u8 req_mode = 0; local
3150 if (os_strncmp(pos, "req_mode
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_type.h604 enum ice_fc_mode req_mode; /* FC mode requested by caller */ member in struct:ice_fc_info
H A Dice_common.c3489 * @req_mode: FC mode to configure
3493 enum ice_fc_mode req_mode)
3500 switch (req_mode) {
3548 cache_data.data.curr_user_fc_req = req_mode;
3593 status = ice_cfg_phy_fc(pi, &cfg, pi->fc.req_mode);
3492 ice_cfg_phy_fc(struct ice_port_info *pi, struct ice_aqc_set_phy_cfg_data *cfg, enum ice_fc_mode req_mode) argument
/freebsd-current/contrib/wpa/src/common/
H A Dieee802_11_defs.h1035 u8 req_mode; member in struct:ieee80211_mgmt::__anon21::__anon30::__anon31::__anon42

Completed in 233 milliseconds