Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:dll

102  * dynamically from winscard.dll for now. */
104 static HINSTANCE dll = NULL; /* winscard.dll */
169 if (dll)
172 dll = LoadLibrary("winscard");
173 if (dll == NULL) {
174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
181 dll_ ## s = (void *) GetProcAddress(dll, sym); \
202 "winscard.dll", sym);
203 FreeLibrary(dll);
204 dll = NULL;
211 if (dll == NULL)
214 FreeLibrary(dll);
215 dll = NULL;