Home
last modified time | relevance | path

Searched refs:mcs_set (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2102 struct nlattr *mcs_set) in phy_info_ht_capa() argument
2113 if (mcs_set && nla_len(mcs_set) >= 16) { in phy_info_ht_capa()
2115 mcs = nla_data(mcs_set); in phy_info_ht_capa()
2116 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
2123 struct nlattr *mcs_set) in phy_info_vht_capa() argument
2128 if (mcs_set && nla_len(mcs_set) >= 8) { in phy_info_vht_capa()
2130 mcs = nla_data(mcs_set); in phy_info_vht_capa()
H A Ddriver_common.c178 return mode->mcs_set[0] == 0xff; in ht_supported()
H A Ddriver.h296 u8 mcs_set[16]; member
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_ht.c40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
H A Dctrl_iface_ap.c32 size_t curr_len, const u8 *mcs_set) in hostapd_write_ht_mcs_bitmask() argument
44 len += wpa_snprintf_hex(buf + len, buflen - len, mcs_set, 10); in hostapd_write_ht_mcs_bitmask()
1047 mode->mcs_set); in hostapd_ctrl_iface_status()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2662 u8 *mcs_set = NULL; in hostapd_maxnss() local
2672 mcs_set = sta->ht_capabilities->supported_mcs_set; in hostapd_maxnss()
2682 if (ht_supported && mcs_set) { in hostapd_maxnss()
2683 if (mcs_set[0]) in hostapd_maxnss()
2685 if (mcs_set[1]) in hostapd_maxnss()
2687 if (mcs_set[2]) in hostapd_maxnss()
2689 if (mcs_set[3]) in hostapd_maxnss()