Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_vht.h66 struct ieee80211_ie_vht_operation *, int);
H A Dieee80211_vht.c752 memset(frm, '\0', sizeof(struct ieee80211_ie_vht_operation)); in ieee80211_add_vhtinfo()
755 frm[1] = sizeof(struct ieee80211_ie_vht_operation) - 2; in ieee80211_add_vhtinfo()
864 struct ieee80211_ie_vht_operation *vhtop, int opmode) in ieee80211_vht_get_vhtinfo_ie()
H A Dieee80211.h795 struct ieee80211_ie_vht_operation { struct
H A Dieee80211_input.c742 sizeof(struct ieee80211_ie_vht_operation) - 2, in ieee80211_parse_beacon()
H A Dieee80211_output.c2890 + sizeof(struct ieee80211_ie_vht_operation) in ieee80211_send_mgmt()
3049 + sizeof(struct ieee80211_ie_vht_operation) in ieee80211_alloc_proberesp()
3653 + sizeof(struct ieee80211_ie_vht_operation)/* VHT info */ in ieee80211_beacon_alloc()
H A Dieee80211_hostap.c2117 sizeof(struct ieee80211_ie_vht_operation) - 2, in hostap_recv_mgmt()
/f-stack/tools/ifconfig/
H A Difieee80211.c2808 const struct ieee80211_ie_vht_operation *vhtinfo = in printvhtinfo()
2809 (const struct ieee80211_ie_vht_operation *) ie; in printvhtinfo()