Home
last modified time | relevance | path

Searched refs:ht_operation (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dhw_features_common.c164 if (elems.ht_operation) { in get_pri_sec_chan()
165 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
263 if (elems.ht_operation) { in check_20mhz_bss()
264 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
Dieee802_11_common.h51 const u8 *ht_operation; member
Dieee802_11_common.c403 elems->ht_operation = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dhw_features_common.c187 if (elems.ht_operation) { in get_pri_sec_chan()
188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
283 if (elems.ht_operation) { in check_20mhz_bss()
284 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
Dieee802_11_common.c466 elems->ht_operation = pos; in ieee802_11_parse_elems()
3014 struct ieee80211_ht_operation *ht_operation = in get_oh_oper_channel_width() local
3015 (struct ieee80211_ht_operation *) elements->ht_operation; in get_oh_oper_channel_width()
3029 if (ch_width == CHAN_WIDTH_UNKNOWN && ht_operation) { in get_oh_oper_channel_width()
3031 ht_operation->ht_param & HT_INFO_HT_PARAM_SECONDARY_CHNL_OFF_MASK; in get_oh_oper_channel_width()
Dieee802_11_common.h77 const u8 *ht_operation; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_list.c203 else if (elems->ht_operation) in ap_list_process_beacon()
204 ap->channel = elems->ht_operation[0]; in ap_list_process_beacon()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_list.c203 else if (elems->ht_operation) in ap_list_process_beacon()
204 ap->channel = elems->ht_operation[0]; in ap_list_process_beacon()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_mpm.c734 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_mpm.c747 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()