ESP-IDF
wpa_sm::owe_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_sm::owe_ie
wpa_sm::owe_ie field
Syntax
Show:
Summary
Declaration
from
wpa_i.h:117
struct
wpabuf
*
owe_ie
;
Examples
References
from
examples
Code
Location
Referrer
struct
wpabuf
*
owe_ie
;
wpa_i.h:117
if
(
sm
->
owe_ie
)
{
esp_owe.c:24
owe_deinit()
wpabuf_free
(
sm
->
owe_ie
)
;
esp_owe.c:25
owe_deinit()
sm
->
owe_ie
=
NULL
;
esp_owe.c:26
owe_deinit()
if
(
sm
->
owe_ie
)
{
wpa.c:2815
owe_build_assoc_req()
wpabuf_free
(
sm
->
owe_ie
)
;
wpa.c:2816
owe_build_assoc_req()
sm
->
owe_ie
=
wpabuf_alloc
(
5
+
wpabuf_len
(
pub
)
)
;
wpa.c:2818
owe_build_assoc_req()
if
(
!
sm
->
owe_ie
)
{
wpa.c:2820
owe_build_assoc_req()
wpabuf_put_u8
(
sm
->
owe_ie
,
WLAN_EID_EXTENSION
)
;
wpa.c:2826
owe_build_assoc_req()
wpabuf_put_u8
(
sm
->
owe_ie
,
1
+
2
+
wpabuf_len
(
pub
)
)
;
wpa.c:2827
owe_build_assoc_req()
wpabuf_put_u8
(
sm
->
owe_ie
,
WLAN_EID_EXT_OWE_DH_PARAM
)
;
wpa.c:2828
owe_build_assoc_req()
wpabuf_put_le16
(
sm
->
owe_ie
,
group
)
;
wpa.c:2829
owe_build_assoc_req()
wpabuf_put_buf
(
sm
->
owe_ie
,
pub
)
;
wpa.c:2830
owe_build_assoc_req()
return
(
struct
wpabuf
*
)
wpabuf_head
(
sm
->
owe_ie
)
;
wpa.c:2835
owe_build_assoc_req()
wpabuf_free
(
sm
->
owe_ie
)
;
wpa.c:2857
owe_process_assoc_resp()
sm
->
owe_ie
=
NULL
;
wpa.c:2858
owe_process_assoc_resp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_sm::owe_ie
is written by 3 functions and is read by 3 functions:
owe_build_assoc_req()
owe_process_assoc_resp()
owe_deinit()
All items filtered out
wpa_sm::owe_ie
owe_build_assoc_req()
owe_process_assoc_resp()
owe_deinit()
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