Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddriver-ops.h1185 if (local->ops->post_channel_switch) in drv_post_channel_switch()
1186 ret = local->ops->post_channel_switch(&local->hw, &sdata->vif, in drv_post_channel_switch()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1394 .post_channel_switch = iwl_mvm_post_channel_switch,
H A Dmac80211.c6640 .post_channel_switch = iwl_mvm_post_channel_switch,
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2644 .post_channel_switch = iwl_mld_post_channel_switch,
/linux-6.15/include/net/
H A Dmac80211.h4763 int (*post_channel_switch)(struct ieee80211_hw *hw, member