Home | History | Annotate | Download | only in wps

Lines Matching refs:scratch_mem

308 	char *scratch_mem = NULL;
327 scratch_mem = dup_binstr(url, url_len);
328 if (scratch_mem == NULL)
330 wpa_printf(MSG_DEBUG, "WPS UPnP: Adding URL '%s'", scratch_mem);
331 host = scratch_mem;
410 os_free(scratch_mem);