Home
last modified time | relevance | path

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

/hostap-latest/src/drivers/
Ddriver_nl80211_capa.c1621 struct nlattr *mcs_set) in phy_info_ht_capa() argument
1632 if (mcs_set && nla_len(mcs_set) >= 16) { in phy_info_ht_capa()
1634 mcs = nla_data(mcs_set); in phy_info_ht_capa()
1635 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa()
1642 struct nlattr *mcs_set) in phy_info_vht_capa() argument
1647 if (mcs_set && nla_len(mcs_set) >= 8) { in phy_info_vht_capa()
1649 mcs = nla_data(mcs_set); in phy_info_vht_capa()
Ddriver_common.c168 return mode->mcs_set[0] == 0xff; in ht_supported()
Ddriver_zephyr.c776 struct wpa_supp_event_mcs_info *mcs_set) in phy_info_ht_capa_cfg() argument
787 if (mcs_set) { in phy_info_ht_capa_cfg()
788 os_memcpy(mode->mcs_set, mcs_set, sizeof(*mcs_set)); in phy_info_ht_capa_cfg()
Ddriver.h283 u8 mcs_set[16]; member
/hostap-latest/src/ap/
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()
Dieee802_11_ht.c40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
/hostap-latest/hostapd/
Dctrl_iface.c2858 u8 *mcs_set = NULL; in hostapd_maxnss() local
2868 mcs_set = sta->ht_capabilities->supported_mcs_set; in hostapd_maxnss()
2878 if (ht_supported && mcs_set) { in hostapd_maxnss()
2879 if (mcs_set[0]) in hostapd_maxnss()
2881 if (mcs_set[1]) in hostapd_maxnss()
2883 if (mcs_set[2]) in hostapd_maxnss()
2885 if (mcs_set[3]) in hostapd_maxnss()