ESP-IDF
wps_scan_ie::ssid
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_scan_ie::ssid
wps_scan_ie::ssid field
Syntax
Show:
Summary
Declaration
from
esp_wifi_driver.h:103
uint8_t
*
ssid
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
ssid
;
esp_wifi_driver.h:103
if
(
scan
->
ssid
[
1
]
>
SSID_MAX_LEN
)
{
esp_wps.c:429
wps_parse_scan_result()
os_memcpy
(
sm
->
creds
[
0
]
.
ssid
,
(
char
*
)
&
scan
->
ssid
[
2
]
,
(
int
)
scan
->
ssid
[
1
]
)
;
esp_wps.c:435
wps_parse_scan_result()
sm
->
creds
[
0
]
.
ssid_len
=
scan
->
ssid
[
1
]
;
esp_wps.c:436
wps_parse_scan_result()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wps_scan_ie::ssid
is read by 1 function:
All items filtered out
wps_scan_ie::ssid
wps_parse_scan_result()
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