Home
last modified time | relevance | path

Searched refs:ieee80211_vht_cap (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_vht.h63 struct ieee80211_vht_cap *, int);
H A Dieee80211_vht.c396 struct ieee80211_vht_cap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie()
729 struct ieee80211_vht_cap vhtcap; in ieee80211_add_vhtcap()
757 struct ieee80211_vht_cap *vhtcap; in ieee80211_add_vhtcap_ch()
H A Dieee80211_var.h248 struct ieee80211_vht_cap ic_vht_cap; /* VHT capabilities + MCS info */
437 struct ieee80211_vht_cap iv_vht_cap; /* VHT capabilities + MCS info */
H A Dieee80211_output.c2458 + 2 + sizeof(struct ieee80211_vht_cap) in ieee80211_probereq_ie_len()
2829 + 2 + sizeof(struct ieee80211_vht_cap) in ieee80211_send_mgmt()
2962 + 2 + sizeof(struct ieee80211_vht_cap) in ieee80211_send_mgmt()
3121 + 2 + sizeof(struct ieee80211_vht_cap) in ieee80211_alloc_proberesp()
3736 + 2 + sizeof(struct ieee80211_vht_cap)/* VHT caps */ in ieee80211_beacon_alloc()
H A Dieee80211_input.c776 sizeof(struct ieee80211_vht_cap), in ieee80211_parse_beacon()
H A Dieee80211.h943 struct ieee80211_vht_cap { struct
H A Dieee80211_hostap.c2158 sizeof(struct ieee80211_vht_cap), in hostap_recv_mgmt()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drs-fw.c143 struct ieee80211_vht_cap ieee_vht_cap = { in rs_fw_vht_set_enabled_rates()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1921 ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *vht_cap, in ieee80211_get_vht_max_nss()
/freebsd/sbin/ifconfig/
H A Difieee80211.c2786 const struct ieee80211_vht_cap *vhtcap; in printvhtcap()
2795 vhtcap = (const struct ieee80211_vht_cap *)(ie + 2); in printvhtcap()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5822 lhw->scan_ie_len += 2 + sizeof(struct ieee80211_vht_cap);