Searched refs:on_full_scan_result (Results 1 – 5 of 5) sorted by relevance
82 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, member
1303 if (mHandler.on_full_scan_result) { in handleEvent()1304 (*mHandler.on_full_scan_result)(reqId, result, buckets_scanned); in handleEvent()
363 callbackHandler.on_full_scan_result = handler.on_full_scan_result; in wifi_start_gscan()
114 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, member
800 if(handler.on_full_scan_result) in wifi_handle_full_scan_event()801 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()