Searched refs:tdls_channel_switch (Results 1 – 8 of 8) sorted by relevance
| /linux/net/wireless/ ! |
| H A D | core.c | 543 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 D | rdev-ops.h | 1223 ret = rdev->ops->tdls_channel_switch(&rdev->wiphy, dev, addr,
|
| H A D | nl80211.c | 17738 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 D | driver-ops.h | 1338 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 D | main.c | 1149 (!local->ops->tdls_channel_switch || in ieee80211_register_hw()
|
| H A D | cfg.c | 5836 .tdls_channel_switch = ieee80211_tdls_channel_switch,
|
| /linux/include/net/ ! |
| H A D | mac80211.h | 4572 * @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 D | cfg80211.h | 4988 * @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
|