ESP-IDF
hostapd_wps_reg_success_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hostapd_wps_reg_success_cb()
hostapd_wps_reg_success_cb() function
Syntax
Show:
Summary
Declaration
from
wps_hostapd.c:77
static
void
hostapd_wps_reg_success_cb
(
void
*
ctx
,
const
u8
*
mac_addr
,
const
u8
*
uuid_e
,
const
u8
*
dev_pw
,
size_t
dev_pw_len
)
;
Arguments
Argument
ctx
mac_addr
uuid_e
dev_pw
dev_pw_len
Examples
References
from
examples
Code
Location
Referrer
static
void
hostapd_wps_reg_success_cb
(
void
*
ctx
,
const
u8
*
mac_addr
,
wps_hostapd.c:77
cfg
.
reg_success_cb
=
hostapd_wps_reg_success_cb
;
wps_hostapd.c:298
hostapd_init_wps()
Call Tree
from
examples
hostapd_wps_reg_success_cb()
calls 2 functions:
All items filtered out
hostapd_wps_reg_success_cb()
uuid_bin2str()
wps_stop_registrar()
All items filtered out
Data Use
from
examples
hostapd_wps_reg_success_cb()
writes 5 variables:
All items filtered out
hostapd_wps_reg_success_cb()
hostapd_init_wps()
wps_stop_reg_data::current_hapd
wps_stop_reg_data::uuid_e
wps_stop_reg_data::dev_pw
wps_stop_reg_data::dev_pw_len
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
hostapd_wps_reg_success_cb()
is implemented by 1 functions:
All items filtered out
hostapd_wps_reg_success_cb()
wps_registrar_config::reg_success_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out