Searched refs:on_full_scan_result (Results 1 – 5 of 5) sorted by relevance
84 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, member
1309 if (mHandler.on_full_scan_result) { in handleEvent()1310 (*mHandler.on_full_scan_result)(reqId, result, buckets_scanned); in handleEvent()
459 callbackHandler.on_full_scan_result = handler.on_full_scan_result; in wifi_start_gscan()
105 void (*on_full_scan_result) (wifi_request_id id, wifi_scan_result *result, member
782 if(handler.on_full_scan_result) in wifi_handle_full_scan_event()783 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()