Home
last modified time | relevance | path

Searched refs:scan_busy_tmo (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h372 int scan_busy_tmo; member
H A Ddhd_config.c4374 conf->scan_busy_tmo = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4375 CONFIG_MSG("scan_busy_tmo = %d\n", conf->scan_busy_tmo); in dhd_conf_read_others()
5040 conf->scan_busy_tmo = 120; in dhd_conf_preinit()
H A Dwl_iapsta.c3197 if ((diff_ms/1000) >= conf->scan_busy_tmo) { in wl_ext_scan_busy()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h375 int scan_busy_tmo; member
H A Ddhd_config.c4513 conf->scan_busy_tmo = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_others()
4514 CONFIG_MSG("scan_busy_tmo = %d\n", conf->scan_busy_tmo); in dhd_conf_read_others()
5228 conf->scan_busy_tmo = 120; in dhd_conf_preinit()
H A Dwl_iapsta.c3629 if ((diff_ms/1000) >= conf->scan_busy_tmo) { in wl_ext_scan_busy()