Searched refs:htinfo (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/sys/net80211/ |
| D | ieee80211_sta.c | 1258 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()
|
| D | ieee80211_input.c | 570 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()
|
| D | ieee80211_ht.c | 1397 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 …]
|
| D | ieee80211_ht.h | 170 const uint8_t *htinfo);
|
| D | ieee80211_scan.h | 212 uint8_t *htinfo; member
|
| D | ieee80211_hostap.c | 1778 if (scan.htinfo == NULL) { in hostap_recv_mgmt() 1782 } else if (ishtmixed(scan.htinfo)) { in hostap_recv_mgmt()
|
| /freebsd-9-stable/sbin/ifconfig/ |
| D | ifieee80211.c | 2537 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()
|