Home
last modified time | relevance | path

Searched refs:htcap (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_input.c592 scan->htcap = frm; in ieee80211_parse_beacon()
636 if (scan->htcap == NULL) in ieee80211_parse_beacon()
637 scan->htcap = frm; in ieee80211_parse_beacon()
640 scan->htcap = frm; in ieee80211_parse_beacon()
719 if (scan->htcap != NULL) { in ieee80211_parse_beacon()
720 IEEE80211_VERIFY_LENGTH(scan->htcap[1], in ieee80211_parse_beacon()
721 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
724 scan->htcap = NULL); in ieee80211_parse_beacon()
H A Dieee80211_sta.c1396 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1505 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1509 scan.htcap, scan.htinfo); in sta_recv_mgmt()
1521 scan.htcap, scan.htinfo)) in sta_recv_mgmt()
1767 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1779 htcap = frm; in sta_recv_mgmt()
1793 if (htcap == NULL) in sta_recv_mgmt()
1794 htcap = frm; in sta_recv_mgmt()
1848 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1851 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
[all …]
H A Dieee80211_hostap.c2070 htcap = frm; in hostap_recv_mgmt()
2088 if (ishtcapoui(frm) && htcap == NULL) in hostap_recv_mgmt()
2089 htcap = frm; in hostap_recv_mgmt()
2101 if (htcap != NULL) { in hostap_recv_mgmt()
2102 IEEE80211_VERIFY_LENGTH(htcap[1], in hostap_recv_mgmt()
2103 htcap[0] == IEEE80211_ELEMID_VENDOR ? in hostap_recv_mgmt()
2182 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) { in hostap_recv_mgmt()
2183 rate = ieee80211_setup_htrates(ni, htcap, in hostap_recv_mgmt()
2193 ieee80211_ht_updatehtcap(ni, htcap); in hostap_recv_mgmt()
2253 if (htcap != NULL) in hostap_recv_mgmt()
[all …]
H A Dieee80211_ht.h197 const uint8_t *htcap, int flags);
H A Dieee80211_adhoc.c846 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt()
849 scan.htcap, scan.htinfo)); in adhoc_recv_mgmt()
851 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
H A Dieee80211_scan_sta.c346 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) { in sta_add()
811 const struct ieee80211_ie_htcap *htcap = in maxrate() local
818 if (htcap != NULL) { in maxrate()
823 txparams = htcap->hc_mcsset[12]; in maxrate()
833 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--); in maxrate()
835 caps = le16dec(&htcap->hc_cap); in maxrate()
H A Dieee80211_scan.h247 uint8_t *htcap; member
H A Dieee80211_ht.c2110 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates() local
2130 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
2132 if (isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
/f-stack/tools/ifconfig/
H A Difieee80211.c2857 const struct ieee80211_ie_htcap *htcap = in printhtcap() local
2863 LE_READ_2(&htcap->hc_cap), htcap->hc_param); in printhtcap()
2867 if (isset(htcap->hc_mcsset, i)) { in printhtcap()
2869 if (isclr(htcap->hc_mcsset, j)) in printhtcap()
2880 LE_READ_2(&htcap->hc_extcap), in printhtcap()
2881 LE_READ_4(&htcap->hc_txbf), in printhtcap()
2882 htcap->hc_antenna); in printhtcap()