Searched refs:scan_busy_thresh (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.h | 371 int scan_busy_thresh; member
|
| H A D | wl_iapsta.c | 3164 apsta_params->scan_busy_cnt, conf->scan_busy_thresh); in wl_ext_scan_suppress() 3165 if (apsta_params->scan_busy_cnt >= conf->scan_busy_thresh) { in wl_ext_scan_suppress() 3203 if (apsta_params->scan_busy_cnt >= conf->scan_busy_thresh) { in wl_ext_scan_busy() 3209 apsta_params->scan_busy_cnt, conf->scan_busy_thresh); in wl_ext_scan_busy()
|
| H A D | dhd_config.c | 4378 conf->scan_busy_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others() 4379 CONFIG_MSG("scan_busy_thresh = %d\n", conf->scan_busy_thresh); in dhd_conf_read_others() 5039 conf->scan_busy_thresh = 10; in dhd_conf_preinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.h | 374 int scan_busy_thresh; member
|
| H A D | dhd_config.c | 4517 conf->scan_busy_thresh = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others() 4518 CONFIG_MSG("scan_busy_thresh = %d\n", conf->scan_busy_thresh); in dhd_conf_read_others() 5227 conf->scan_busy_thresh = 10; in dhd_conf_preinit()
|
| H A D | wl_iapsta.c | 3596 apsta_params->scan_busy_cnt, conf->scan_busy_thresh); in wl_ext_scan_suppress() 3597 if (apsta_params->scan_busy_cnt >= conf->scan_busy_thresh) { in wl_ext_scan_suppress() 3635 if (apsta_params->scan_busy_cnt >= conf->scan_busy_thresh) { in wl_ext_scan_busy() 3641 apsta_params->scan_busy_cnt, conf->scan_busy_thresh); in wl_ext_scan_busy()
|