Searched refs:vhtinfo (Results 1 – 2 of 2) sorted by relevance
1751 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local2052 vhtcap = vhtinfo = NULL; in hostap_recv_mgmt()2076 vhtinfo = frm; in hostap_recv_mgmt()2115 if (vhtinfo != NULL) { in hostap_recv_mgmt()2116 IEEE80211_VERIFY_LENGTH(vhtinfo[1], in hostap_recv_mgmt()2173 vhtinfo != NULL) { in hostap_recv_mgmt()2177 ieee80211_vht_update_cap(ni, vhtcap, vhtinfo); in hostap_recv_mgmt()
2808 const struct ieee80211_ie_vht_operation *vhtinfo = in printvhtinfo() local2812 vhtinfo->chan_width, in printvhtinfo()2813 vhtinfo->center_freq_seg1_idx, in printvhtinfo()2814 vhtinfo->center_freq_seg2_idx, in printvhtinfo()2815 LE_READ_2(&vhtinfo->basic_mcs_set)); in printvhtinfo()