ESP-IDF
wps_event_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_fail
wps_event_fail struct
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
]
;
}
;
Fields
Field
Declared as
wps_event_fail::msg
int
wps_event_fail::config_error
u16
wps_event_fail::error_indication
u16
wps_event_fail::peer_macaddr
u8
[
ETH_ALEN
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_event_fail
{
wps.h:557
wps_event_data
wps_event_data::fail
struct
wps_event_fail
*
fail
)
wps_hostapd.c:187
hostapd_wps_event_fail()
hostapd_wps_event_fail()::fail
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
wps_event_data::fail
wps_event_data
wps.h:557
hostapd_wps_event_fail()::fail
hostapd_wps_event_fail()
wps_hostapd.c:187
Lifecycle
from
examples
All items filtered out
All items filtered out