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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_sta.c1281 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; local
1379 if (scan.htcap != NULL && scan.htinfo != NULL &&
1383 scan.htcap, scan.htinfo))
1611 rates = xrates = wme = htcap = htinfo = NULL;
1625 htinfo = frm;
1639 if (htinfo == NULL)
1640 htinfo = frm;
1685 if (htcap != NULL && htinfo != NULL &&
1688 ieee80211_ht_updateparams(ni, htcap, htinfo);
1691 ieee80211_setup_basic_htrates(ni, htinfo);
[all...]
H A Dieee80211_ht.h186 const uint8_t *htinfo);
H A Dieee80211_input.c601 scan->htinfo = frm;
636 if (scan->htinfo == NULL)
723 if (scan->htinfo != NULL) {
724 IEEE80211_VERIFY_LENGTH(scan->htinfo[1],
725 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ?
728 scan->htinfo = NULL);
H A Dieee80211_ht.c1436 const struct ieee80211_ie_htinfo *htinfo)
1440 ni->ni_htctlchan = htinfo->hi_ctrlchannel;
1441 ni->ni_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN);
1442 w = le16dec(&htinfo->hi_byte2);
1444 w = le16dec(&htinfo->hi_byte45);
1565 const struct ieee80211_ie_htinfo *htinfo; local
1576 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie;
1577 htinfo_parse(ni, htinfo);
1582 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) &&
1592 if ((htinfo
1435 htinfo_parse(struct ieee80211_node *ni, const struct ieee80211_ie_htinfo *htinfo) argument
1690 const struct ieee80211_ie_htinfo *htinfo; local
[all...]
H A Dieee80211_scan.h246 uint8_t *htinfo; member in struct:ieee80211_scanparams
H A Dieee80211_adhoc.c770 if (scan.htcap != NULL && scan.htinfo != NULL &&
773 scan.htcap, scan.htinfo))
H A Dieee80211_hostap.c1756 if (scan.htinfo == NULL) {
1760 } else if (ishtmixed(scan.htinfo)) {
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2658 const struct ieee80211_ie_htinfo *htinfo = local
2663 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel,
2664 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3,
2665 LE_READ_2(&htinfo->hi_byte45));
2669 if (isset(htinfo->hi_basicmcsset, i)) {
2671 if (isclr(htinfo->hi_basicmcsset, j))

Completed in 104 milliseconds