Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Dhw_features_common.c187 ParseFailed && elems.ht_operation) { in get_pri_sec_chan()
188 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in get_pri_sec_chan()
286 if (elems.ht_operation) { in check_20mhz_bss()
287 oper = (struct ieee80211_ht_operation *) elems.ht_operation; in check_20mhz_bss()
Dieee802_11_common.h58 const u8 *ht_operation; member
Dieee802_11_common.c545 elems->ht_operation = pos; in __ieee802_11_parse_elems()
788 elems->ht_operation = NULL; in ieee802_11_elems_clear_ids()
/hostap-latest/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()
/hostap-latest/wpa_supplicant/
Dmesh_mpm.c765 oper = (struct ieee80211_ht_operation *) elems->ht_operation; in mesh_mpm_add_peer()