wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
utils
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
10
struct
ext_password_backend
{
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 */
wpabuf
Definition:
wpabuf.h:16
ext_password.h
External password backend.
ext_password_backend
Definition:
ext_password_i.h:10
Generated on Sun Sep 27 2015 22:08:08 for wpa_supplicant / hostapd by
1.8.6