Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net80211/
HDieee80211_sta.c1281 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1379 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1383 scan.htcap, scan.htinfo)) in sta_recv_mgmt()
1611 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1625 htinfo = frm; in sta_recv_mgmt()
1639 if (htinfo == NULL) in sta_recv_mgmt()
1640 htinfo = frm; in sta_recv_mgmt()
1685 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1688 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
1691 ieee80211_setup_basic_htrates(ni, htinfo); in sta_recv_mgmt()
HDieee80211_input.c601 scan->htinfo = frm; in ieee80211_parse_beacon()
636 if (scan->htinfo == NULL) in ieee80211_parse_beacon()
729 if (scan->htinfo != NULL) { in ieee80211_parse_beacon()
730 IEEE80211_VERIFY_LENGTH(scan->htinfo[1], in ieee80211_parse_beacon()
731 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
734 scan->htinfo = NULL); in ieee80211_parse_beacon()
HDieee80211_ht.c1436 const struct ieee80211_ie_htinfo *htinfo) in htinfo_parse() argument
1440 ni->ni_htctlchan = htinfo->hi_ctrlchannel; in htinfo_parse()
1441 ni->ni_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN); in htinfo_parse()
1442 w = le16dec(&htinfo->hi_byte2); in htinfo_parse()
1444 w = le16dec(&htinfo->hi_byte45); in htinfo_parse()
1565 const struct ieee80211_ie_htinfo *htinfo; in ieee80211_ht_updateparams() local
1576 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie; in ieee80211_ht_updateparams()
1577 htinfo_parse(ni, htinfo); in ieee80211_ht_updateparams()
1582 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) && in ieee80211_ht_updateparams()
1592 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_RIFSMODE_PERM) && in ieee80211_ht_updateparams()
[all …]
HDieee80211_ht.h186 const uint8_t *htinfo);
HDieee80211_scan.h246 uint8_t *htinfo; member
HDieee80211_adhoc.c770 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt()
773 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
HDieee80211_hostap.c1756 if (scan.htinfo == NULL) { in hostap_recv_mgmt()
1760 } else if (ishtmixed(scan.htinfo)) { in hostap_recv_mgmt()
/freebsd-11-stable/sbin/ifconfig/
HDifieee80211.c2658 const struct ieee80211_ie_htinfo *htinfo = in printhtinfo() local
2663 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel, in printhtinfo()
2664 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo()
2665 LE_READ_2(&htinfo->hi_byte45)); in printhtinfo()
2669 if (isset(htinfo->hi_basicmcsset, i)) { in printhtinfo()
2671 if (isclr(htinfo->hi_basicmcsset, j)) in printhtinfo()