Searched refs:htinfo (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_input.c945 scan.htinfo = frm;
961 if (scan.htinfo == NULL)
962 scan.htinfo = frm;
1026 if (scan.htinfo != NULL) {
1027 IEEE80211_VERIFY_LENGTH(scan.htinfo[1],
1028 scan.htinfo[0] == IEEE80211_ELEMID_VENDOR ?
1031 scan.htinfo = NULL);
1074 if (scan.htinfo != NULL) {
1075 ieee80211_parse_htinfo(in, scan.htinfo);
1145 uint8_t *htcap, *htinfo; local
[all...]
H A Dnet80211_ht.c909 const struct ieee80211_ie_htinfo *htinfo; local
916 htinfo = (const struct ieee80211_ie_htinfo *)ie;
917 in->in_htctlchan = htinfo->hi_ctrlchannel;
918 in->in_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN);
919 w = *(uint16_t *)(&htinfo->hi_byte2);
921 w = *(uint16_t *)(&htinfo->hi_byte45);
931 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) &&
1006 const struct ieee80211_ie_htinfo *htinfo; local
1012 htinfo = (const struct ieee80211_ie_htinfo *) ie;
1020 if (ieee80211_isclr(htinfo
[all...]
H A Dnet80211_impl.h319 uint8_t *htinfo; member in struct:ieee80211_scanparams
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_ht.h108 const uint8_t *htinfo);

Completed in 207 milliseconds