Home
last modified time | relevance | path

Searched refs:nsts (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
53 if (nsts != 0) { in hostapd_eid_vht_capabilities()
62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
H A Dieee802_11.h56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
H A Dieee802_11.c5153 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
5158 nsts = (hapd->iface->conf->vht_capab >> in send_assoc_resp()
5164 if (nsts < sta_nsts) in send_assoc_resp()
5165 nsts = 0; in send_assoc_resp()
5167 nsts = sta_nsts; in send_assoc_resp()
5169 p = hostapd_eid_vht_capabilities(hapd, p, nsts); in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
53 if (nsts != 0) { in hostapd_eid_vht_capabilities()
62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET); in hostapd_eid_vht_capabilities()
H A Dieee802_11.h56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
H A Dieee802_11.c3564 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
3569 nsts = (hapd->iface->conf->vht_capab >> in send_assoc_resp()
3575 if (nsts < sta_nsts) in send_assoc_resp()
3576 nsts = 0; in send_assoc_resp()
3578 nsts = sta_nsts; in send_assoc_resp()
3580 p = hostapd_eid_vht_capabilities(hapd, p, nsts); in send_assoc_resp()

Completed in 15 milliseconds