Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Ddriver-ops.h1181 if (local->ops->post_channel_switch) in drv_post_channel_switch()
1182 ret = local->ops->post_channel_switch(&local->hw, &sdata->vif, in drv_post_channel_switch()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1445 .post_channel_switch = iwl_mvm_post_channel_switch,
Dmac80211.c6604 .post_channel_switch = iwl_mvm_post_channel_switch,
/linux-6.12.1/include/net/
Dmac80211.h4724 int (*post_channel_switch)(struct ieee80211_hw *hw, member