Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:handler

169          wifi_scan_result_handler handler);
172 wifi_scan_result_handler handler);
396 wifi_scan_result_handler handler)
397 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler)
476 wifi_scan_result_handler handler)
477 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler)
699 wifi_scan_result_handler handler)
705 ScanCommand *cmd = new ScanCommand(iface, id, &params, handler);
727 wifi_scan_result_handler handler;
730 memset(&handler, 0, sizeof(handler));
732 ScanCommand *cmd = new ScanCommand(iface, id, &dummy_params, handler);
745 wifi_scan_result_handler handler)
752 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, id, &params_dummy, handler);
771 wifi_scan_result_handler handler)
800 if(handler.on_full_scan_result)
801 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket);
818 wifi_scan_result_handler handler;
822 memset(&handler, 0, sizeof(handler));
823 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, 0, &params_dummy, handler);
1016 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler)
1017 : WifiCommand("BssidHotlistCommand", handle, id), mParams(params), mHandler(handler)
1123 /* unregister event handler */
1190 const wifi_epno_params *params, wifi_epno_handler handler)
1191 : WifiCommand("ePNOCommand", handle, id), mHandler(handler)
1324 /* unregister event handler */
1383 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler)
1387 BssidHotlistCommand *cmd = new BssidHotlistCommand(iface, id, params, handler);
1428 wifi_significant_change_params params, wifi_significant_change_handler handler)
1430 mHandler(handler)
1544 /* unregister event handler */
1612 wifi_significant_change_params params, wifi_significant_change_handler handler)
1617 iface, id, params, handler);
1641 wifi_epno_handler handler;
1644 memset(&handler, 0, sizeof(handler));
1645 ePNOCommand *cmd = new ePNOCommand(iface, id, NULL, handler);
1655 const wifi_epno_params *params, wifi_epno_handler handler)
1659 ePNOCommand *cmd = new ePNOCommand(iface, id, params, handler);
1686 int num, wifi_passpoint_network *hs_list, wifi_passpoint_event_handler handler)
1688 mHandler(handler)
1831 wifi_passpoint_network *networks, wifi_passpoint_event_handler handler)
1835 AnqpoConfigureCommand *cmd = new AnqpoConfigureCommand(id, iface, num, networks, handler);