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.c149 struct ieee80211_ht_operation *oper; in get_pri_sec_chan()
156 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
242 struct ieee80211_ht_operation *oper; in check_20mhz_bss()
255 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
Dieee802_11_common.c377 if (elen < sizeof(struct ieee80211_ht_operation)) in ieee802_11_parse_elems()
Dieee802_11_defs.h957 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.c641 struct ieee80211_ht_operation *ht_oper = NULL; in wpas_get_op_chan_phy()
646 if (ie && ie[1] >= sizeof(struct ieee80211_ht_operation)) { in wpas_get_op_chan_phy()
649 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wpas_get_op_chan_phy()
Dmesh_mpm.c651 struct ieee80211_ht_operation *oper; in mesh_mpm_add_peer()
685 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()
Dwnm_sta.c695 struct ieee80211_ht_operation *ht_oper = NULL; in wnm_nei_rep_add_bss()
700 ht_oper = (struct ieee80211_ht_operation *) (ie + 2); in wnm_nei_rep_add_bss()