Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dcore.c465 WARN_ON(ops->tdls_channel_switch && !ops->tdls_cancel_channel_switch); in wiphy_new_nm()
754 (!rdev->ops->tdls_channel_switch || in wiphy_register()
H A Dnl80211.c15565 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_channel_switch()
15617 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_cancel_channel_switch()
/linux/include/net/
H A Dmac80211.h4773 int (*tdls_channel_switch)(struct ieee80211_hw *hw, member
/linux/net/mac80211/
H A Dcfg.c5274 .tdls_channel_switch = ieee80211_tdls_channel_switch,