ESP-IDF
wps_sm
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wps_sm
wps_sm struct
Syntax
Show:
Summary
Declaration
from
esp_wps_i.h:62
struct
wps_sm
{
u8
state
;
struct
wps_config
*
wps_cfg
;
struct
wps_context
*
wps_ctx
;
struct
wps_data
*
wps
;
char
identity
[
32
]
;
u8
identity_len
;
u8
ownaddr
[
ETH_ALEN
]
;
u8
bssid
[
ETH_ALEN
]
;
struct
wps_credential
creds
[
MAX_CRED_COUNT
]
;
u8
ap_cred_cnt
;
struct
wps_device_data
*
dev
;
u8
uuid
[
16
]
;
u8
current_identifier
;
bool
is_wps_scan
;
u8
channel
;
u8
scan_cnt
;
#ifdef
USE_WPS_TASK
u8
wps_sig_cnt
[
SIG_WPS_NUM
]
;
#endif
u8
discover_ssid_cnt
;
bool
ignore_sel_reg
;
bool
wps_pbc_overlap
;
struct
discard_ap_list_t
dis_ap_list
[
WPS_MAX_DIS_AP_NUM
]
;
u8
discard_ap_cnt
;
}
;
Fields
Field
Declared as
wps_sm::state
u8
wps_sm::wps_cfg
struct
wps_config
*
wps_sm::wps_ctx
struct
wps_context
*
wps_sm::wps
struct
wps_data
*
wps_sm::identity
char
[
32
]
wps_sm::identity_len
u8
wps_sm::ownaddr
u8
[
ETH_ALEN
]
wps_sm::bssid
u8
[
ETH_ALEN
]
wps_sm::creds
struct
wps_credential
[
MAX_CRED_COUNT
]
wps_sm::ap_cred_cnt
u8
wps_sm::dev
struct
wps_device_data
*
wps_sm::uuid
u8
[
16
]
wps_sm::current_identifier
u8
wps_sm::is_wps_scan
bool
wps_sm::channel
u8
wps_sm::scan_cnt
u8
wps_sm::wps_sig_cnt
u8
[
SIG_WPS_NUM
]
wps_sm::discover_ssid_cnt
u8
wps_sm::ignore_sel_reg
bool
wps_sm::wps_pbc_overlap
bool
wps_sm::dis_ap_list
struct
discard_ap_list_t
[
WPS_MAX_DIS_AP_NUM
]
wps_sm::discard_ap_cnt
u8
Related Functions
Found 5 other functions taking a
wps_sm
argument:
Function
wps_sm_ether_send()
wps_sm_alloc_eapol()
is_wps_pbc_overlap()
wps_stop_connection_timers()
wps_sm_init()
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