ESP-IDF
wps_registrar::new_psk_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_registrar::new_psk_cb
wps_registrar::new_psk_cb field
Syntax
Show:
Summary
Declaration
from
wps_registrar.c:146
int
(
*
new_psk_cb
)
(
void
*
ctx
,
const
u8
*
mac_addr
,
const
u8
*
p2p_dev_addr
,
const
u8
*
psk
,
size_t
psk_len
)
;
Examples
References
from
examples
Code
Location
Referrer
int
(
*
new_psk_cb
)
(
void
*
ctx
,
const
u8
*
mac_addr
,
const
u8
*
p2p_dev_addr
,
wps_registrar.c:146
reg
->
new_psk_cb
=
cfg
->
new_psk_cb
;
wps_registrar.c:680
wps_registrar_init()
if
(
reg
->
new_psk_cb
==
NULL
)
wps_registrar.c:1248
wps_cb_new_psk()
return
reg
->
new_psk_cb
(
reg
->
cb_ctx
,
mac_addr
,
p2p_dev_addr
,
psk
,
wps_registrar.c:1251
wps_cb_new_psk()
Call Tree
from
examples
wps_registrar::new_psk_cb
is called by 1 function:
wps_cb_new_psk()
All items filtered out
wps_registrar::new_psk_cb
All items filtered out
Data Use
from
examples
wps_registrar::new_psk_cb
is written by 1 function and is read by 1 function:
wps_registrar_init()
All items filtered out
wps_registrar::new_psk_cb
wps_cb_new_psk()
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