Searched refs:tdls_channel_switch (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/mac80211/ |
A D | driver-ops.h | 1155 if (!local->ops->tdls_channel_switch) in drv_tdls_channel_switch() 1159 ret = local->ops->tdls_channel_switch(&local->hw, &sdata->vif, sta, in drv_tdls_channel_switch()
|
A D | main.c | 946 (!local->ops->tdls_channel_switch || in ieee80211_register_hw()
|
A D | cfg.c | 4980 .tdls_channel_switch = ieee80211_tdls_channel_switch,
|
/linux-6.3-rc2/net/wireless/ |
A D | core.c | 435 WARN_ON(ops->tdls_channel_switch && !ops->tdls_cancel_channel_switch); in wiphy_new_nm() 677 (!rdev->ops->tdls_channel_switch || in wiphy_register()
|
A D | rdev-ops.h | 1169 ret = rdev->ops->tdls_channel_switch(&rdev->wiphy, dev, addr, in rdev_tdls_channel_switch()
|
A D | nl80211.c | 15249 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_channel_switch() 15306 if (!rdev->ops->tdls_channel_switch || in nl80211_tdls_cancel_channel_switch()
|
/linux-6.3-rc2/include/net/ |
A D | mac80211.h | 4516 int (*tdls_channel_switch)(struct ieee80211_hw *hw, member
|
A D | cfg80211.h | 4614 int (*tdls_channel_switch)(struct wiphy *wiphy, member
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | cfg80211.c | 4249 .tdls_channel_switch = mwifiex_cfg80211_tdls_chan_switch,
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | mac80211.c | 5613 .tdls_channel_switch = iwl_mvm_tdls_channel_switch,
|
Completed in 104 milliseconds