Searched refs:htcap (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c939 scan.htcap = frm;
958 if (scan.htcap == NULL)
959 scan.htcap = frm;
1019 if (scan.htcap != NULL) {
1020 IEEE80211_VERIFY_LENGTH(scan.htcap[1],
1021 scan.htcap[0] == IEEE80211_ELEMID_VENDOR ?
1024 scan.htcap = NULL);
1072 if (scan.htcap != NULL)
1073 ieee80211_parse_htcap(in, scan.htcap);
1145 uint8_t *htcap, *htinf local
[all...]
H A Dnet80211_ht.c615 ieee80211_ht_node_init(struct ieee80211_node *in, const uint8_t *htcap) argument
628 ieee80211_parse_htcap(in, htcap);
972 const struct ieee80211_ie_htcap *htcap; local
981 htcap = (const struct ieee80211_ie_htcap *) ie;
983 if (ieee80211_isclr(htcap->hc_mcsset, i))
H A Dnet80211_impl.h318 uint8_t *htcap; member in struct:ieee80211_scanparams
H A Dnet80211_node.c1143 saveie(&in->in_htcap_ie, sp->htcap);
1145 if (sp->htcap != NULL)
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h106 const uint8_t *htcap, int flags);

Completed in 294 milliseconds