Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_input.c612 scan->htcap = frm; in ieee80211_parse_beacon()
650 if (scan->htcap == NULL) in ieee80211_parse_beacon()
651 scan->htcap = frm; in ieee80211_parse_beacon()
654 scan->htcap = frm; in ieee80211_parse_beacon()
733 if (scan->htcap != NULL) { in ieee80211_parse_beacon()
734 IEEE80211_VERIFY_LENGTH(scan->htcap[1], in ieee80211_parse_beacon()
735 scan->htcap[0] == IEEE80211_ELEMID_VENDOR ? in ieee80211_parse_beacon()
738 scan->htcap = NULL); in ieee80211_parse_beacon()
H A Dieee80211_hostap.c1999 htcap = frm; in hostap_recv_mgmt()
2011 if (ishtcapoui(frm) && htcap == NULL) in hostap_recv_mgmt()
2012 htcap = frm; in hostap_recv_mgmt()
2024 if (htcap != NULL) { in hostap_recv_mgmt()
2025 IEEE80211_VERIFY_LENGTH(htcap[1], in hostap_recv_mgmt()
2026 htcap[0] == IEEE80211_ELEMID_VENDOR ? in hostap_recv_mgmt()
2079 if (IEEE80211_IS_CHAN_HT(ni->ni_chan) && htcap != NULL) { in hostap_recv_mgmt()
2080 rate = ieee80211_setup_htrates(ni, htcap, in hostap_recv_mgmt()
2090 ieee80211_ht_updatehtcap(ni, htcap); in hostap_recv_mgmt()
2144 if (htcap != NULL) in hostap_recv_mgmt()
[all …]
H A Dieee80211_sta.c1300 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1398 if (scan.htcap != NULL && scan.htinfo != NULL && in sta_recv_mgmt()
1402 scan.htcap, scan.htinfo)) in sta_recv_mgmt()
1630 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1641 htcap = frm; in sta_recv_mgmt()
1655 if (htcap == NULL) in sta_recv_mgmt()
1656 htcap = frm; in sta_recv_mgmt()
1704 if (htcap != NULL && htinfo != NULL && in sta_recv_mgmt()
1707 ieee80211_ht_updateparams(ni, htcap, htinfo); in sta_recv_mgmt()
1708 ieee80211_setup_htrates(ni, htcap, in sta_recv_mgmt()
H A Dieee80211_scan_sta.c336 if (IEEE80211_IS_CHAN_HT(ise->se_chan) && sp->htcap == NULL) { in sta_add()
775 const struct ieee80211_ie_htcap *htcap = in maxrate() local
782 if (htcap != NULL) { in maxrate()
787 txparams = htcap->hc_mcsset[12]; in maxrate()
797 for (i = 31; i >= 0 && isclr(htcap->hc_mcsset, i); i--); in maxrate()
799 caps = le16dec(&htcap->hc_cap); in maxrate()
H A Dieee80211_adhoc.c757 if (scan.htcap != NULL && scan.htinfo != NULL && in adhoc_recv_mgmt()
760 scan.htcap, scan.htinfo)) in adhoc_recv_mgmt()
H A Dieee80211_ht.c1641 const struct ieee80211_ie_htcap *htcap; in ieee80211_setup_htrates() local
1661 htcap = (const struct ieee80211_ie_htcap *) ie; in ieee80211_setup_htrates()
1663 if (isclr(htcap->hc_mcsset, i)) in ieee80211_setup_htrates()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_ht.h184 const uint8_t *htcap, int flags);
H A Dieee80211_scan.h245 uint8_t *htcap; member
/dragonfly/sbin/ifconfig/
H A Difieee80211.c2627 const struct ieee80211_ie_htcap *htcap = in printhtcap() local
2633 LE_READ_2(&htcap->hc_cap), htcap->hc_param); in printhtcap()
2637 if (isset(htcap->hc_mcsset, i)) { in printhtcap()
2639 if (isclr(htcap->hc_mcsset, j)) in printhtcap()
2650 LE_READ_2(&htcap->hc_extcap), in printhtcap()
2651 LE_READ_4(&htcap->hc_txbf), in printhtcap()
2652 htcap->hc_antenna); in printhtcap()