wpa_supplicant / hostapd
2.5
|
External password backend. More...
Data Structures | |
struct | ext_password_data |
Functions | |
struct ext_password_data * | ext_password_init (const char *backend, const char *params) |
void | ext_password_deinit (struct ext_password_data *data) |
struct wpabuf * | ext_password_get (struct ext_password_data *data, const char *name) |
struct wpabuf * | ext_password_alloc (size_t len) |
void | ext_password_free (struct wpabuf *pw) |
External password backend.