ESP-IDF
+
0
/1 examples
SourceVu will show references to
wifi_event_sta_wps_er_success_t::ap_cred
from the following samples and libraries:
wps sample
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
wifi_event_sta_wps_er_success_t::ap_cred
wifi_event_sta_wps_er_success_t::ap_cred field
All AP credentials received from WPS handshake
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:1099
struct
{
uint8_t
ssid
[
MAX_SSID_LEN
]
;
uint8_t
passphrase
[
MAX_PASSPHRASE_LEN
]
;
}
ap_cred
[
MAX_WPS_AP_CRED
]
;
Examples
wifi_event_sta_wps_er_success_t::ap_cred
is referenced by 1 libraries and example projects:
wps sample
References
from
0/1
examples
Code
Location
Referrer
}
ap_cred
[
MAX_WPS_AP_CRED
]
;
/**< All AP credentials received from WPS handshake */
esp_wifi_types_generic.h:1102
os_memcpy
(
evt
.
ap_cred
[
i
]
.
ssid
,
sm
->
creds
[
i
]
.
ssid
,
sm
->
creds
[
i
]
.
ssid_len
)
;
esp_wps.c:1351
wifi_station_wps_success_internal()
os_memcpy
(
evt
.
ap_cred
[
i
]
.
passphrase
,
sm
->
creds
[
i
]
.
key
,
sm
->
creds
[
i
]
.
key_len
)
;
esp_wps.c:1352
wifi_station_wps_success_internal()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
wifi_event_sta_wps_er_success_t::ap_cred
is read by 1 function:
All items filtered out
wifi_event_sta_wps_er_success_t::ap_cred
wifi_station_wps_success_internal()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out