Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c89 char htcap[7 + 4 + 1]; /* ",htcap:" + %04hx + trailing NUL */ in ie_to_string() local
107 os_memset(htcap, 0, sizeof(htcap)); in ie_to_string()
156 os_snprintf(htcap, sizeof(htcap), in ie_to_string()
230 htcap, htagg, htmcs, vhtcap, vhtrxmcs, vhttxmcs, in ie_to_string()
/freebsd/sys/net80211/
H A Dieee80211_input.c623 scan->htcap = frm; in ieee80211_parse_beacon()
667 if (scan->htcap == NULL) in ieee80211_parse_beacon()
668 scan->htcap = frm; in ieee80211_parse_beacon()
671 scan->htcap = frm; in ieee80211_parse_beacon()
756 if (scan->htcap != NULL) { in ieee80211_parse_beacon()
757 IEEE80211_VERIFY_LENGTH(scan->htcap[1], in ieee80211_parse_beacon()
758 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
761 scan->htcap = NULL); in ieee80211_parse_beacon()
H A Dieee80211_sta.c1403 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1512 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1516 scan.htcap, scan.htinfo); in sta_recv_mgmt()
1528 scan.htcap, scan.htinfo)) in sta_recv_mgmt()
1779 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1791 htcap = frm; in sta_recv_mgmt()
1805 if (htcap == NULL) in sta_recv_mgmt()
1806 htcap = frm; in sta_recv_mgmt()
1860 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1863 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
[all …]
H A Dieee80211_hostap.c1795 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; in hostap_recv_mgmt() local
2096 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL; in hostap_recv_mgmt()
2115 htcap = frm; in hostap_recv_mgmt()
2133 if (ishtcapoui(frm) && htcap == NULL) in hostap_recv_mgmt()
2134 htcap = frm; in hostap_recv_mgmt()
2146 if (htcap != NULL) { in hostap_recv_mgmt()
2147 IEEE80211_VERIFY_LENGTH(htcap[1], in hostap_recv_mgmt()
2148 htcap[0] == IEEE80211_ELEMID_VENDOR ? in hostap_recv_mgmt()
2224 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) { in hostap_recv_mgmt()
2225 rate = ieee80211_setup_htrates(ni, htcap, in hostap_recv_mgmt()
[all …]
H A Dieee80211_scan_sta.c344 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) { in sta_add()
809 const struct ieee80211_ie_htcap *htcap = in maxrate() local
816 if (htcap != NULL) { in maxrate()
821 txparams = htcap->hc_mcsset[12]; in maxrate()
831 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--); in maxrate()
833 caps = le16dec(&htcap->hc_cap); in maxrate()
H A Dieee80211_adhoc.c848 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt()
851 scan.htcap, scan.htinfo)); in adhoc_recv_mgmt()
853 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
H A Dieee80211_ht.h196 const uint8_t *htcap, int flags);
H A Dieee80211_scan.h249 uint8_t *htcap; member
H A Dieee80211_ht.c2180 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates() local
2200 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
2202 if (isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
/freebsd/sbin/ifconfig/
H A Difieee80211.c3044 const struct ieee80211_ie_htcap *htcap = in printhtcap() local
3050 LE_READ_2(&htcap->hc_cap), htcap->hc_param); in printhtcap()
3054 if (isset(htcap->hc_mcsset, i)) { in printhtcap()
3056 if (isclr(htcap->hc_mcsset, j)) in printhtcap()
3067 LE_READ_2(&htcap->hc_extcap), in printhtcap()
3068 LE_READ_4(&htcap->hc_txbf), in printhtcap()
3069 htcap->hc_antenna); in printhtcap()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c537 struct ieee80211_ht_cap *htcap; in lkpi_sta_sync_ht_from_ni() local
563 htcap = (struct ieee80211_ht_cap *)ie; in lkpi_sta_sync_ht_from_ni()
564 sta->deflink.ht_cap.cap = htcap->cap_info; in lkpi_sta_sync_ht_from_ni()
565 sta->deflink.ht_cap.mcs = htcap->mcs; in lkpi_sta_sync_ht_from_ni()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3427 struct element_info htcap; member