Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_list.c202 else if (elems->ht_operation && elems->ht_operation_len >= 1) in ap_list_process_beacon()
203 ap->channel = elems->ht_operation[0]; in ap_list_process_beacon()
Dhw_features.c310 if (elems.ht_operation && in ieee80211n_get_pri_sec_chan()
312 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in ieee80211n_get_pri_sec_chan()
414 if (elems.ht_operation && in ieee80211n_check_20mhz_bss()
416 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in ieee80211n_check_20mhz_bss()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h30 const u8 *ht_operation; member
Dieee802_11_common.c249 elems->ht_operation = pos; in ieee802_11_parse_elems()