Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c1285 struct sir_extscan_generic_response *extscan_ind; in wma_extscan_start_stop_event_handler() local
1303 extscan_ind = qdf_mem_malloc(sizeof(*extscan_ind)); in wma_extscan_start_stop_event_handler()
1304 if (!extscan_ind) in wma_extscan_start_stop_event_handler()
1310 extscan_ind->status = event->status; in wma_extscan_start_stop_event_handler()
1311 extscan_ind->request_id = event->request_id; in wma_extscan_start_stop_event_handler()
1315 extscan_ind->status = event->status; in wma_extscan_start_stop_event_handler()
1316 extscan_ind->request_id = event->request_id; in wma_extscan_start_stop_event_handler()
1319 extscan_ind->status = event->status; in wma_extscan_start_stop_event_handler()
1320 extscan_ind->request_id = event->request_id; in wma_extscan_start_stop_event_handler()
1329 extscan_ind->status = event->status; in wma_extscan_start_stop_event_handler()
[all …]