Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddriver-ops.h1364 if (local->ops->tdls_recv_channel_switch) in drv_tdls_recv_channel_switch()
1365 local->ops->tdls_recv_channel_switch(&local->hw, &sdata->vif, in drv_tdls_recv_channel_switch()
Dmain.c806 !local->ops->tdls_recv_channel_switch)) in ieee80211_register_hw()
/linux-4.1.27/include/net/
Dmac80211.h3385 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw, member
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c4091 .tdls_recv_channel_switch = iwl_mvm_tdls_recv_channel_switch,