Home
last modified time | relevance | path

Searched refs:tdls_channel_switch (Results 1 – 8 of 8) 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.c17738 if (!rdev->ops->tdls_channel_switch || in nl80211_add_mod_link_station()
17790 if (!rdev->ops->tdls_channel_switch || in nl80211_add_link_station()
/linux/net/mac80211/
H A Ddriver-ops.h1338 if (!local->ops->tdls_channel_switch) in drv_tdls_channel_switch()
1342 ret = local->ops->tdls_channel_switch(&local->hw, &sdata->vif, sta, in drv_tdls_channel_switch()
H A Dmain.c1149 (!local->ops->tdls_channel_switch || in ieee80211_register_hw()
H A Dcfg.c5836 .tdls_channel_switch = ieee80211_tdls_channel_switch,
/linux/include/net/
H A Dmac80211.h4572 * @tdls_channel_switch: Start channel-switching with a TDLS peer. The driver
4990 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4864 int (*tdls_channel_switch)(struct ieee80211_hw *hw, global() member
H A Dcfg80211.h4988 * @tdls_channel_switch: Start channel-switching with a TDLS peer. The driver
5378 int (*tdls_channel_switch)(struct wiphy *wiphy,
5190 int (*tdls_channel_switch)(struct wiphy *wiphy, global() member