Searched refs:nsts (Results 1 – 3 of 3) sorted by relevance
23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument53 if (nsts != 0) { in hostapd_eid_vht_capabilities()62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
4995 u32 nsts = 0, sta_nsts; in send_assoc_resp() local5000 nsts = (hapd->iface->conf->vht_capab >> in send_assoc_resp()5006 if (nsts < sta_nsts) in send_assoc_resp()5007 nsts = 0; in send_assoc_resp()5009 nsts = sta_nsts; in send_assoc_resp()5011 p = hostapd_eid_vht_capabilities(hapd, p, nsts); in send_assoc_resp()