Home
last modified time | relevance | path

Searched refs:vhtinfo (Results 1 – 2 of 2) sorted by relevance

/src/sys/net80211/
H A Dieee80211_hostap.c1796 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local
2097 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()
/src/sbin/ifconfig/
H A Difieee80211.c2988 const struct ieee80211_vht_operation *vhtinfo; in printvhtinfo() local
2991 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()