Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Drdev-ops.h1437 if (rdev->ops->set_radar_background) in rdev_set_radar_background()
1438 ret = rdev->ops->set_radar_background(wiphy, chandef); in rdev_set_radar_background()
/linux/net/mac80211/
H A Dcfg.c5385 if (!local->ops->set_radar_background) in ieee80211_set_radar_background()
5388 return local->ops->set_radar_background(&local->hw, chandef); in ieee80211_set_radar_background()
5661 .set_radar_background = ieee80211_set_radar_background,
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c2330 .set_radar_background = mt7996_set_radar_background,
/linux/include/net/
H A Dmac80211.h4925 int (*set_radar_background)(struct ieee80211_hw *hw, member
H A Dcfg80211.h5254 int (*set_radar_background)(struct wiphy *wiphy, member