Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c1751 uint8_t *vhtcap, *vhtinfo; in hostap_recv_mgmt() local
2052 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()
/f-stack/tools/ifconfig/
H A Difieee80211.c2808 const struct ieee80211_ie_vht_operation *vhtinfo = in printvhtinfo() local
2812 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()