Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:handle

188 	void *handle;
192 handle = dlopen(so, RTLD_LAZY);
193 if (handle == NULL) {
199 dyn_init = dlsym(handle, "eap_peer_method_dynamic_init");
201 dlclose(handle);
209 dlclose(handle);
215 /* Store the handle for this shared object. It will be freed with
217 eap_methods->dl_handle = handle;
238 void *handle;
257 handle = m->dl_handle;
264 dlclose(handle);
479 void *handle;
487 handle = m->dl_handle;
496 if (handle)
497 dlclose(handle);