wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ext_password_i.h
Go to the documentation of this file.
1 
5 #ifndef EXT_PASSWORD_I_H
6 #define EXT_PASSWORD_I_H
7 
8 #include "ext_password.h"
9 
11  const char *name;
12  void * (*init)(const char *params);
13  void (*deinit)(void *ctx);
14  struct wpabuf * (*get)(void *ctx, const char *name);
15 };
16 
17 struct wpabuf * ext_password_alloc(size_t len);
18 
19 #endif /* EXT_PASSWORD_I_H */
Definition: wpabuf.h:16
External password backend.
Definition: ext_password_i.h:10