Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Ddriver-ops.h1086 if (local->ops->channel_switch_rx_beacon) in drv_channel_switch_rx_beacon()
1087 local->ops->channel_switch_rx_beacon(&local->hw, &sdata->vif, in drv_channel_switch_rx_beacon()
/Linux-v5.4/include/net/
Dmac80211.h4005 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw, member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c5058 .channel_switch_rx_beacon = iwl_mvm_channel_switch_rx_beacon,