Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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.c399 elems->ht_operation = pos; in ieee802_11_parse_elems()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c709 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()