ESP-IDF
wps_context::cred_cb
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
wps_context::cred_cb
wps_context::cred_cb field
cred_cb - Callback to notify that new Credentials were received @ctx: Higher layer context data (cb_ctx) @cred: The received Credential Return: 0 on success, -1 on failure
Syntax
Show:
Summary
Declaration
from
wps.h:818
int
(
*
cred_cb
)
(
void
*
ctx
,
const
struct
wps_credential
*
cred
)
;
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out