ESP-IDF
wps_er
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_er
wps_er struct
Syntax
Show:
Summary
Declaration
from
wps.h:30
struct
wps_er
;
Related Functions
Found 10 other functions taking a
wps_er
argument:
Function
wps_er_refresh()
wps_er_deinit()
wps_er_set_sel_reg()
wps_er_pbc()
wps_er_get_sta_uuid()
wps_er_learn()
wps_er_set_config()
wps_er_config()
wps_er_nfc_config_token()
wps_er_nfc_handover_sel()
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
wps_er
;
wps.h:30
struct
wps_er
*
wps_er_init
(
struct
wps_context
*
wps
,
const
char
*
ifname
,
wps.h:915
wps_er_init()
void
wps_er_refresh
(
struct
wps_er
*
er
)
;
wps.h:917
wps_er_refresh()
wps_er_refresh()::er
void
wps_er_deinit
(
struct
wps_er
*
er
,
void
(
*
cb
)
(
void
*
ctx
)
,
void
*
ctx
)
;
wps.h:918
wps_er_deinit()
wps_er_deinit()::er
void
wps_er_set_sel_reg
(
struct
wps_er
*
er
,
int
sel_reg
,
u16
dev_passwd_id
,
wps.h:919
wps_er_set_sel_reg()
wps_er_set_sel_reg()::er
int
wps_er_pbc
(
struct
wps_er
*
er
,
const
u8
*
uuid
,
const
u8
*
addr
)
;
wps.h:921
wps_er_pbc()
wps_er_pbc()::er
const
u8
*
wps_er_get_sta_uuid
(
struct
wps_er
*
er
,
const
u8
*
addr
)
;
wps.h:922
wps_er_get_sta_uuid()
wps_er_get_sta_uuid()::er
int
wps_er_learn
(
struct
wps_er
*
er
,
const
u8
*
uuid
,
const
u8
*
addr
,
wps.h:923
wps_er_learn()
wps_er_learn()::er
int
wps_er_set_config
(
struct
wps_er
*
er
,
const
u8
*
uuid
,
const
u8
*
addr
,
wps.h:925
wps_er_set_config()
wps_er_set_config()::er
int
wps_er_config
(
struct
wps_er
*
er
,
const
u8
*
uuid
,
const
u8
*
addr
,
wps.h:927
wps_er_config()
wps_er_config()::er
struct
wpabuf
*
wps_er_nfc_config_token
(
struct
wps_er
*
er
,
const
u8
*
uuid
,
wps.h:932
wps_er_nfc_config_token()
wps_er_nfc_config_token()::er
struct
wpabuf
*
wps_er_nfc_handover_sel
(
struct
wps_er
*
er
,
wps.h:934
wps_er_nfc_handover_sel()
wps_er_nfc_handover_sel()::er
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
return
wps_er_init()
wps.h:915
wps_er_refresh()::er
wps_er_refresh()
wps.h:917
wps_er_deinit()::er
wps_er_deinit()
wps.h:918
wps_er_set_sel_reg()::er
wps_er_set_sel_reg()
wps.h:919
wps_er_pbc()::er
wps_er_pbc()
wps.h:921
wps_er_get_sta_uuid()::er
wps_er_get_sta_uuid()
wps.h:922
wps_er_learn()::er
wps_er_learn()
wps.h:923
wps_er_set_config()::er
wps_er_set_config()
wps.h:925
wps_er_config()::er
wps_er_config()
wps.h:927
wps_er_nfc_config_token()::er
wps_er_nfc_config_token()
wps.h:932
wps_er_nfc_handover_sel()::er
wps_er_nfc_handover_sel()
wps.h:934
Lifecycle
from
examples
All items filtered out
All items filtered out