Searched refs:iwl_mvm_scan_stop (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 2659 return iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, true); in iwl_mvm_check_running_scans() 2663 return iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_REGULAR, true); in iwl_mvm_check_running_scans() 2680 return iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_REGULAR, in iwl_mvm_check_running_scans() 2683 return iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, in iwl_mvm_check_running_scans() 3538 int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify) in iwl_mvm_scan_stop() function
|
| H A D | d3.c | 896 iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_REGULAR, true); in iwl_mvm_switch_to_d3() 1206 ret = iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, true); in iwl_mvm_netdetect_config() 3594 ret = iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_NETDETECT, in __iwl_mvm_resume()
|
| H A D | debugfs-vif.c | 783 ret = iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_INT_MLO, false); in iwl_dbgfs_int_mlo_scan_write()
|
| H A D | mld-mac80211.c | 989 iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, true); in iwl_mvm_mld_vif_cfg_changed()
|
| H A D | mac80211.c | 1427 iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_INT_MLO, false); in iwl_mvm_mac_stop() 3300 iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, true); in iwl_mvm_bss_info_changed() 3354 iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_REGULAR, true); in iwl_mvm_mac_cancel_hw_scan() 4370 ret = iwl_mvm_scan_stop(mvm, IWL_MVM_SCAN_SCHED, false); in iwl_mvm_mac_sched_scan_stop()
|
| H A D | mvm.h | 2217 int iwl_mvm_scan_stop(struct iwl_mvm *mvm, int type, bool notify);
|