| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_escan.h | 43 int best_5g_ch; member
|
| H A D | wl_android_ext.h | 177 int *best_2g_ch, int *best_5g_ch, int *best_6g_ch
|
| H A D | wl_android_ext.c | 3053 int *best_2g_ch, int *best_5g_ch, int *best_6g_ch) in wl_ext_get_best_channel() argument 3223 *best_5g_ch = 0; in wl_ext_get_best_channel() 3228 *best_5g_ch = i*4 + 36; in wl_ext_get_best_channel() 3234 *best_5g_ch = i*4 + 149; in wl_ext_get_best_channel() 3306 *best_2g_ch, *best_5g_ch); in wl_ext_get_best_channel() 3517 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(escan->best_5g_ch), in wl_ext_drv_apcs()
|
| H A D | wl_escan.c | 286 &escan->best_2g_ch, &escan->best_5g_ch, &escan->best_6g_ch); in wl_escan_inform_bss() 294 &escan->best_2g_ch, &escan->best_5g_ch, &escan->best_6g_ch); in wl_escan_inform_bss()
|
| H A D | wl_iw.c | 4344 dhd->escan->best_5g_ch = 0; in wl_iw_autochannel() 4347 dhd->escan->best_2g_ch, dhd->escan->best_5g_ch); in wl_iw_autochannel()
|
| H A D | wl_cfgscan.c | 644 &cfg->best_2g_ch, &cfg->best_5g_ch, &cfg->best_6g_ch); in wl_inform_bss() 647 &cfg->best_2g_ch, &cfg->best_5g_ch, &cfg->best_6g_ch); in wl_inform_bss()
|
| H A D | wl_cfg80211.h | 1982 int best_5g_ch; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_escan.h | 43 int best_5g_ch; member
|
| H A D | wl_android_ext.h | 181 int ioctl_ver, int *best_2g_ch, int *best_5g_ch, int *best_6g_ch
|
| H A D | wl_android_ext.c | 3063 int ioctl_ver, int *best_2g_ch, int *best_5g_ch, int *best_6g_ch) in wl_ext_get_best_channel() argument 3223 *best_5g_ch = 0; in wl_ext_get_best_channel() 3228 *best_5g_ch = i*4 + 36; in wl_ext_get_best_channel() 3234 *best_5g_ch = i*4 + 149; in wl_ext_get_best_channel() 3306 *best_2g_ch, *best_5g_ch); in wl_ext_get_best_channel() 3505 channel = escan->best_5g_ch; in wl_ext_drv_apcs()
|
| H A D | wl_escan.c | 286 escan->ioctl_ver, &escan->best_2g_ch, &escan->best_5g_ch, &escan->best_6g_ch); in wl_escan_inform_bss() 294 &escan->best_2g_ch, &escan->best_5g_ch, &escan->best_6g_ch); in wl_escan_inform_bss()
|
| H A D | wl_iw.c | 4292 dhd->escan->best_5g_ch = 0; in wl_iw_autochannel() 4295 dhd->escan->best_2g_ch, dhd->escan->best_5g_ch); in wl_iw_autochannel()
|
| H A D | wl_cfgscan.c | 648 &cfg->best_2g_ch, &cfg->best_5g_ch, &cfg->best_6g_ch); in wl_inform_bss() 651 &cfg->best_2g_ch, &cfg->best_5g_ch, &cfg->best_6g_ch); in wl_inform_bss()
|
| H A D | wl_cfg80211.h | 1979 int best_5g_ch; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_escan.h | 32 int best_5g_ch; member
|
| H A D | wl_android.h | 334 int ioctl_ver, int *best_2g_ch, int *best_5g_ch
|
| H A D | wl_escan.c | 258 escan->ioctl_ver, &escan->best_2g_ch, &escan->best_5g_ch); in wl_escan_inform_bss() 262 &escan->best_2g_ch, &escan->best_5g_ch); in wl_escan_inform_bss()
|
| H A D | wl_android_ext.c | 6724 int ioctl_ver, int *best_2g_ch, int *best_5g_ch in wl_ext_get_best_channel() argument 6826 *best_5g_ch = 0; in wl_ext_get_best_channel() 6831 *best_5g_ch = i*4 + 36; in wl_ext_get_best_channel() 6837 *best_5g_ch = i*4 + 149; in wl_ext_get_best_channel() 6860 *best_2g_ch, *best_5g_ch); in wl_ext_get_best_channel() 7038 channel = escan->best_5g_ch; in wl_ext_drv_apcs()
|
| H A D | wl_cfg80211.h | 933 int best_5g_ch; member
|
| H A D | wl_iw.c | 4308 dhd->escan->best_5g_ch = 0; in wl_iw_autochannel() 4311 dhd->escan->best_2g_ch, dhd->escan->best_5g_ch); in wl_iw_autochannel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_proc.c | 1017 u8 best_24g_ch = 0, best_5g_ch = 0; in proc_get_best_chan() local 1019 rtw_hal_get_odm_var(adapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); in proc_get_best_chan() 1022 DBG_871X_SEL_NL(m, "Best 5G CH:%u\n", best_5g_ch); in proc_get_best_chan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_proc.c | 1460 u8 best_24g_ch = 0, best_5g_ch = 0; in proc_get_best_chan() local 1462 rtw_hal_get_odm_var(adapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); in proc_get_best_chan() 1465 DBG_871X_SEL_NL(m, "Best 5G CH:%u\n", best_5g_ch); in proc_get_best_chan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | rtw_proc.c | 1669 u8 best_24g_ch = 0, best_5g_ch = 0; in proc_get_best_chan() local 1671 rtw_hal_get_odm_var(adapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); in proc_get_best_chan() 1674 RTW_PRINT_SEL(m, "Best 5G CH:%u\n", best_5g_ch); in proc_get_best_chan()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_com.c | 7406 u8 best_5g_ch = 0; in rtw_acs_start() local 7408 rtw_hal_get_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); in rtw_acs_start() 7410 DBG_871X("[ACS-"ADPT_FMT"] Best 5G CH:%u\n", ADPT_ARG(padapter), best_5g_ch); in rtw_acs_start()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/ |
| H A D | hal_com.c | 8074 u8 best_5g_ch = 0; in rtw_acs_start() local 8076 rtw_hal_get_odm_var(padapter, HAL_ODM_AUTO_CHNL_SEL, &(best_24g_ch), &(best_5g_ch)); in rtw_acs_start() 8078 DBG_871X("[ACS-"ADPT_FMT"] Best 5G CH:%u\n", ADPT_ARG(padapter), best_5g_ch); in rtw_acs_start()
|