Home
last modified time | relevance | path

Searched refs:iwl_mld_scan_stop (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dscan.h19 int iwl_mld_scan_stop(struct iwl_mld *mld, int type, bool notify);
H A Dd3.c277 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_SCHED, true); in iwl_mld_netdetect_config()
1963 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_NETDETECT, false); in iwl_mld_wowlan_resume()
H A Ddebugfs.c919 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_INT_MLO, false); in iwl_dbgfs_vif_int_mlo_scan_write()
H A Dmac80211.c1346 iwl_mld_scan_stop(mld, IWL_MLD_SCAN_REGULAR, true); in iwl_mld_mac80211_cancel_hw_scan()
1377 return iwl_mld_scan_stop(mld, IWL_MLD_SCAN_SCHED, false); in iwl_mld_mac80211_sched_scan_stop()
H A Dscan.c1704 int iwl_mld_scan_stop(struct iwl_mld *mld, int type, bool notify) in iwl_mld_scan_stop() function