Home
last modified time | relevance | path

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

/linux-6.12.1/net/mac80211/
Ddriver-ops.h1205 if (local->ops->abort_channel_switch) in drv_abort_channel_switch()
1206 local->ops->abort_channel_switch(&local->hw, &sdata->vif, in drv_abort_channel_switch()
Dmlme.c2235 if (!local->ops->abort_channel_switch) in ieee80211_sta_abort_chanswitch()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1446 .abort_channel_switch = iwl_mvm_abort_channel_switch,
Dmac80211.c6605 .abort_channel_switch = iwl_mvm_abort_channel_switch,
/linux-6.12.1/include/net/
Dmac80211.h4727 void (*abort_channel_switch)(struct ieee80211_hw *hw, member