Searched refs:mcs_set (Results 1 – 6 of 6) sorted by relevance
1610 struct nlattr *mcs_set) in phy_info_ht_capa() argument1621 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() argument1636 if (mcs_set && nla_len(mcs_set) >= 8) { in phy_info_vht_capa()1638 mcs = nla_data(mcs_set); in phy_info_vht_capa()
168 return mode->mcs_set[0] == 0xff; in ht_supported()
283 u8 mcs_set[16]; member
31 size_t curr_len, const u8 *mcs_set) in hostapd_write_ht_mcs_bitmask() argument43 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()
40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
2853 u8 *mcs_set = NULL; in hostapd_maxnss() local2863 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()