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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_vht.c23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) argument
53 if (nsts != 0) {
62 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET);
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; local
3569 nsts = (hapd->iface->conf->vht_capab >>
3575 if (nsts < sta_nsts)
3576 nsts = 0;
3578 nsts = sta_nsts;
3580 p = hostapd_eid_vht_capabilities(hapd, p, nsts);

Completed in 113 milliseconds