Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h1071 if (local->ops->abort_channel_switch) in drv_abort_channel_switch()
1072 local->ops->abort_channel_switch(&local->hw, &sdata->vif); in drv_abort_channel_switch()
H A Dmlme.c1338 if (!local->ops->abort_channel_switch) in ieee80211_sta_abort_chanswitch()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4145 void (*abort_channel_switch)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5330 .abort_channel_switch = iwl_mvm_abort_channel_switch,