Home
last modified time | relevance | path

Searched refs:unassoc_pool (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/src/
Dwlan_cfr_ucfg_api.c160 if (pa->unassoc_pool[idx].is_valid != true) in ucfg_cfr_start_capture_probe_req()
167 if (qdf_mem_cmp(&pa->unassoc_pool[idx].mac, unassoc_mac, in ucfg_cfr_start_capture_probe_req()
170 qdf_mem_copy(&pa->unassoc_pool[idx].cfr_params, in ucfg_cfr_start_capture_probe_req()
173 pa->unassoc_pool[idx].is_valid = true; in ucfg_cfr_start_capture_probe_req()
191 qdf_mem_copy(&pa->unassoc_pool[idx_to_insert].mac, in ucfg_cfr_start_capture_probe_req()
193 qdf_mem_copy(&pa->unassoc_pool[idx_to_insert].cfr_params, in ucfg_cfr_start_capture_probe_req()
195 pa->unassoc_pool[idx_to_insert].is_valid = true; in ucfg_cfr_start_capture_probe_req()
220 if (qdf_mem_cmp(&pa->unassoc_pool[idx].mac, unassoc_mac, in ucfg_cfr_stop_capture_probe_req()
222 qdf_mem_zero(&pa->unassoc_pool[idx], in ucfg_cfr_stop_capture_probe_req()
/wlan-driver/qca-wifi-host-cmn/umac/cfr/dispatcher/inc/
Dwlan_cfr_utils_api.h642 struct unassoc_pool_entry unassoc_pool[MAX_CFR_ENABLED_CLIENTS]; member
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr.c443 qdf_mem_zero(&pa->unassoc_pool[0], MAX_CFR_ENABLED_CLIENTS * in target_if_cfr_init_pdev()