Home
last modified time | relevance | path

Searched refs:abort_channel_switch (Results 1 – 6 of 6) sorted by relevance

/linux/net/mac80211/
H A Ddriver-ops.h1236 if (local->ops->abort_channel_switch) in drv_abort_channel_switch()
1237 local->ops->abort_channel_switch(&local->hw, &sdata->vif, in drv_abort_channel_switch()
H A Dmlme.c2596 if (!local->ops->abort_channel_switch) in ieee80211_sta_abort_chanswitch()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1382 .abort_channel_switch = iwl_mvm_abort_channel_switch,
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1584 .abort_channel_switch = mt7921_abort_channel_switch,
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2642 .abort_channel_switch = iwl_mld_abort_channel_switch,
/linux/include/net/
H A Dmac80211.h4384 * @abort_channel_switch: This is an optional callback that is called
4797 void (*abort_channel_switch)(struct ieee80211_hw *hw, member