ESP-IDF
dpp_authentication::r_capab
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
dpp_authentication::r_capab
dpp_authentication::r_capab field
Syntax
Show:
Summary
Declaration
from
dpp.h:255
u8
r_capab
;
Examples
References
from
examples
Code
Location
Referrer
u8
r_capab
;
dpp.h:255
auth
->
r_capab
=
auth
->
configurator
?
DPP_CAPAB_CONFIGURATOR
:
dpp.c:709
dpp_auth_build_resp()
*
pos
++
=
auth
->
r_capab
;
dpp.c:711
dpp_auth_build_resp()
auth
->
r_capab
=
r_capab
[
0
]
;
dpp.c:2209
dpp_auth_resp_rx_status()
u8
role
=
auth
->
r_capab
&
DPP_CAPAB_ROLE_MASK
;
dpp.c:2215
dpp_auth_resp_rx_status()
auth
->
r_capab
=
r_capab
[
0
]
;
dpp.c:2446
dpp_auth_resp_rx()
role
=
auth
->
r_capab
&
DPP_CAPAB_ROLE_MASK
;
dpp.c:2448
dpp_auth_resp_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
dpp_authentication::r_capab
is written by 3 functions and is read by 3 functions:
dpp_auth_build_resp()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
All items filtered out
dpp_authentication::r_capab
dpp_auth_build_resp()
dpp_auth_resp_rx_status()
dpp_auth_resp_rx()
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