Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_scan_roam.c1381 tSirExtScanOnScanEventIndParams *oprn_ind; in wma_extscan_operations_event_handler() local
1399 oprn_ind = qdf_mem_malloc(sizeof(*oprn_ind)); in wma_extscan_operations_event_handler()
1400 if (!oprn_ind) in wma_extscan_operations_event_handler()
1403 oprn_ind->requestId = oprn_event->request_id; in wma_extscan_operations_event_handler()
1407 oprn_ind->status = 0; in wma_extscan_operations_event_handler()
1416 qdf_mem_free(oprn_ind); in wma_extscan_operations_event_handler()
1425 oprn_ind->scanEventType = WIFI_EXTSCAN_CYCLE_STARTED_EVENT; in wma_extscan_operations_event_handler()
1426 oprn_ind->status = 0; in wma_extscan_operations_event_handler()
1427 oprn_ind->buckets_scanned = 0; in wma_extscan_operations_event_handler()
1429 oprn_ind->buckets_scanned |= in wma_extscan_operations_event_handler()
[all …]