Home
last modified time | relevance | path

Searched refs:ieee80211_ie_vhtcap (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_vht.c346 struct ieee80211_ie_vhtcap *vhtcap, int opmode) in ieee80211_vht_get_vhtcap_ie()
355 vhtcap->len = sizeof(struct ieee80211_ie_vhtcap) - 2; in ieee80211_vht_get_vhtcap_ie()
684 struct ieee80211_ie_vhtcap vhtcap; in ieee80211_add_vhtcap()
693 memset(frm, '\0', sizeof(struct ieee80211_ie_vhtcap)); in ieee80211_add_vhtcap()
696 frm[1] = sizeof(struct ieee80211_ie_vhtcap) - 2; in ieee80211_add_vhtcap()
H A Dieee80211_vht.h64 struct ieee80211_ie_vhtcap *, int);
H A Dieee80211_output.c2475 + sizeof(struct ieee80211_ie_vhtcap) in ieee80211_send_probereq()
2756 + sizeof(struct ieee80211_ie_vhtcap) in ieee80211_send_mgmt()
2889 + sizeof(struct ieee80211_ie_vhtcap) in ieee80211_send_mgmt()
3048 + sizeof(struct ieee80211_ie_vhtcap) in ieee80211_alloc_proberesp()
3652 + sizeof(struct ieee80211_ie_vhtcap)/* VHT caps */ in ieee80211_beacon_alloc()
H A Dieee80211.h781 struct ieee80211_ie_vhtcap { struct
H A Dieee80211_input.c737 sizeof(struct ieee80211_ie_vhtcap) - 2, in ieee80211_parse_beacon()
H A Dieee80211_hostap.c2112 sizeof(struct ieee80211_ie_vhtcap) - 2, in hostap_recv_mgmt()
/f-stack/tools/ifconfig/
H A Difieee80211.c2785 const struct ieee80211_ie_vhtcap *vhtcap = in printvhtcap()
2786 (const struct ieee80211_ie_vhtcap *) ie; in printvhtcap()