Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dhw_features_common.c158 struct ieee80211_ht_operation *oper; in get_pri_sec_chan()
165 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
251 struct ieee80211_ht_operation *oper; in check_20mhz_bss()
264 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
Dieee802_11_common.c397 if (elen < sizeof(struct ieee80211_ht_operation)) in ieee802_11_parse_elems()
Dieee802_11_defs.h1056 struct ieee80211_ht_operation { struct
/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c84 struct ieee80211_ht_operation *oper; in hostapd_eid_ht_operation()
93 oper = (struct ieee80211_ht_operation *) pos; in hostapd_eid_ht_operation()
/external/wpa_supplicant_8/wpa_supplicant/
Drrm.c693 struct ieee80211_ht_operation *ht_oper = NULL; in wpas_get_op_chan_phy()
698 if (ie && ie[1] >= sizeof(struct ieee80211_ht_operation)) { in wpas_get_op_chan_phy()
701 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wpas_get_op_chan_phy()
Dmesh_mpm.c675 struct ieee80211_ht_operation *oper; in mesh_mpm_add_peer()
709 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()
Dwnm_sta.c909 struct ieee80211_ht_operation *ht_oper = NULL; in wnm_nei_rep_add_bss()
914 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wnm_nei_rep_add_bss()