ESP-IDF
ext_password_backend
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ext_password_backend
ext_password_backend struct
Syntax
Show:
Summary
Declaration
from
ext_password_i.h:14
struct
ext_password_backend
{
const
char
*
name
;
void
*
(
*
init
)
(
const
char
*
params
)
;
void
(
*
deinit
)
(
void
*
ctx
)
;
struct
wpabuf
*
(
*
get
)
(
void
*
ctx
,
const
char
*
name
)
;
}
;
Fields
Field
Declared as
ext_password_backend::get
struct
wpabuf
*
(
*
)
(
void
*
ctx
,
const
char
*
name
)
ext_password_backend::name
const
char
*
ext_password_backend::init
void
*
(
*
)
(
const
char
*
params
)
ext_password_backend::deinit
void
(
*
)
(
void
*
ctx
)
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
ext_password_backend
{
ext_password_i.h:14
const
struct
ext_password_backend
*
backend
;
ext_password.c:28
ext_password_data
ext_password_data::backend
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
ext_password_data::backend
ext_password_data
ext_password.c:28
Lifecycle
from
examples
All items filtered out
All items filtered out