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()
55 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
3414 u32 nsts = 0, sta_nsts; in send_assoc_resp() local3419 nsts = (hapd->iface->conf->vht_capab >> in send_assoc_resp()3425 if (nsts < sta_nsts) in send_assoc_resp()3426 nsts = 0; in send_assoc_resp()3428 nsts = sta_nsts; in send_assoc_resp()3430 p = hostapd_eid_vht_capabilities(hapd, p, nsts); in send_assoc_resp()