ESP-IDF
ASSOC_IE_LEN
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ASSOC_IE_LEN
ASSOC_IE_LEN macro
Syntax
Show:
Summary
Declaration
from
wpa.c:60
#define
ASSOC_IE_LEN
24
+
2
+
PMKID_LEN
+
RSN_SELECTOR_LEN
Examples
References
from
examples
Code
Location
#define
ASSOC_IE_LEN
128
esp_common.c:803
#define
ASSOC_IE_LEN
24
+
2
+
PMKID_LEN
+
RSN_SELECTOR_LEN
wpa.c:60
#undef
ASSOC_IE_LEN
esp_common.c:842
size_t
len
=
ASSOC_IE_LEN
;
esp_common.c:805
ie
=
os_malloc
(
ASSOC_IE_LEN
+
ies_len
)
;
esp_common.c:809
esp_wifi_set_appie_internal
(
WIFI_APPIE_ASSOC_REQ
,
ie
,
ASSOC_IE_LEN
-
len
,
0
)
;
esp_common.c:840
u8
assoc_ie_buf
[
ASSOC_IE_LEN
+
2
]
;
wpa.c:62
sm
->
assoc_wpa_ie_len
=
ASSOC_IE_LEN
;
wpa.c:2510
sm
->
assoc_wpa_ie_len
=
ASSOC_IE_LEN
-
2
;
wpa.c:2512
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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