HomeSort by: relevance | last modified time | path
    Searched refs:nsts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_vht.c 24 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts)
54 if (nsts != 0) {
63 host_to_le32(nsts << VHT_CAP_BEAMFORMEE_STS_OFFSET);
ieee802_11.h 63 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
ieee802_11.c 4958 u32 nsts = 0, sta_nsts; local
4963 nsts = (hapd->iface->conf->vht_capab >>
4969 if (nsts < sta_nsts)
4970 nsts = 0;
4972 nsts = sta_nsts;
4974 p = hostapd_eid_vht_capabilities(hapd, p, nsts);

Completed in 23 milliseconds