ESP-IDF
wpa_authenticator::wpa_ie
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
wpa_authenticator::wpa_ie
wpa_authenticator::wpa_ie field
Syntax
Show:
Summary
Declaration
from
wpa_auth_i.h:185
u8
*
wpa_ie
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
wpa_ie
;
wpa_auth_i.h:185
esp_wifi_set_appie_internal
(
WIFI_APPIE_WPA
,
hapd
->
wpa_auth
->
wpa_ie
,
(
uint16_t
)
hapd
->
wpa_auth
->
wpa_ie_len
,
0
)
;
esp_hostap.c:188
hostap_init()
if
(
!
hapd
||
!
hapd
->
wpa_auth
||
!
hapd
->
wpa_auth
->
wpa_ie
)
{
esp_wpa_main.c:151
wpa_ap_get_wpa_ie()
return
hapd
->
wpa_auth
->
wpa_ie
;
esp_wpa_main.c:156
wpa_ap_get_wpa_ie()
os_free
(
wpa_auth
->
wpa_ie
)
;
wpa_auth.c:384
wpa_init()
os_free
(
wpa_auth
->
wpa_ie
)
;
wpa_auth.c:395
wpa_init()
wpa_ie
=
sm
->
wpa_auth
->
wpa_ie
;
wpa_auth.c:1829
if
(
wpa_auth
->
wpa_ie
!=
NULL
)
{
wpa_auth.c:2554
wpa_deinit()
os_free
(
wpa_auth
->
wpa_ie
)
;
wpa_auth.c:2555
wpa_deinit()
os_free
(
wpa_auth
->
wpa_ie
)
;
wpa_auth_ie.c:365
wpa_auth_gen_wpa_ie()
wpa_auth
->
wpa_ie
=
os_malloc
(
pos
-
buf
)
;
wpa_auth_ie.c:366
wpa_auth_gen_wpa_ie()
if
(
wpa_auth
->
wpa_ie
==
NULL
)
wpa_auth_ie.c:367
wpa_auth_gen_wpa_ie()
memcpy
(
wpa_auth
->
wpa_ie
,
buf
,
pos
-
buf
)
;
wpa_auth_ie.c:369
wpa_auth_gen_wpa_ie()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_authenticator::wpa_ie
is written by 1 function and is read by 5 functions:
wpa_auth_gen_wpa_ie()
All items filtered out
wpa_authenticator::wpa_ie
wpa_init()
wpa_deinit()
wpa_auth_gen_wpa_ie()
wpa_ap_get_wpa_ie()
hostap_init()
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