Searched refs:vhtcap (Results 1 – 9 of 9) sorted by relevance
| /src/sys/net80211/ |
| H A D | ieee80211_vht.c | 397 struct ieee80211_vht_cap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie() argument 689 vhtcap->supp_mcs.rx_mcs_map = vap->iv_vht_cap.supp_mcs.rx_mcs_map; in ieee80211_vht_get_vhtcap_ie() 690 vhtcap->supp_mcs.rx_highest = 0; in ieee80211_vht_get_vhtcap_ie() 691 vhtcap->supp_mcs.tx_mcs_map = vap->iv_vht_cap.supp_mcs.tx_mcs_map; in ieee80211_vht_get_vhtcap_ie() 692 vhtcap->supp_mcs.tx_highest = 0; in ieee80211_vht_get_vhtcap_ie() 694 vhtcap->vht_cap_info = new_vhtcap; in ieee80211_vht_get_vhtcap_ie() 707 val1 = (vhtcap->supp_mcs.tx_mcs_map >> (i*2)) & 0x3; in ieee80211_vht_get_vhtcap_ie() 712 vhtcap->supp_mcs.tx_mcs_map &= ~(0x3 << (i*2)); in ieee80211_vht_get_vhtcap_ie() 713 vhtcap->supp_mcs.tx_mcs_map |= (val << (i*2)); in ieee80211_vht_get_vhtcap_ie() 730 struct ieee80211_vht_cap vhtcap; in ieee80211_add_vhtcap() local [all …]
|
| H A D | ieee80211_sta.c | 1404 uint8_t *vhtcap, *vhtopmode; in sta_recv_mgmt() local 1519 if (scan.vhtcap != NULL && scan.vhtopmode != NULL && in sta_recv_mgmt() 1523 scan.vhtcap, scan.vhtopmode); in sta_recv_mgmt() 1785 vhtcap = vhtopmode = NULL; in sta_recv_mgmt() 1820 vhtcap = frm; in sta_recv_mgmt() 1870 if ((vhtcap != NULL) && (vhtopmode != NULL) & in sta_recv_mgmt() 1882 ieee80211_vht_updateparams(ni, vhtcap, vhtopmode); in sta_recv_mgmt()
|
| H A D | ieee80211_input.c | 626 scan->vhtcap = frm; in ieee80211_parse_beacon() 772 if (scan->vhtcap != NULL) { in ieee80211_parse_beacon() 773 IEEE80211_VERIFY_LENGTH(scan->vhtcap[1], in ieee80211_parse_beacon() 775 scan->vhtcap = NULL); in ieee80211_parse_beacon()
|
| H A D | ieee80211_hostap.c | 1796 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local 2097 vhtcap = vhtinfo = NULL; in hostap_recv_mgmt() 2118 vhtcap = frm; in hostap_recv_mgmt() 2155 if (vhtcap != NULL) { in hostap_recv_mgmt() 2156 IEEE80211_VERIFY_LENGTH(vhtcap[1], in hostap_recv_mgmt() 2217 vhtcap != NULL) { in hostap_recv_mgmt() 2219 ieee80211_vht_update_cap(ni, vhtcap); in hostap_recv_mgmt()
|
| H A D | ieee80211_scan.h | 257 uint8_t *vhtcap; member
|
| H A D | ieee80211_scan_sta.c | 331 if (IEEE80211_IS_CHAN_VHT(ise->se_chan) && sp->vhtcap == NULL) { in sta_add()
|
| /src/contrib/wpa/src/ap/ |
| H A D | taxonomy.c | 92 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()
|
| /src/sbin/ifconfig/ |
| H A D | ifieee80211.c | 2957 const struct ieee80211_vht_cap *vhtcap; in printvhtcap() local 2961 if (ie[1] != sizeof(*vhtcap)) { in printvhtcap() 2966 vhtcap = (const struct ieee80211_vht_cap *)(ie + 2); in printvhtcap() 2968 vhtcap_info = LE_READ_4(&vhtcap->vht_cap_info); in printvhtcap() 2971 LE_READ_2(&vhtcap->supp_mcs.rx_mcs_map)); in printvhtcap() 2973 LE_READ_2(&vhtcap->supp_mcs.rx_highest) & 0x1fff); in printvhtcap() 2975 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap() 2977 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.h | 3428 struct element_info vhtcap; member
|