| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | taxonomy.c | 89 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-14.2/sys/net80211/ |
| H A D | ieee80211_input.c | 625 scan->htcap = frm; in ieee80211_parse_beacon() 669 if (scan->htcap == NULL) in ieee80211_parse_beacon() 670 scan->htcap = frm; in ieee80211_parse_beacon() 673 scan->htcap = frm; in ieee80211_parse_beacon() 758 if (scan->htcap != NULL) { in ieee80211_parse_beacon() 759 IEEE80211_VERIFY_LENGTH(scan->htcap[1], in ieee80211_parse_beacon() 760 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon() 763 scan->htcap = NULL); in ieee80211_parse_beacon()
|
| H A D | ieee80211_sta.c | 1410 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local 1519 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt() 1523 scan.htcap, scan.htinfo); in sta_recv_mgmt() 1535 scan.htcap, scan.htinfo)) in sta_recv_mgmt() 1786 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt() 1798 htcap = frm; in sta_recv_mgmt() 1812 if (htcap == NULL) in sta_recv_mgmt() 1813 htcap = frm; in sta_recv_mgmt() 1867 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt() 1870 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt() [all …]
|
| H A D | ieee80211_hostap.c | 2090 htcap = frm; in hostap_recv_mgmt() 2108 if (ishtcapoui(frm) && htcap == NULL) in hostap_recv_mgmt() 2109 htcap = frm; in hostap_recv_mgmt() 2121 if (htcap != NULL) { in hostap_recv_mgmt() 2122 IEEE80211_VERIFY_LENGTH(htcap[1], in hostap_recv_mgmt() 2123 htcap[0] == IEEE80211_ELEMID_VENDOR ? in hostap_recv_mgmt() 2202 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) { in hostap_recv_mgmt() 2203 rate = ieee80211_setup_htrates(ni, htcap, in hostap_recv_mgmt() 2213 ieee80211_ht_updatehtcap(ni, htcap); in hostap_recv_mgmt() 2273 if (htcap != NULL) in hostap_recv_mgmt() [all …]
|
| H A D | ieee80211_scan_sta.c | 344 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 D | ieee80211_adhoc.c | 852 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt() 855 scan.htcap, scan.htinfo)); in adhoc_recv_mgmt() 857 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
|
| H A D | ieee80211_ht.h | 195 const uint8_t *htcap, int flags);
|
| H A D | ieee80211_scan.h | 249 uint8_t *htcap; member
|
| H A D | ieee80211_ht.c | 2109 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates() local 2129 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates() 2131 if (isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
|
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | ifieee80211.c | 2871 const struct ieee80211_ie_htcap *htcap = in printhtcap() local 2877 LE_READ_2(&htcap->hc_cap), htcap->hc_param); in printhtcap() 2881 if (isset(htcap->hc_mcsset, i)) { in printhtcap() 2883 if (isclr(htcap->hc_mcsset, j)) in printhtcap() 2894 LE_READ_2(&htcap->hc_extcap), in printhtcap() 2895 LE_READ_4(&htcap->hc_txbf), in printhtcap() 2896 htcap->hc_antenna); in printhtcap()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 163 struct ieee80211_ht_cap *htcap; in lkpi_sta_sync_ht_from_ni() local 189 htcap = (struct ieee80211_ht_cap *)ie; in lkpi_sta_sync_ht_from_ni() 190 sta->deflink.ht_cap.cap = htcap->cap_info; in lkpi_sta_sync_ht_from_ni() 191 sta->deflink.ht_cap.mcs = htcap->mcs; in lkpi_sta_sync_ht_from_ni() 194 for (i = 0; i < nitems(htcap->mcs.rx_mask); i++) { in lkpi_sta_sync_ht_from_ni() 195 if (htcap->mcs.rx_mask[i]) in lkpi_sta_sync_ht_from_ni()
|
| /freebsd-14.2/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.h | 3385 struct element_info htcap; member
|