Home
last modified time | relevance | path

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 Ddhd_config.h371 int scan_busy_thresh; member
H A Dwl_iapsta.c3164 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 Ddhd_config.c4378 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 Ddhd_config.h374 int scan_busy_thresh; member
H A Ddhd_config.c4517 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 Dwl_iapsta.c3596 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()