ESP-IDF
wps_credential::encr_type
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_credential::encr_type
wps_credential::encr_type field
Syntax
Show:
Summary
Declaration
from
wps.h:51
u16
encr_type
;
Examples
References
from
examples
Code
Location
Referrer
u16
encr_type
;
wps.h:51
(
sm
->
creds
[
0
]
.
encr_type
&
WPS_ENCR_AES
)
)
{
esp_wps.c:850
wps_finish()
cred
->
encr_type
=
WPA_GET_BE16
(
encr_type
)
;
wps_attr_process.c:148
wps_process_cred_encr_type()
cred
->
encr_type
==
WPS_ENCR_NONE
)
{
wps_attr_process.c:176
wps_process_cred_network_key()
if
(
!
(
wps
->
cred
.
encr_type
&
wps_enrollee.c:759
wps_process_cred_e()
if
(
wps
->
cred
.
encr_type
&
WPS_ENCR_WEP
)
{
wps_enrollee.c:761
wps_process_cred_e()
if
(
!
(
cred
->
encr_type
&
(
WPS_ENCR_NONE
|
WPS_ENCR_TKIP
|
WPS_ENCR_AES
)
)
)
wps_enrollee.c:876
wps_process_ap_settings_e()
if
(
cred
->
encr_type
&
WPS_ENCR_WEP
)
{
wps_enrollee.c:878
wps_process_ap_settings_e()
if
(
(
cred
->
encr_type
&
(
WPS_ENCR_TKIP
|
WPS_ENCR_AES
)
)
==
WPS_ENCR_TKIP
)
wps_enrollee.c:908
wps_process_ap_settings_e()
cred
->
encr_type
|=
WPS_ENCR_AES
;
wps_enrollee.c:912
wps_process_ap_settings_e()
cred
.
encr_type
=
WPS_ENCR_NONE
;
wps_hostapd.c:514
hostapd_wps_config_ap()
cred
.
encr_type
=
WPS_ENCR_TKIP
;
wps_hostapd.c:519
hostapd_wps_config_ap()
cred
.
encr_type
=
WPS_ENCR_AES
;
wps_hostapd.c:522
hostapd_wps_config_ap()
cred
.
encr_type
=
WPS_ENCR_AES
;
wps_hostapd.c:525
hostapd_wps_config_ap()
wpabuf_put_be16
(
msg
,
cred
->
encr_type
)
;
wps_registrar.c:1583
wps_build_cred_encr_type()
if
(
!
(
cred
->
encr_type
&
(
WPS_ENCR_NONE
|
WPS_ENCR_TKIP
|
wps_registrar.c:3652
wps_registrar_config_ap()
if
(
cred
->
encr_type
&
WPS_ENCR_WEP
)
{
wps_registrar.c:3654
wps_registrar_config_ap()
if
(
(
cred
->
encr_type
&
(
WPS_ENCR_TKIP
|
WPS_ENCR_AES
)
)
==
wps_registrar.c:3665
wps_registrar_config_ap()
cred
->
encr_type
|=
WPS_ENCR_AES
;
wps_registrar.c:3669
wps_registrar_config_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_credential::encr_type
is written by 4 functions and is read by 6 functions:
wps_process_cred_encr_type()
wps_process_ap_settings_e()
hostapd_wps_config_ap()
wps_registrar_config_ap()
All items filtered out
wps_credential::encr_type
wps_process_cred_network_key()
wps_process_cred_e()
wps_process_ap_settings_e()
wps_finish()
wps_build_cred_encr_type()
wps_registrar_config_ap()
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