/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | wifi_regd.c | 103 void (*reg_notifier)(struct wiphy *wiphy, in _rtw_regd_init_wiphy() 110 wiphy->reg_notifier = reg_notifier; in _rtw_regd_init_wiphy() 124 void (*reg_notifier)(struct wiphy *wiphy, in rtw_regd_init() 127 _rtw_regd_init_wiphy(NULL, wiphy, reg_notifier); in rtw_regd_init()
|
/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | regd.c | 331 void (*reg_notifier)(struct wiphy *wiphy, in _rtl_regd_init_wiphy() 337 wiphy->reg_notifier = reg_notifier; in _rtl_regd_init_wiphy() 382 void (*reg_notifier)(struct wiphy *wiphy, in rtl_regd_init() 421 _rtl_regd_init_wiphy(&rtlpriv->regd, wiphy, reg_notifier); in rtl_regd_init()
|
H A D | regd.h | 37 void (*reg_notifier) (struct wiphy *wiphy,
|
/linux/drivers/net/wireless/ath/ |
H A D | regd.c | 32 * the flags on our reg_notifier() on a case by case basis. 637 void (*reg_notifier)(struct wiphy *wiphy, in ath_regd_init_wiphy() 642 wiphy->reg_notifier = reg_notifier; in ath_regd_init_wiphy() 760 void (*reg_notifier)(struct wiphy *wiphy, in ath_regd_init() 775 ath_regd_init_wiphy(reg, wiphy, reg_notifier); in ath_regd_init()
|
H A D | regd.h | 265 void (*reg_notifier)(struct wiphy *wiphy,
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_wifi_regd.h | 12 void (*reg_notifier)(struct wiphy *wiphy,
|
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | init.c | 397 hw->wiphy->reg_notifier = mt7925_regd_notifier; in mt7925_register_device()
|
/linux/Documentation/networking/ |
H A D | regulatory.rst | 92 registering on its struct wiphy a reg_notifier() callback. This notifier
|
/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | init.c | 551 wiphy->reg_notifier = mt7603_regd_notifier; in mt7603_register_device()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | channel.c | 766 wlc->wiphy->reg_notifier = brcms_reg_notifier; in brcms_c_regd_init()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | regd.c | 344 wiphy->reg_notifier = rtw_regd_notifier; in rtw_regd_init()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_util.c | 163 wiphy->reg_notifier = mt76x02_regd_notifier; in mt76x02_init_device()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | reg.c | 973 hw->wiphy->reg_notifier = ath12k_reg_notifier; in ath12k_reg_init()
|
/linux/drivers/net/wireless/ath/ath11k/ ! |
H A D | reg.c | 1021 ar->hw->wiphy->reg_notifier = ath11k_reg_notifier; in ath11k_reg_init()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ ! |
H A D | init.c | 377 wiphy->reg_notifier = mt7915_regd_notifier; in mt7915_init_wiphy()
|
/linux/drivers/net/wireless/realtek/rtw89/ ! |
H A D | regd.c | 710 wiphy->reg_notifier = rtw89_regd_notifier; in rtw89_regd_setup()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ ! |
H A D | init.c | 465 wiphy->reg_notifier = mt7996_regd_notifier; in mt7996_init_wiphy()
|
/linux/net/wireless/ ! |
H A D | reg.c | 2185 if (wiphy->reg_notifier) in reg_call_notifier() 2186 wiphy->reg_notifier(wiphy, request); in reg_call_notifier()
|
/linux/drivers/net/wireless/rsi/ ! |
H A D | rsi_91x_mac80211.c | 2092 wiphy->reg_notifier = rsi_reg_notify; in rsi_mac80211_attach()
|
/linux/drivers/net/wireless/ath/ath6kl/ ! |
H A D | cfg80211.c | 3891 wiphy->reg_notifier = ath6kl_cfg80211_reg_notify; in ath6kl_cfg80211_init()
|
/linux/include/net/ ! |
H A D | cfg80211.h | 5630 * @reg_notifier: the driver's regulatory notification callback, 5632 * the reg_notifier's request can be passed as NULL 5635 * on the reg_notifier() if it chooses to ignore future 5934 void (*reg_notifier)(struct wiphy *wiphy, member
|
/linux/drivers/net/wireless/marvell/mwifiex/ ! |
H A D | cfg80211.c | 4864 wiphy->reg_notifier = mwifiex_reg_notifier; in mwifiex_register_cfg80211()
|
/linux/drivers/net/wireless/ti/wlcore/ ! |
H A D | main.c | 6349 wl->hw->wiphy->reg_notifier = wl1271_reg_notify; in wl1271_init_ieee80211()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ ! |
H A D | cfg80211.c | 8351 wiphy->reg_notifier = brcmf_cfg80211_reg_notifier; in brcmf_cfg80211_attach()
|