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

/freebsd-current/contrib/wpa/src/ap/
H A Dtaxonomy.c89 char htcap[7 + 4 + 1]; /* ",htcap:" + %04hx + trailing NUL */ local
107 os_memset(htcap, 0, sizeof(htcap));
156 os_snprintf(htcap, sizeof(htcap),
157 ",htcap:%04hx",
230 htcap, htagg, htmcs, vhtcap, vhtrxmcs, vhttxmcs,
/freebsd-current/sys/net80211/
H A Dieee80211_input.c625 scan->htcap = frm;
669 if (scan->htcap == NULL)
670 scan->htcap = frm;
673 scan->htcap = frm;
758 if (scan->htcap != NULL) {
759 IEEE80211_VERIFY_LENGTH(scan->htcap[1],
760 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ?
763 scan->htcap = NULL);
H A Dieee80211_hostap.c1766 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; local
2067 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL;
2086 htcap = frm;
2104 if (ishtcapoui(frm) && htcap == NULL)
2105 htcap = frm;
2117 if (htcap != NULL) {
2118 IEEE80211_VERIFY_LENGTH(htcap[1],
2119 htcap[0] == IEEE80211_ELEMID_VENDOR ?
2198 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) {
2199 rate = ieee80211_setup_htrates(ni, htcap,
[all...]
H A Dieee80211_sta.c1406 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; local
1515 if (scan.htcap != NULL && scan.htinfo != NULL &&
1519 scan.htcap, scan.htinfo);
1531 scan.htcap, scan.htinfo))
1782 rates = xrates = wme = htcap = htinfo = NULL;
1794 htcap = frm;
1808 if (htcap == NULL)
1809 htcap = frm;
1863 if (htcap != NULL && htinfo != NULL &&
1866 ieee80211_ht_updateparams(ni, htcap, htinf
[all...]
H A Dieee80211_ht.h195 const uint8_t *htcap, int flags);
H A Dieee80211_scan.h249 uint8_t *htcap; member in struct:ieee80211_scanparams
H A Dieee80211_scan_sta.c344 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) {
809 const struct ieee80211_ie_htcap *htcap = local
816 if (htcap != NULL) {
821 txparams = htcap->hc_mcsset[12];
831 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--);
833 caps = le16dec(&htcap->hc_cap);
H A Dieee80211_adhoc.c848 if (scan.htcap != NULL && scan.htinfo != NULL &&
851 scan.htcap, scan.htinfo));
853 scan.htcap, scan.htinfo))
H A Dieee80211_ht.c1831 * Update 11n MIMO PS state according to received htcap.
1857 * Update short GI state according to received htcap
1875 * Update LDPC state according to received htcap
2105 const struct ieee80211_ie_htcap *htcap; local
2125 htcap = (const struct ieee80211_ie_htcap *) ie;
2127 if (isclr(htcap->hc_mcsset, i))
/freebsd-current/sbin/ifconfig/
H A Difieee80211.c2871 const struct ieee80211_ie_htcap *htcap = local
2877 LE_READ_2(&htcap->hc_cap), htcap->hc_param);
2881 if (isset(htcap->hc_mcsset, i)) {
2883 if (isclr(htcap->hc_mcsset, j))
2894 LE_READ_2(&htcap->hc_extcap),
2895 LE_READ_4(&htcap->hc_txbf),
2896 htcap->hc_antenna);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c162 struct ieee80211_ht_cap *htcap; local
174 /* htcap->ampdu_params_info */
188 htcap = (struct ieee80211_ht_cap *)ie;
189 sta->deflink.ht_cap.cap = htcap->cap_info;
190 sta->deflink.ht_cap.mcs = htcap->mcs;
193 for (i = 0; i < nitems(htcap->mcs.rx_mask); i++) {
194 if (htcap->mcs.rx_mask[i])
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3385 struct element_info htcap; member in struct:scan_req_params

Completed in 283 milliseconds