Home
last modified time | relevance | path

Searched refs:nsts (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
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()
Dieee802_11.h55 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
Dieee802_11.c3414 u32 nsts = 0, sta_nsts; in send_assoc_resp() local
3419 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()