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.c1610 struct nlattr *mcs_set) in phy_info_ht_capa() argument
1621 if (mcs_set && nla_len(mcs_set) >= 16) { in phy_info_ht_capa()
1623 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1624 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1631 struct nlattr *mcs_set) in phy_info_vht_capa() argument
1636 if (mcs_set && nla_len(mcs_set) >= 8) { in phy_info_vht_capa()
1638 mcs = nla_data(mcs_set); in phy_info_vht_capa()
H A Ddriver_common.c168 return mode->mcs_set[0] == 0xff; in ht_supported()
H A Ddriver.h283 u8 mcs_set[16]; member
/freebsd/contrib/wpa/src/ap/
H A Dctrl_iface_ap.c31 size_t curr_len, const u8 *mcs_set) in hostapd_write_ht_mcs_bitmask() argument
43 len += wpa_snprintf_hex(buf + len, buflen - len, mcs_set, 10); in hostapd_write_ht_mcs_bitmask()
1016 mode->mcs_set); in hostapd_ctrl_iface_status()
H A Dieee802_11_ht.c40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2853 u8 *mcs_set = NULL; in hostapd_maxnss() local
2863 mcs_set = sta->ht_capabilities->supported_mcs_set; in hostapd_maxnss()
2873 if (ht_supported && mcs_set) { in hostapd_maxnss()
2874 if (mcs_set[0]) in hostapd_maxnss()
2876 if (mcs_set[1]) in hostapd_maxnss()
2878 if (mcs_set[2]) in hostapd_maxnss()
2880 if (mcs_set[3]) in hostapd_maxnss()