ESP-IDF
wps_event_data::fail
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_event_data::fail
wps_event_data::fail field
struct wps_event_fail - Registration failure information @msg: enum wps_msg_type
Syntax
Show:
Summary
Declaration
from
wps.h:557
struct
wps_event_fail
{
int
msg
;
u16
config_error
;
u16
error_indication
;
u8
peer_macaddr
[
ETH_ALEN
]
;
}
fail
;
Examples
References
from
examples
Code
Location
Referrer
}
fail
;
wps.h:562
data
.
fail
.
msg
=
msg
;
wps_common.c:287
wps_fail_event()
data
.
fail
.
config_error
=
config_error
;
wps_common.c:288
wps_fail_event()
data
.
fail
.
error_indication
=
error_indication
;
wps_common.c:289
wps_fail_event()
os_memcpy
(
data
.
fail
.
peer_macaddr
,
mac_addr
,
ETH_ALEN
)
;
wps_common.c:290
wps_fail_event()
hostapd_wps_event_fail
(
hapd
,
&
data
->
fail
)
;
wps_hostapd.c:207
hostapd_wps_event_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_event_data::fail
is read by 1 function:
All items filtered out
wps_event_data::fail
wps_fail_event()
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