Lines Matching refs:wl_preinit
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()
5034 if (conf->wl_preinit) { in dhd_conf_free_preinit()
5035 kfree(conf->wl_preinit); in dhd_conf_free_preinit()
5036 conf->wl_preinit = NULL; in dhd_conf_free_preinit()