Searched refs:wl_preinit (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/firmware/broadcom/AP6203BM/wifi/ |
| H A D | config.txt | 6 wl_preinit=pm2_sleep_ret=20
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 3225 if (conf->wl_preinit) { in dhd_conf_read_others() 3226 kfree(conf->wl_preinit); in dhd_conf_read_others() 3227 conf->wl_preinit = NULL; in dhd_conf_read_others() 3229 if (!(conf->wl_preinit = kmalloc(len_param+1, GFP_KERNEL))) { in dhd_conf_read_others() 3232 memset(conf->wl_preinit, 0, len_param+1); in dhd_conf_read_others() 3233 strcpy(conf->wl_preinit, data); in dhd_conf_read_others() 3234 CONFIG_MSG("wl_preinit = %s\n", conf->wl_preinit); in dhd_conf_read_others() 3512 char wl_preinit[] = "assoc_retry_max=20"; in dhd_conf_postinit_ioctls() local 3556 dhd_conf_set_wl_cmd(dhd, wl_preinit, TRUE); in dhd_conf_postinit_ioctls() 3568 dhd_conf_set_wl_cmd(dhd, conf->wl_preinit, TRUE); in dhd_conf_postinit_ioctls() [all …]
|
| H A D | dhd_config.h | 274 char *wl_preinit; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 4271 if (conf->wl_preinit) { in dhd_conf_read_others() 4272 kfree(conf->wl_preinit); in dhd_conf_read_others() 4273 conf->wl_preinit = NULL; in dhd_conf_read_others() 4275 if (!(conf->wl_preinit = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4278 memset(conf->wl_preinit, 0, strlen(data)+1); in dhd_conf_read_others() 4279 strcpy(conf->wl_preinit, data); in dhd_conf_read_others() 4280 CONFIG_MSG("wl_preinit = %s\n", conf->wl_preinit); in dhd_conf_read_others() 4720 char wl_preinit[] = "assoc_retry_max=10"; in dhd_conf_postinit_ioctls() local 4764 dhd_conf_set_wl_cmd(dhd, wl_preinit, TRUE); in dhd_conf_postinit_ioctls() 4831 dhd_conf_set_wl_cmd(dhd, conf->wl_preinit, TRUE); in dhd_conf_postinit_ioctls() [all …]
|
| H A D | dhd_config.h | 339 char *wl_preinit; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 4410 if (conf->wl_preinit) { in dhd_conf_read_others() 4411 kfree(conf->wl_preinit); in dhd_conf_read_others() 4412 conf->wl_preinit = NULL; in dhd_conf_read_others() 4414 if (!(conf->wl_preinit = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others() 4417 memset(conf->wl_preinit, 0, strlen(data)+1); in dhd_conf_read_others() 4418 strcpy(conf->wl_preinit, data); in dhd_conf_read_others() 4419 CONFIG_MSG("wl_preinit = %s\n", conf->wl_preinit); in dhd_conf_read_others() 4906 char wl_preinit[] = ""; in dhd_conf_postinit_ioctls() local 4947 dhd_conf_set_wl_cmd(dhd, wl_preinit, TRUE); in dhd_conf_postinit_ioctls() 5008 dhd_conf_set_wl_cmd(dhd, conf->wl_preinit, TRUE); in dhd_conf_postinit_ioctls() [all …]
|
| H A D | dhd_config.h | 342 char *wl_preinit; member
|