Lines Matching refs:wl_resume
3122 dhd_conf_set_wl_cmd(dhd, conf->wl_resume, FALSE); in dhd_conf_set_suspend_resume()
4436 if (conf->wl_resume) { in dhd_conf_read_others()
4437 kfree(conf->wl_resume); in dhd_conf_read_others()
4438 conf->wl_resume = NULL; in dhd_conf_read_others()
4440 if (!(conf->wl_resume = kmalloc(strlen(data)+1, GFP_KERNEL))) { in dhd_conf_read_others()
4443 memset(conf->wl_resume, 0, strlen(data)+1); in dhd_conf_read_others()
4444 strcpy(conf->wl_resume, data); in dhd_conf_read_others()
4445 CONFIG_MSG("wl_resume = %s\n", conf->wl_resume); in dhd_conf_read_others()
5042 if (conf->wl_resume) { in dhd_conf_free_preinit()
5043 kfree(conf->wl_resume); in dhd_conf_free_preinit()
5044 conf->wl_resume = NULL; in dhd_conf_free_preinit()