ESP-IDF
wps_credential::auth_type
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
wps_credential::auth_type
wps_credential::auth_type field
Syntax
Show:
Summary
Declaration
from
wps.h:50
u16
auth_type
;
Examples
References
from
examples
Code
Location
Referrer
u16
auth_type
;
wps.h:50
if
(
sm
->
creds
[
0
]
.
auth_type
==
WPS_AUTH_WPAPSK
&&
esp_wps.c:849
wps_finish()
cred
->
auth_type
=
WPA_GET_BE16
(
auth_type
)
;
wps_attr_process.c:131
wps_process_cred_auth_type()
if
(
cred
->
auth_type
==
WPS_AUTH_OPEN
&&
wps_attr_process.c:175
wps_process_cred_network_key()
if
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
&&
wps_attr_process.c:213
wps_workaround_cred_key()
if
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
&&
wps_attr_process.c:235
wps_workaround_cred_key()
if
(
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
)
==
wps_enrollee.c:915
wps_process_ap_settings_e()
cred
->
auth_type
|=
WPS_AUTH_WPA2PSK
;
wps_enrollee.c:919
wps_process_ap_settings_e()
cred
.
auth_type
=
WPS_AUTH_OPEN
;
wps_hostapd.c:515
hostapd_wps_config_ap()
cred
.
auth_type
=
WPS_AUTH_WPAPSK
;
wps_hostapd.c:518
hostapd_wps_config_ap()
cred
.
auth_type
=
WPS_AUTH_WPA2PSK
;
wps_hostapd.c:521
hostapd_wps_config_ap()
cred
.
auth_type
=
WPS_AUTH_WPA2PSK
|
WPS_AUTH_WPAPSK
;
wps_hostapd.c:524
hostapd_wps_config_ap()
wpabuf_put_be16
(
msg
,
cred
->
auth_type
)
;
wps_registrar.c:1571
wps_build_cred_auth_type()
if
(
(
cred
->
auth_type
&
(
WPS_AUTH_WPAPSK
|
WPS_AUTH_WPA2PSK
)
)
==
wps_registrar.c:3672
wps_registrar_config_ap()
cred
->
auth_type
|=
WPS_AUTH_WPA2PSK
;
wps_registrar.c:3676
wps_registrar_config_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_credential::auth_type
is written by 4 functions and is read by 6 functions:
wps_process_cred_auth_type()
wps_process_ap_settings_e()
hostapd_wps_config_ap()
wps_registrar_config_ap()
All items filtered out
wps_credential::auth_type
wps_process_cred_network_key()
wps_workaround_cred_key()
wps_process_ap_settings_e()
wps_finish()
wps_build_cred_auth_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