Home
last modified time | relevance | path

Searched refs:is_supported_24g (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_csa.c54 if (!is_supported_24g(dvobj_to_regsty(d)->band_type)) in rtw_get_csa_setting()
375 if (!is_supported_24g(adapter_to_regsty(a)->band_type)) in rtw_sta_get_ecsa_setting()
H A Drtw_rf.c1087 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in op_class_pref_init()
H A Drtw_scan.c2576 && is_supported_24g(padapter->registrypriv.band_type)) in rtw_scan_timeout_decision()
H A Drtw_chplan.c823 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in init_channel_set_from_rtk_priv_2g_5g()
H A Drtw_cmd.c3680 if (!is_supported_24g(dvobj_to_regsty(dvobj)->band_type) in rtw_dfs_ch_switch_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_csa.c54 if (!is_supported_24g(dvobj_to_regsty(d)->band_type)) in rtw_get_csa_setting()
375 if (!is_supported_24g(adapter_to_regsty(a)->band_type)) in rtw_sta_get_ecsa_setting()
H A Drtw_rf.c1087 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in op_class_pref_init()
H A Drtw_scan.c2602 && is_supported_24g(padapter->registrypriv.band_type)) in rtw_scan_timeout_decision()
H A Drtw_chplan.c823 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G)) in init_channel_set_from_rtk_priv_2g_5g()
H A Drtw_cmd.c3658 if (!is_supported_24g(dvobj_to_regsty(dvobj)->band_type) in rtw_dfs_ch_switch_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1451 if (is_supported_24g(registry_par->band_type) && (!is_supported_5g(registry_par->band_type)) in rtw_load_registry()
1454 else if (is_supported_5g(registry_par->band_type) && (!is_supported_24g(registry_par->band_type)) in rtw_load_registry()
H A Dos_intfs.c1177 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G))
H A Dioctl_cfg80211.c9764 if (is_supported_24g(padapter->registrypriv.band_type)) { in rtw_cfg80211_init_wiphy_band()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_cfg.c1475 if (is_supported_24g(registry_par->band_type) && (!is_supported_5g(registry_par->band_type)) in rtw_load_registry()
1478 else if (is_supported_5g(registry_par->band_type) && (!is_supported_24g(registry_par->band_type)) in rtw_load_registry()
H A Dos_intfs.c1168 if (is_supported_24g(regsty->band_type) && rtw_hw_chk_band_cap(dvobj, BAND_CAP_2G))
H A Dioctl_cfg80211.c9939 if (is_supported_24g(padapter->registrypriv.band_type)) { in rtw_cfg80211_init_wiphy_band()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211.h245 #define is_supported_24g(band_type) ((band_type) & BAND_CAP_2G ? _TRUE : _FALSE) macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dieee80211.h245 #define is_supported_24g(band_type) ((band_type) & BAND_CAP_2G ? _TRUE : _FALSE) macro