Home
last modified time | relevance | path

Searched refs:ieee80211_vht_operation (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; in hostapd_eid_vht_operation()
85 oper = (struct ieee80211_vht_operation *) pos; in hostapd_eid_vht_operation()
209 os_zalloc(sizeof(struct ieee80211_vht_operation)); in copy_sta_vht_oper()
215 sizeof(struct ieee80211_vht_operation)); in copy_sta_vht_oper()
271 2 + sizeof(struct ieee80211_vht_operation)); in hostapd_eid_vendor_vht()
Dsta_info.h210 struct ieee80211_vht_operation *vht_operation;
Dbeacon.c457 2 + sizeof(struct ieee80211_vht_operation); in hostapd_gen_probe_resp()
1425 2 + sizeof(struct ieee80211_vht_operation); in ieee802_11_build_ap_params()
Dieee802_11_shared.c1044 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters()
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c713 struct ieee80211_vht_operation *vht_oper = NULL; in wpas_get_op_chan_phy()
731 if (ie && ie[1] >= sizeof(struct ieee80211_vht_operation)) { in wpas_get_op_chan_phy()
732 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wpas_get_op_chan_phy()
Dwnm_sta.c928 struct ieee80211_vht_operation *vht_oper = NULL; in wnm_nei_rep_add_bss()
943 vht_oper = (struct ieee80211_vht_operation *) (ie + 2); in wnm_nei_rep_add_bss()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1123 struct ieee80211_vht_operation { struct
Dieee802_11_common.c490 if (elen < sizeof(struct ieee80211_vht_operation)) in ieee802_11_parse_elems()