• Home
  • Raw
  • Download

Lines Matching refs:handler

169          wifi_scan_result_handler handler);
172 wifi_scan_result_handler handler);
396 wifi_scan_result_handler handler) in FullScanResultsCommand() argument
397 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
476 wifi_scan_result_handler handler) in ScanCommand() argument
477 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler) in ScanCommand()
699 wifi_scan_result_handler handler) in wifi_start_gscan() argument
705 ScanCommand *cmd = new ScanCommand(iface, id, &params, handler); in wifi_start_gscan()
727 wifi_scan_result_handler handler; in wifi_stop_gscan() local
730 memset(&handler, 0, sizeof(handler)); in wifi_stop_gscan()
732 ScanCommand *cmd = new ScanCommand(iface, id, &dummy_params, handler); in wifi_stop_gscan()
745 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() argument
752 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, id, &params_dummy, handler); in wifi_enable_full_scan_results()
771 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() argument
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()
818 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local
822 memset(&handler, 0, sizeof(handler)); in wifi_disable_full_scan_results()
823 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, 0, &params_dummy, handler); in wifi_disable_full_scan_results()
1016 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() argument
1017 : WifiCommand("BssidHotlistCommand", handle, id), mParams(params), mHandler(handler) in BssidHotlistCommand()
1190 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() argument
1191 : WifiCommand("ePNOCommand", handle, id), mHandler(handler) in ePNOCommand()
1387 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() argument
1391 BssidHotlistCommand *cmd = new BssidHotlistCommand(iface, id, params, handler); in wifi_set_bssid_hotlist()
1432 wifi_significant_change_params params, wifi_significant_change_handler handler) in SignificantWifiChangeCommand() argument
1434 mHandler(handler) in SignificantWifiChangeCommand()
1616 wifi_significant_change_params params, wifi_significant_change_handler handler) in wifi_set_significant_change_handler() argument
1621 iface, id, params, handler); in wifi_set_significant_change_handler()
1645 wifi_epno_handler handler; in wifi_reset_epno_list() local
1648 memset(&handler, 0, sizeof(handler)); in wifi_reset_epno_list()
1649 ePNOCommand *cmd = new ePNOCommand(iface, id, NULL, handler); in wifi_reset_epno_list()
1659 const wifi_epno_params *params, wifi_epno_handler handler) in wifi_set_epno_list() argument
1663 ePNOCommand *cmd = new ePNOCommand(iface, id, params, handler); in wifi_set_epno_list()
1690 int num, wifi_passpoint_network *hs_list, wifi_passpoint_event_handler handler) in AnqpoConfigureCommand() argument
1692 mHandler(handler) in AnqpoConfigureCommand()
1835 wifi_passpoint_network *networks, wifi_passpoint_event_handler handler) in wifi_set_passpoint_list() argument
1839 AnqpoConfigureCommand *cmd = new AnqpoConfigureCommand(id, iface, num, networks, handler); in wifi_set_passpoint_list()