Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h1193 if (local->ops->tdls_recv_channel_switch) in drv_tdls_recv_channel_switch()
1194 local->ops->tdls_recv_channel_switch(&local->hw, &sdata->vif, in drv_tdls_recv_channel_switch()
H A Dmain.c911 !local->ops->tdls_recv_channel_switch)) in ieee80211_register_hw()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4166 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5335 .tdls_recv_channel_switch = iwl_mvm_tdls_recv_channel_switch,