Home
last modified time | relevance | path

Searched refs:best_6g_ch (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_escan.h44 int best_6g_ch; member
H A Dwl_android_ext.h177 int *best_2g_ch, int *best_5g_ch, int *best_6g_ch
H A Dwl_android_ext.c3053 int *best_2g_ch, int *best_5g_ch, int *best_6g_ch) in wl_ext_get_best_channel() argument
3238 *best_6g_ch = 0; in wl_ext_get_best_channel()
3243 *best_6g_ch = i*4 + 1; in wl_ext_get_best_channel()
3249 *best_6g_ch = i*4 + 97; in wl_ext_get_best_channel()
3255 *best_6g_ch = i*4 + 117; in wl_ext_get_best_channel()
3261 *best_6g_ch = i*4 + 189; in wl_ext_get_best_channel()
3308 bcm_bprintf(&strbuf, ", best_6g_ch=%d", *best_6g_ch); in wl_ext_get_best_channel()
3522 chanspec = wf_create_chspec_from_primary(wf_chspec_primary20_chan(escan->best_6g_ch), in wl_ext_drv_apcs()
H A Dwl_escan.c286 &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 Dwl_cfgscan.c644 &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 Dwl_cfg80211.h1983 int best_6g_ch; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_escan.h44 int best_6g_ch; member
H A Dwl_android_ext.h181 int ioctl_ver, int *best_2g_ch, int *best_5g_ch, int *best_6g_ch
H A Dwl_android_ext.c3063 int ioctl_ver, int *best_2g_ch, int *best_5g_ch, int *best_6g_ch) in wl_ext_get_best_channel() argument
3238 *best_6g_ch = 0; in wl_ext_get_best_channel()
3243 *best_6g_ch = i*4 + 1; in wl_ext_get_best_channel()
3249 *best_6g_ch = i*4 + 97; in wl_ext_get_best_channel()
3255 *best_6g_ch = i*4 + 117; in wl_ext_get_best_channel()
3261 *best_6g_ch = i*4 + 189; in wl_ext_get_best_channel()
3308 bcm_bprintf(&strbuf, ", best_6g_ch=%d", *best_6g_ch); in wl_ext_get_best_channel()
3508 channel = escan->best_6g_ch; in wl_ext_drv_apcs()
H A Dwl_escan.c286 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 Dwl_cfgscan.c648 &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 Dwl_cfg80211.h1980 int best_6g_ch; member