Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddriver-ops.h1230 if (local->ops->channel_switch_rx_beacon) in drv_channel_switch_rx_beacon()
1231 local->ops->channel_switch_rx_beacon(&local->hw, &sdata->vif, in drv_channel_switch_rx_beacon()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1396 .channel_switch_rx_beacon = iwl_mvm_channel_switch_rx_beacon,
H A Dmac80211.c6642 .channel_switch_rx_beacon = iwl_mvm_channel_switch_rx_beacon,
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1575 .channel_switch_rx_beacon = mt7921_channel_switch_rx_beacon,
/linux-6.15/include/net/
H A Dmac80211.h4769 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw, member