Home
last modified time | relevance | path

Searched refs:freq_reg_info (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dwifi_regd.c172 r = freq_reg_info(wiphy, ch->center_freq,
239 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
247 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dwifi_regd.c172 r = freq_reg_info(wiphy, ch->center_freq,
239 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
247 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dwifi_regd.c172 r = freq_reg_info(wiphy, ch->center_freq,
239 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
247 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dregd.c153 reg_rule = freq_reg_info(wiphy, in _rtl_reg_apply_beaconing_flags()
216 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
224 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dwifi_regd.c168 r = freq_reg_info(wiphy, ch->center_freq,
235 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
243 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dwifi_regd.c168 r = freq_reg_info(wiphy, ch->center_freq,
235 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
243 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dwifi_regd.c172 r = freq_reg_info(wiphy, ch->center_freq,
239 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
247 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dwifi_regd.c168 r = freq_reg_info(wiphy, ch->center_freq,
235 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
243 r = freq_reg_info(wiphy, ch->center_freq, bandwidth, &reg_rule);
/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dcfg80211.rst153 freq_reg_info
/OK3568_Linux_fs/kernel/net/wireless/
H A Dreg.c1643 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy, in freq_reg_info() function
1650 EXPORT_SYMBOL(freq_reg_info);
1950 rrule = freq_reg_info(wiphy, orig_chan_freq); in handle_channel()
1956 rrule1 = freq_reg_info(wiphy, in handle_channel()
1958 rrule2 = freq_reg_info(wiphy, in handle_channel()
H A Dnl80211.c1086 freq_reg_info(wiphy, MHZ_TO_KHZ(chan->center_freq)); in nl80211_msg_put_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Dregd.c271 reg_rule = freq_reg_info(wiphy, MHZ_TO_KHZ(ch->center_freq)); in ath_force_clear_no_ir_chan()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dregd.c279 reg_rule = freq_reg_info(wiphy, in rtw_regd_apply_beaconing_flags()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c679 rule = freq_reg_info(wiphy, in brcms_reg_apply_beaconing_flags()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h6040 const struct ieee80211_reg_rule *freq_reg_info(struct wiphy *wiphy,
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c1548 rrule = freq_reg_info(sdata->wdev.wiphy, MHZ_TO_KHZ(center_freq)); in ieee80211_regulatory_limit_wmm_params()