Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_sta.c1301 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1399 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1403 scan.htcap, scan.htinfo)) in sta_recv_mgmt()
1631 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1645 htinfo = frm; in sta_recv_mgmt()
1659 if (htinfo == NULL) in sta_recv_mgmt()
1660 htinfo = frm; in sta_recv_mgmt()
1705 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1708 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
1711 ieee80211_setup_basic_htrates(ni, htinfo); in sta_recv_mgmt()
HDieee80211_input.c597 scan->htinfo = frm; in ieee80211_parse_beacon()
629 if (scan->htinfo == NULL) in ieee80211_parse_beacon()
716 if (scan->htinfo != NULL) { in ieee80211_parse_beacon()
717 IEEE80211_VERIFY_LENGTH(scan->htinfo[1], in ieee80211_parse_beacon()
718 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
721 scan->htinfo = NULL); in ieee80211_parse_beacon()
HDieee80211_ht.c1442 const struct ieee80211_ie_htinfo *htinfo) in htinfo_parse() argument
1446 ni->ni_htctlchan = htinfo->hi_ctrlchannel; in htinfo_parse()
1447 ni->ni_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN); in htinfo_parse()
1448 w = LE_READ_2(&htinfo->hi_byte2); in htinfo_parse()
1450 w = LE_READ_2(&htinfo->hi_byte45); in htinfo_parse()
1571 const struct ieee80211_ie_htinfo *htinfo; in ieee80211_ht_updateparams() local
1582 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie; in ieee80211_ht_updateparams()
1583 htinfo_parse(ni, htinfo); in ieee80211_ht_updateparams()
1588 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) && in ieee80211_ht_updateparams()
1598 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_RIFSMODE_PERM) && in ieee80211_ht_updateparams()
[all …]
HDieee80211_ht.h182 const uint8_t *htinfo);
HDieee80211_scan.h246 uint8_t *htinfo; member
HDieee80211_adhoc.c778 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt()
781 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
HDieee80211_hostap.c1783 if (scan.htinfo == NULL) { in hostap_recv_mgmt()
1787 } else if (ishtmixed(scan.htinfo)) { in hostap_recv_mgmt()
/NextBSD/sbin/ifconfig/
HDifieee80211.c2575 const struct ieee80211_ie_htinfo *htinfo = in printhtinfo() local
2580 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel, in printhtinfo()
2581 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo()
2582 LE_READ_2(&htinfo->hi_byte45)); in printhtinfo()
2586 if (isset(htinfo->hi_basicmcsset, i)) { in printhtinfo()
2588 if (isclr(htinfo->hi_basicmcsset, j)) in printhtinfo()