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

  /src/external/bsd/wpa/dist/src/ap/
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