Searched defs:ext_password_backend (Results 1 – 1 of 1) sorted by relevance
14 struct ext_password_backend { struct15 const char *name;16 void * (*init)(const char *params);17 void (*deinit)(void *ctx);18 struct wpabuf * (*get)(void *ctx, const char *name);