Home
last modified time | relevance | path

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

/linux-6.1.9/net/wireless/
Drdev-ops.h1413 if (!rdev->ops->set_radar_background) in rdev_set_radar_background()
1417 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()
/linux-6.1.9/net/mac80211/
Dcfg.c4699 if (!local->ops->set_radar_background) in ieee80211_set_radar_background()
4702 return local->ops->set_radar_background(&local->hw, chandef); in ieee80211_set_radar_background()
4942 .set_radar_background = ieee80211_set_radar_background,
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c1489 .set_radar_background = mt7915_set_radar_background,
/linux-6.1.9/include/net/
Dmac80211.h4503 int (*set_radar_background)(struct ieee80211_hw *hw, member
Dcfg80211.h4628 int (*set_radar_background)(struct wiphy *wiphy, member