Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:wstore

474 	WCHAR *wstore;
485 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
486 if (wstore == NULL)
488 wsprintf(wstore, L"%S", store);
489 cs = CertOpenSystemStore(0, wstore);
490 os_free(wstore);