Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_sta.c1258 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1342 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1345 scan.htcap, scan.htinfo); in sta_recv_mgmt()
1514 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1528 htinfo = frm; in sta_recv_mgmt()
1542 if (htinfo == NULL) in sta_recv_mgmt()
1543 htinfo = frm; in sta_recv_mgmt()
1588 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1591 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
1594 ieee80211_setup_basic_htrates(ni, htinfo); in sta_recv_mgmt()
Dieee80211_input.c570 scan->htinfo = frm; in ieee80211_parse_beacon()
602 if (scan->htinfo == NULL) in ieee80211_parse_beacon()
687 if (scan->htinfo != NULL) { in ieee80211_parse_beacon()
688 IEEE80211_VERIFY_LENGTH(scan->htinfo[1], in ieee80211_parse_beacon()
689 scan->htinfo[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
692 scan->htinfo = NULL); in ieee80211_parse_beacon()
Dieee80211_ht.c1397 const struct ieee80211_ie_htinfo *htinfo) in htinfo_parse() argument
1401 ni->ni_htctlchan = htinfo->hi_ctrlchannel; in htinfo_parse()
1402 ni->ni_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN); in htinfo_parse()
1403 w = LE_READ_2(&htinfo->hi_byte2); in htinfo_parse()
1405 w = LE_READ_2(&htinfo->hi_byte45); in htinfo_parse()
1523 const struct ieee80211_ie_htinfo *htinfo; in ieee80211_ht_updateparams() local
1533 htinfo = (const struct ieee80211_ie_htinfo *) htinfoie; in ieee80211_ht_updateparams()
1534 htinfo_parse(ni, htinfo); in ieee80211_ht_updateparams()
1539 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_TXWIDTH_2040) && in ieee80211_ht_updateparams()
1548 if ((htinfo->hi_byte1 & IEEE80211_HTINFO_RIFSMODE_PERM) && in ieee80211_ht_updateparams()
[all …]
Dieee80211_ht.h170 const uint8_t *htinfo);
Dieee80211_scan.h212 uint8_t *htinfo; member
Dieee80211_hostap.c1778 if (scan.htinfo == NULL) { in hostap_recv_mgmt()
1782 } else if (ishtmixed(scan.htinfo)) { in hostap_recv_mgmt()
/freebsd-9-stable/sbin/ifconfig/
Difieee80211.c2537 const struct ieee80211_ie_htinfo *htinfo = in printhtinfo() local
2542 printf("<ctl %u, %x,%x,%x,%x", htinfo->hi_ctrlchannel, in printhtinfo()
2543 htinfo->hi_byte1, htinfo->hi_byte2, htinfo->hi_byte3, in printhtinfo()
2544 LE_READ_2(&htinfo->hi_byte45)); in printhtinfo()
2548 if (isset(htinfo->hi_basicmcsset, i)) { in printhtinfo()
2550 if (isclr(htinfo->hi_basicmcsset, j)) in printhtinfo()