Searched refs:vhtinfo (Results 1 – 2 of 2) sorted by relevance
1796 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local2097 vhtcap = vhtinfo = NULL; in hostap_recv_mgmt()2121 vhtinfo = frm; in hostap_recv_mgmt()2160 if (vhtinfo != NULL) { in hostap_recv_mgmt()2161 IEEE80211_VERIFY_LENGTH(vhtinfo[1], in hostap_recv_mgmt()
2988 const struct ieee80211_vht_operation *vhtinfo; in printvhtinfo() local2991 if (ie[1] != sizeof(*vhtinfo)) { in printvhtinfo()2996 vhtinfo = (const struct ieee80211_vht_operation *)(ie + 2); in printvhtinfo()2999 vhtinfo->chan_width, in printvhtinfo()3000 vhtinfo->center_freq_seq0_idx, in printvhtinfo()3001 vhtinfo->center_freq_seq1_idx, in printvhtinfo()3002 LE_READ_2(&vhtinfo->basic_mcs_set)); in printvhtinfo()