Searched refs:mcs_set (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/src/drivers/ |
D | driver_nl80211_capa.c | 1621 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()
|
D | driver_common.c | 168 return mode->mcs_set[0] == 0xff; in ht_supported()
|
D | driver_zephyr.c | 776 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()
|
D | driver.h | 283 u8 mcs_set[16]; member
|
/hostap-latest/src/ap/ |
D | ctrl_iface_ap.c | 31 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()
|
D | ieee802_11_ht.c | 40 os_memcpy(cap->supported_mcs_set, hapd->iface->current_mode->mcs_set, in hostapd_eid_ht_capabilities()
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 2858 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()
|