Searched refs:tdls_channel_switch (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/net/wireless/ |
H A D | core.c | 469 WARN_ON(ops->tdls_channel_switch && !ops->tdls_cancel_channel_switch); in wiphy_new_nm() 714 (!rdev->ops->tdls_channel_switch || in wiphy_register()
|
H A D | rdev-ops.h | 1186 ret = rdev->ops->tdls_channel_switch(&rdev->wiphy, dev, addr, in rdev_tdls_channel_switch()
|
H A D | nl80211.c | 15469 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_channel_switch() 15526 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_cancel_channel_switch()
|
/openbmc/linux/net/mac80211/ |
H A D | driver-ops.h | 1196 if (!local->ops->tdls_channel_switch) in drv_tdls_channel_switch() 1200 ret = local->ops->tdls_channel_switch(&local->hw, &sdata->vif, sta, in drv_tdls_channel_switch()
|
H A D | main.c | 977 (!local->ops->tdls_channel_switch || in ieee80211_register_hw()
|
H A D | cfg.c | 5109 .tdls_channel_switch = ieee80211_tdls_channel_switch,
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1154 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
|
H A D | mac80211.c | 6280 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | 4578 int (*tdls_channel_switch)(struct ieee80211_hw *hw, member
|
H A D | cfg80211.h | 4689 int (*tdls_channel_switch)(struct wiphy *wiphy, member
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4253 .tdls_channel_switch = mwifiex_cfg80211_tdls_chan_switch,
|