Home
last modified time | relevance | path

Searched refs:set_radar_background (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/wireless/
H A Drdev-ops.h1432 if (rdev->ops->set_radar_background) in rdev_set_radar_background()
1433 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()
/linux-6.15/net/mac80211/
H A Dcfg.c5034 if (!local->ops->set_radar_background) in ieee80211_set_radar_background()
5037 return local->ops->set_radar_background(&local->hw, chandef); in ieee80211_set_radar_background()
5310 .set_radar_background = ieee80211_set_radar_background,
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c1809 .set_radar_background = mt7915_set_radar_background,
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c2145 .set_radar_background = mt7996_set_radar_background,
/linux-6.15/include/net/
H A Dmac80211.h4841 int (*set_radar_background)(struct ieee80211_hw *hw, member
H A Dcfg80211.h4991 int (*set_radar_background)(struct wiphy *wiphy, member