Searched refs:mcs (Results 1 – 11 of 11) sorted by relevance
/hostap-latest/src/ap/ |
D | beacon.c | 1869 const u8 *he_mcs = mode->he_capab[IEEE80211_MODE_AP].mcs; in hostapd_gen_fils_discovery_nss() 1871 u16 mcs[6]; in hostapd_gen_fils_discovery_nss() local 1873 os_memset(mcs, 0xff, 6 * sizeof(u16)); in hostapd_gen_fils_discovery_nss() 1876 mcs[0] = WPA_GET_LE16(&he_mcs[0]); in hostapd_gen_fils_discovery_nss() 1877 mcs[1] = WPA_GET_LE16(&he_mcs[2]); in hostapd_gen_fils_discovery_nss() 1881 mcs[2] = WPA_GET_LE16(&he_mcs[4]); in hostapd_gen_fils_discovery_nss() 1882 mcs[3] = WPA_GET_LE16(&he_mcs[6]); in hostapd_gen_fils_discovery_nss() 1886 mcs[4] = WPA_GET_LE16(&he_mcs[8]); in hostapd_gen_fils_discovery_nss() 1887 mcs[5] = WPA_GET_LE16(&he_mcs[10]); in hostapd_gen_fils_discovery_nss() 1898 (((mcs[0] & nss_mask) != nss_mask) || in hostapd_gen_fils_discovery_nss() [all …]
|
D | ieee802_11_he.c | 137 os_memcpy(cap->optional, mode->he_capab[opmode].mcs, mcs_nss_size); in hostapd_eid_he_capab() 435 ap_mcs_set = (u16 *) hapd->iface->current_mode->he_capab[opmode].mcs; in check_valid_he_mcs()
|
D | ieee802_11_eht.c | 184 os_memcpy(pos, eht_cap->mcs, mcs_nss_len); in hostapd_eid_eht_capab() 330 ap_mcs = mode->eht_capab[opmode].mcs; in check_valid_eht_mcs()
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_capa.c | 1633 u8 *mcs; in phy_info_ht_capa() local 1634 mcs = nla_data(mcs_set); in phy_info_ht_capa() 1635 os_memcpy(mode->mcs_set, mcs, 16); in phy_info_ht_capa() 1648 u8 *mcs; in phy_info_vht_capa() local 1649 mcs = nla_data(mcs_set); in phy_info_vht_capa() 1650 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa() 1969 if (len > sizeof(he_capab->mcs)) in phy_info_iftype_copy() 1970 len = sizeof(he_capab->mcs); in phy_info_iftype_copy() 1971 os_memcpy(he_capab->mcs, in phy_info_iftype_copy() 2018 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy() [all …]
|
D | driver_zephyr.h | 71 struct wpa_supp_event_mcs_info mcs; member 95 unsigned char mcs[HE_MAX_MCS_CAPAB_SIZE]; member
|
D | nl80211_copy.h | 5302 __u16 mcs[NL80211_VHT_NSS_MAX]; member 5311 __u16 mcs[NL80211_HE_NSS_MAX]; member
|
D | driver_zephyr.c | 811 memcpy(mode->he_capab[IEEE80211_MODE_AP].mcs, he->mcs, HE_MAX_MCS_CAPAB_SIZE); in phy_info_he_capa_cfg() 863 &band_info->ht_cap.mcs); in phy_info_band_cfg()
|
D | driver.h | 194 u8 mcs[HE_MAX_MCS_CAPAB_SIZE]; member 204 u8 mcs[EHT_MCS_NSS_CAPAB_LEN]; member
|
D | driver_nl80211.c | 4643 vht_rate.mcs[0] = BIT(params->beacon_rate); in nl80211_put_beacon_rate() 4660 he_rate.mcs[0] = BIT(params->beacon_rate); in nl80211_put_beacon_rate()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 686 <tr><td>rx-he-mcs</td><td>i</td><td>MCS index (rx, he)</td><td>No</td> 687 <tr><td>tx-he-mcs</td><td>i</td><td>MCS index (tx, he)</td><td>No</td> 688 <tr><td>rx-vht-mcs</td><td>i</td><td>MCS index (rx, vht)</td><td>No</td> 689 <tr><td>tx-vht-mcs</td><td>i</td><td>MCS index (tx, vht)</td><td>No</td> 690 <tr><td>rx-mcs</td><td>i</td><td>MCS index (rx)</td><td>No</td> 691 <tr><td>tx-mcs</td><td>i</td><td>MCS index (tx)</td><td>No</td>
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 2862 u8 mcs; in hostapd_maxnss() local 2890 mcs = (mcs_map >> (2 * i)) & 0x03; in hostapd_maxnss() 2891 if (mcs != 0x03) { in hostapd_maxnss()
|