Searched refs:vhtcap (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_vht.c | 354 vhtcap->ie = IEEE80211_ELEMID_VHT_CAP; in ieee80211_vht_get_vhtcap_ie() 644 vhtcap->supp_mcs.rx_highest = 0; in ieee80211_vht_get_vhtcap_ie() 646 vhtcap->supp_mcs.tx_highest = 0; in ieee80211_vht_get_vhtcap_ie() 648 vhtcap->vht_cap_info = new_vhtcap; in ieee80211_vht_get_vhtcap_ie() 667 vhtcap->supp_mcs.tx_mcs_map |= (val << (i*2)); in ieee80211_vht_get_vhtcap_ie() 684 struct ieee80211_ie_vhtcap vhtcap; in ieee80211_add_vhtcap() local 700 ADDWORD(frm, vhtcap.vht_cap_info); in ieee80211_add_vhtcap() 703 ADDSHORT(frm, vhtcap.supp_mcs.rx_mcs_map); in ieee80211_add_vhtcap() 704 ADDSHORT(frm, vhtcap.supp_mcs.rx_highest); in ieee80211_add_vhtcap() 705 ADDSHORT(frm, vhtcap.supp_mcs.tx_mcs_map); in ieee80211_add_vhtcap() [all …]
|
| H A D | ieee80211_sta.c | 1397 uint8_t *vhtcap, *vhtopmode; in sta_recv_mgmt() local 1512 if (scan.vhtcap != NULL && scan.vhtopmode != NULL && in sta_recv_mgmt() 1516 scan.vhtcap, scan.vhtopmode); in sta_recv_mgmt() 1768 vhtcap = vhtopmode = NULL; in sta_recv_mgmt() 1803 vhtcap = frm; in sta_recv_mgmt() 1853 if ((vhtcap != NULL) && (vhtopmode != NULL) & in sta_recv_mgmt() 1866 ieee80211_vht_updateparams(ni, vhtcap, vhtopmode); in sta_recv_mgmt() 1867 ieee80211_setup_vht_rates(ni, vhtcap, vhtopmode); in sta_recv_mgmt()
|
| H A D | ieee80211_input.c | 595 scan->vhtcap = frm; in ieee80211_parse_beacon() 735 if (scan->vhtcap != NULL) { in ieee80211_parse_beacon() 736 IEEE80211_VERIFY_LENGTH(scan->vhtcap[1], in ieee80211_parse_beacon() 738 scan->vhtcap = NULL); in ieee80211_parse_beacon()
|
| H A D | ieee80211_hostap.c | 1751 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local 2052 vhtcap = vhtinfo = NULL; in hostap_recv_mgmt() 2073 vhtcap = frm; in hostap_recv_mgmt() 2110 if (vhtcap != NULL) { in hostap_recv_mgmt() 2111 IEEE80211_VERIFY_LENGTH(vhtcap[1], in hostap_recv_mgmt() 2172 vhtcap != NULL && in hostap_recv_mgmt() 2177 ieee80211_vht_update_cap(ni, vhtcap, vhtinfo); in hostap_recv_mgmt()
|
| H A D | ieee80211_scan.h | 255 uint8_t *vhtcap; member
|
| H A D | ieee80211_scan_sta.c | 333 if (IEEE80211_IS_CHAN_VHT(ise->se_chan) && sp->vhtcap == NULL) { in sta_add()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 2785 const struct ieee80211_ie_vhtcap *vhtcap = in printvhtcap() local 2787 uint32_t vhtcap_info = LE_READ_4(&vhtcap->vht_cap_info); in printvhtcap() 2791 LE_READ_2(&vhtcap->supp_mcs.rx_mcs_map)); in printvhtcap() 2793 LE_READ_2(&vhtcap->supp_mcs.rx_highest) & 0x1fff); in printvhtcap() 2795 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap() 2797 LE_READ_2(&vhtcap->supp_mcs.tx_highest) & 0x1fff); in printvhtcap()
|