Home
last modified time | relevance | path

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

/linux/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.c227 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_SCHED, true); in iwl_mld_netdetect_config()
2026 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_NETDETECT, false); in iwl_mld_wowlan_resume()
H A Dmac80211.c1457 iwl_mld_scan_stop(mld, IWL_MLD_SCAN_REGULAR, true); in iwl_mld_mac80211_cancel_hw_scan()
1491 return iwl_mld_scan_stop(mld, IWL_MLD_SCAN_SCHED, false); in iwl_mld_mac80211_sched_scan_stop()
H A Ddebugfs.c928 ret = iwl_mld_scan_stop(mld, IWL_MLD_SCAN_INT_MLO, false); in iwl_dbgfs_vif_int_mlo_scan_write()
H A Dscan.c1721 int iwl_mld_scan_stop(struct iwl_mld *mld, int type, bool notify) in iwl_mld_scan_stop() function