Home
last modified time | relevance | path

Searched refs:ext_password_data (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dext_password.h12 struct ext_password_data;
16 struct ext_password_data * ext_password_init(const char *backend,
18 void ext_password_deinit(struct ext_password_data *data);
20 struct wpabuf * ext_password_get(struct ext_password_data *data,
Dext_password.c27 struct ext_password_data { struct
33 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init() argument
36 struct ext_password_data *data; in ext_password_init()
39 data = (struct ext_password_data *)os_zalloc(sizeof(*data)); in ext_password_init()
65 void ext_password_deinit(struct ext_password_data *data) in ext_password_deinit()
73 struct wpabuf * ext_password_get(struct ext_password_data *data, in ext_password_get()