Searched refs:tdls_channel_switch (Results 1 – 11 of 11) sorted by relevance
| /linux/net/wireless/ |
| H A D | core.c | 470 WARN_ON(ops->tdls_channel_switch && !ops->tdls_cancel_channel_switch); in wiphy_new_nm() 755 (!rdev->ops->tdls_channel_switch || in wiphy_register()
|
| H A D | rdev-ops.h | 1191 ret = rdev->ops->tdls_channel_switch(&rdev->wiphy, dev, addr, in rdev_tdls_channel_switch()
|
| H A D | nl80211.c | 16934 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_channel_switch() 16986 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_cancel_channel_switch()
|
| /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 | 1135 (!local->ops->tdls_channel_switch || in ieee80211_register_hw()
|
| H A D | cfg.c | 5630 .tdls_channel_switch = ieee80211_tdls_channel_switch,
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-mac80211.c | 1074 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
|
| H A D | mac80211.c | 6403 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
|
| /linux/include/net/ |
| H A D | mac80211.h | 4864 int (*tdls_channel_switch)(struct ieee80211_hw *hw, member
|
| H A D | cfg80211.h | 5190 int (*tdls_channel_switch)(struct wiphy *wiphy, member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4614 .tdls_channel_switch = mwifiex_cfg80211_tdls_chan_switch,
|