Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_vht.c396 struct ieee80211_vht_cap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie() argument
688 vhtcap->supp_mcs.rx_mcs_map = vap->iv_vht_cap.supp_mcs.rx_mcs_map; in ieee80211_vht_get_vhtcap_ie()
689 vhtcap->supp_mcs.rx_highest = 0; in ieee80211_vht_get_vhtcap_ie()
690 vhtcap->supp_mcs.tx_mcs_map = vap->iv_vht_cap.supp_mcs.tx_mcs_map; in ieee80211_vht_get_vhtcap_ie()
691 vhtcap->supp_mcs.tx_highest = 0; in ieee80211_vht_get_vhtcap_ie()
693 vhtcap->vht_cap_info = new_vhtcap; in ieee80211_vht_get_vhtcap_ie()
706 val1 = (vhtcap->supp_mcs.tx_mcs_map >> (i*2)) & 0x3; in ieee80211_vht_get_vhtcap_ie()
711 vhtcap->supp_mcs.tx_mcs_map &= ~(0x3 << (i*2)); in ieee80211_vht_get_vhtcap_ie()
712 vhtcap->supp_mcs.tx_mcs_map |= (val << (i*2)); in ieee80211_vht_get_vhtcap_ie()
729 struct ieee80211_vht_cap vhtcap; in ieee80211_add_vhtcap() local
[all …]
H A Dieee80211_sta.c1403 uint8_t *vhtcap, *vhtopmode; in sta_recv_mgmt() local
1518 if (scan.vhtcap != NULL && scan.vhtopmode != NULL && in sta_recv_mgmt()
1522 scan.vhtcap, scan.vhtopmode); in sta_recv_mgmt()
1779 vhtcap = vhtopmode = NULL; in sta_recv_mgmt()
1814 vhtcap = frm; in sta_recv_mgmt()
1864 if ((vhtcap != NULL) && (vhtopmode != NULL) & in sta_recv_mgmt()
1877 ieee80211_vht_updateparams(ni, vhtcap, vhtopmode); in sta_recv_mgmt()
H A Dieee80211_input.c628 scan->vhtcap = frm; in ieee80211_parse_beacon()
774 if (scan->vhtcap != NULL) { in ieee80211_parse_beacon()
775 IEEE80211_VERIFY_LENGTH(scan->vhtcap[1], in ieee80211_parse_beacon()
777 scan->vhtcap = NULL); in ieee80211_parse_beacon()
H A Dieee80211_hostap.c1797 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local
2098 vhtcap = vhtinfo = NULL; in hostap_recv_mgmt()
2119 vhtcap = frm; in hostap_recv_mgmt()
2156 if (vhtcap != NULL) { in hostap_recv_mgmt()
2157 IEEE80211_VERIFY_LENGTH(vhtcap[1], in hostap_recv_mgmt()
2218 vhtcap != NULL && in hostap_recv_mgmt()
2223 ieee80211_vht_update_cap(ni, vhtcap, vhtinfo); in hostap_recv_mgmt()
H A Dieee80211_scan.h257 uint8_t *vhtcap; member
H A Dieee80211_scan_sta.c331 if (IEEE80211_IS_CHAN_VHT(ise->se_chan) && sp->vhtcap == NULL) { in sta_add()
/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c92 char vhtcap[8 + 8 + 1]; /* ",vhtcap:" + %08x + trailing NUL */ in ie_to_string() local
110 os_memset(vhtcap, 0, sizeof(vhtcap)); in ie_to_string()
174 os_snprintf(vhtcap, sizeof(vhtcap), in ie_to_string()
230 htcap, htagg, htmcs, vhtcap, vhtrxmcs, vhttxmcs, in ie_to_string()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2786 const struct ieee80211_vht_cap *vhtcap; in printvhtcap() local
2790 if (ie[1] != sizeof(*vhtcap)) { in printvhtcap()
2795 vhtcap = (const struct ieee80211_vht_cap *)(ie + 2); in printvhtcap()
2797 vhtcap_info = LE_READ_4(&vhtcap->vht_cap_info); in printvhtcap()
2800 LE_READ_2(&vhtcap->supp_mcs.rx_mcs_map)); in printvhtcap()
2802 LE_READ_2(&vhtcap->supp_mcs.rx_highest) & 0x1fff); in printvhtcap()
2804 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap()
2806 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3386 struct element_info vhtcap; member