Home
last modified time | relevance | path

Searched refs:pre_channel_switch (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Ddriver-ops.h1157 if (local->ops->pre_channel_switch) in drv_pre_channel_switch()
1158 ret = local->ops->pre_channel_switch(&local->hw, &sdata->vif, in drv_pre_channel_switch()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1432 .pre_channel_switch = iwl_mvm_mld_mac_pre_channel_switch,
H A Dmac80211.c6595 .pre_channel_switch = iwl_mvm_mac_pre_channel_switch,
/linux/include/net/
H A Dmac80211.h4720 int (*pre_channel_switch)(struct ieee80211_hw *hw, member