Home
last modified time | relevance | path

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

/linux-6.12.1/net/wireless/
Drdev-ops.h1430 if (rdev->ops->set_radar_background) in rdev_set_radar_background()
1431 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/
Dmain.c1505 .set_radar_background = mt7996_set_radar_background,
/linux-6.12.1/net/mac80211/
Dcfg.c4971 if (!local->ops->set_radar_background) in ieee80211_set_radar_background()
4974 return local->ops->set_radar_background(&local->hw, chandef); in ieee80211_set_radar_background()
5215 .set_radar_background = ieee80211_set_radar_background,
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c1747 .set_radar_background = mt7915_set_radar_background,
/linux-6.12.1/include/net/
Dmac80211.h4802 int (*set_radar_background)(struct ieee80211_hw *hw, member
Dcfg80211.h4936 int (*set_radar_background)(struct wiphy *wiphy, member