Home
last modified time | relevance | path

Searched refs:tdls_channel_switch (Results 1 – 6 of 6) sorted by relevance

/linux/net/wireless/
H A Dcore.c543 WARN_ON(ops->tdls_channel_switch && !ops->tdls_cancel_channel_switch); in wiphy_new_nm()
828 (!rdev->ops->tdls_channel_switch || in wiphy_register()
H A Drdev-ops.h1223 ret = rdev->ops->tdls_channel_switch(&rdev->wiphy, dev, addr,
H A Dnl80211.c17763 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_channel_switch()
17815 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_cancel_channel_switch()
/linux/include/net/
H A Dmac80211.h4990 int (*tdls_channel_switch)(struct ieee80211_hw *hw, member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4616 .tdls_channel_switch = mwifiex_cfg80211_tdls_chan_switch,
/linux/net/mac80211/
H A Dcfg.c5837 .tdls_channel_switch = ieee80211_tdls_channel_switch,