• Home
  • Raw
  • Download

Lines Matching refs:handler

152          wifi_scan_result_handler handler);
155 wifi_scan_result_handler handler);
379 wifi_scan_result_handler handler) in FullScanResultsCommand() argument
380 : WifiCommand("FullScanResultsCommand", iface, id), mParams(params), mHandler(handler) in FullScanResultsCommand()
459 wifi_scan_result_handler handler) in ScanCommand() argument
460 : WifiCommand("ScanCommand", iface, id), mParams(params), mHandler(handler) in ScanCommand()
682 wifi_scan_result_handler handler) in wifi_start_gscan() argument
688 ScanCommand *cmd = new ScanCommand(iface, id, &params, handler); in wifi_start_gscan()
710 wifi_scan_result_handler handler; in wifi_stop_gscan() local
713 memset(&handler, 0, sizeof(handler)); in wifi_stop_gscan()
715 ScanCommand *cmd = new ScanCommand(iface, id, &dummy_params, handler); in wifi_stop_gscan()
728 wifi_scan_result_handler handler) in wifi_enable_full_scan_results() argument
735 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, id, &params_dummy, handler); in wifi_enable_full_scan_results()
754 wifi_scan_result_handler handler) in wifi_handle_full_scan_event() argument
783 if(handler.on_full_scan_result) in wifi_handle_full_scan_event()
784 handler.on_full_scan_result(id, full_scan_result, drv_res->scan_ch_bucket); in wifi_handle_full_scan_event()
801 wifi_scan_result_handler handler; in wifi_disable_full_scan_results() local
805 memset(&handler, 0, sizeof(handler)); in wifi_disable_full_scan_results()
806 FullScanResultsCommand *cmd = new FullScanResultsCommand(iface, 0, &params_dummy, handler); in wifi_disable_full_scan_results()
999 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in BssidHotlistCommand() argument
1000 : WifiCommand("BssidHotlistCommand", handle, id), mParams(params), mHandler(handler) in BssidHotlistCommand()
1173 const wifi_epno_params *params, wifi_epno_handler handler) in ePNOCommand() argument
1174 : WifiCommand("ePNOCommand", handle, id), mHandler(handler) in ePNOCommand()
1366 wifi_bssid_hotlist_params params, wifi_hotlist_ap_found_handler handler) in wifi_set_bssid_hotlist() argument
1370 BssidHotlistCommand *cmd = new BssidHotlistCommand(iface, id, params, handler); in wifi_set_bssid_hotlist()
1411 wifi_significant_change_params params, wifi_significant_change_handler handler) in SignificantWifiChangeCommand() argument
1413 mHandler(handler) in SignificantWifiChangeCommand()
1595 wifi_significant_change_params params, wifi_significant_change_handler handler) in wifi_set_significant_change_handler() argument
1600 iface, id, params, handler); in wifi_set_significant_change_handler()
1624 wifi_epno_handler handler; in wifi_reset_epno_list() local
1627 memset(&handler, 0, sizeof(handler)); in wifi_reset_epno_list()
1628 ePNOCommand *cmd = new ePNOCommand(iface, id, NULL, handler); in wifi_reset_epno_list()
1638 const wifi_epno_params *params, wifi_epno_handler handler) in wifi_set_epno_list() argument
1642 ePNOCommand *cmd = new ePNOCommand(iface, id, params, handler); in wifi_set_epno_list()
1669 int num, wifi_passpoint_network *hs_list, wifi_passpoint_event_handler handler) in AnqpoConfigureCommand() argument
1671 mHandler(handler) in AnqpoConfigureCommand()
1814 wifi_passpoint_network *networks, wifi_passpoint_event_handler handler) in wifi_set_passpoint_list() argument
1818 AnqpoConfigureCommand *cmd = new AnqpoConfigureCommand(id, iface, num, networks, handler); in wifi_set_passpoint_list()