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

/freebsd-10-stable/sys/net80211/
H A Dieee80211_sta.c1287 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; local
1375 if (scan.htcap != NULL && scan.htinfo != NULL &&
1379 scan.htcap, scan.htinfo))
1557 rates = xrates = wme = htcap = htinfo = NULL;
1571 htinfo = frm;
1585 if (htinfo == NULL)
1586 htinfo = frm;
1631 if (htcap != NULL && htinfo != NULL &&
1634 ieee80211_ht_updateparams(ni, htcap, htinfo);
1637 ieee80211_setup_basic_htrates(ni, htinfo);
[all...]
H A Dieee80211_ht.h170 const uint8_t *htinfo);
H A Dieee80211_input.c576 scan->htinfo = frm;
608 if (scan->htinfo == NULL)
694 if (scan->htinfo != NULL) {
695 IEEE80211_VERIFY_LENGTH(scan->htinfo[1],
696 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ?
699 scan->htinfo = NULL);
H A Dieee80211_ht.c1411 const struct ieee80211_ie_htinfo *htinfo)
1415 ni->ni_htctlchan = htinfo->hi_ctrlchannel;
1416 ni->ni_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN);
1417 w = LE_READ_2(&htinfo->hi_byte2);
1419 w = LE_READ_2(&htinfo->hi_byte45);
1540 const struct ieee80211_ie_htinfo *htinfo; local
1551 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie;
1552 htinfo_parse(ni, htinfo);
1557 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) &&
1567 if ((htinfo
1410 htinfo_parse(struct ieee80211_node *ni, const struct ieee80211_ie_htinfo *htinfo) argument
1665 const struct ieee80211_ie_htinfo *htinfo; local
[all...]
H A Dieee80211_scan.h212 uint8_t *htinfo; member in struct:ieee80211_scanparams
H A Dieee80211_adhoc.c762 if (scan.htcap != NULL && scan.htinfo != NULL &&
765 scan.htcap, scan.htinfo))
H A Dieee80211_hostap.c1783 if (scan.htinfo == NULL) {
1787 } else if (ishtmixed(scan.htinfo)) {
/freebsd-10-stable/sbin/ifconfig/
H A Difieee80211.c2568 const struct ieee80211_ie_htinfo *htinfo = local
2573 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel,
2574 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3,
2575 LE_READ_2(&htinfo->hi_byte45));
2579 if (isset(htinfo->hi_basicmcsset, i)) {
2581 if (isclr(htinfo->hi_basicmcsset, j))

Completed in 98 milliseconds