Symbol: cfg80211_reg_can_beacon
drivers/net/wireless/mediatek/mt76/mac80211.c
2080
if (!cfg80211_reg_can_beacon(hw->wiphy, &phy->chandef, NL80211_IFTYPE_AP))
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
2150
else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
2828
else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
902
else if (!cfg80211_reg_can_beacon(dev->mt76.hw->wiphy, chandef,
drivers/net/wireless/mediatek/mt76/mt7996/main.c
1065
if (!cfg80211_reg_can_beacon(hw->wiphy, &phy->mt76->chandef,
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
4105
else if (!cfg80211_reg_can_beacon(phy->mt76->hw->wiphy, chandef,
net/mac80211/ibss.c
258
if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper,
net/mac80211/ibss.c
269
if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper,
net/mac80211/ibss.c
807
if (!cfg80211_reg_can_beacon(sdata->local->hw.wiphy, &params.chandef,
net/mac80211/mesh.c
1318
!cfg80211_reg_can_beacon(sdata->local->hw.wiphy, &params.chandef,
net/mac80211/tx.c
2453
if (!cfg80211_reg_can_beacon(local->hw.wiphy, chandef,
net/wireless/mesh.c
210
if (!cfg80211_reg_can_beacon(&rdev->wiphy, &setup->chandef,
net/wireless/nl80211.c
13423
if (!cfg80211_reg_can_beacon(&rdev->wiphy, &ibss.chandef,
net/wireless/nl80211.c
16314
if (cfg80211_reg_can_beacon(wiphy, &def, NL80211_IFTYPE_NAN))
net/wireless/nl80211.c
17177
if (!cfg80211_reg_can_beacon(&rdev->wiphy, &chandef,
net/wireless/reg.c
2354
ret = cfg80211_reg_can_beacon(wiphy,
net/wireless/trace.h
3568
TRACE_EVENT(cfg80211_reg_can_beacon,