Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddriver-ops.h1373 if (local->ops->tdls_recv_channel_switch) in drv_tdls_recv_channel_switch()
1374 local->ops->tdls_recv_channel_switch(&local->hw, &sdata->vif, in drv_tdls_recv_channel_switch()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1387 .tdls_recv_channel_switch = iwl_mvm_tdls_recv_channel_switch,
/linux/include/net/
H A Dmac80211.h4411 * @tdls_recv_channel_switch: a TDLS channel-switch related frame (request or
4819 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw, member