Home
last modified time | relevance | path

Searched refs:tdls_cancel_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()
755 !rdev->ops->tdls_cancel_channel_switch))) in wiphy_register()
H A Dnl80211.c15618 !rdev->ops->tdls_cancel_channel_switch || in nl80211_tdls_cancel_channel_switch()
/linux/include/net/
H A Dmac80211.h4778 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw, member
/linux/net/mac80211/
H A Dcfg.c5275 .tdls_cancel_channel_switch = ieee80211_tdls_cancel_channel_switch,