ESP-IDF
hostapd_ssid::ssid_len
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
hostapd_ssid::ssid_len
hostapd_ssid::ssid_len field
Syntax
Show:
Summary
Declaration
from
ap_config.h:50
size_t
ssid_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
ssid_len
;
ap_config.h:50
ssid
->
ssid_len
,
ap_config.c:160
hostapd_setup_sae_pt()
hapd
->
conf
->
ssid
.
ssid_len
=
ssid
->
len
;
esp_hostap.c:145
hostap_init()
os_memcpy
(
wps
->
ssid
,
conf
->
ssid
.
ssid
,
conf
->
ssid
.
ssid_len
)
;
wps_hostapd.c:362
hostapd_update_wps()
wps
->
ssid_len
=
conf
->
ssid
.
ssid_len
;
wps_hostapd.c:363
hostapd_update_wps()
os_memcpy
(
cred
.
ssid
,
hapd
->
conf
->
ssid
.
ssid
,
hapd
->
conf
->
ssid
.
ssid_len
)
;
wps_hostapd.c:512
hostapd_wps_config_ap()
cred
.
ssid_len
=
hapd
->
conf
->
ssid
.
ssid_len
;
wps_hostapd.c:513
hostapd_wps_config_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hostapd_ssid::ssid_len
is written by 1 function and is read by 3 functions:
hostap_init()
All items filtered out
hostapd_ssid::ssid_len
hostapd_setup_sae_pt()
hostapd_update_wps()
hostapd_wps_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