ESP-IDF
wifi_mgmt_frm_req_t
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
wifi_mgmt_frm_req_t
wifi_mgmt_frm_req_t struct
Syntax
Show:
Summary
Declaration
from
esp_wifi_driver.h:198
typedef
struct
{
#ifndef
ETH_ALEN
#define
ETH_ALEN
6
#endif
wifi_interface_t
ifx
;
uint8_t
subtype
;
uint32_t
data_len
;
uint8_t
da
[
ETH_ALEN
]
;
uint8_t
data
[
0
]
;
}
wifi_mgmt_frm_req_t
;
Fields
Field
Declared as
wifi_mgmt_frm_req_t::ifx
wifi_interface_t
wifi_mgmt_frm_req_t::subtype
uint8_t
wifi_mgmt_frm_req_t::data_len
uint32_t
wifi_mgmt_frm_req_t::da
uint8_t
[
ETH_ALEN
]
wifi_mgmt_frm_req_t::data
uint8_t
[
0
]
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
esp_wifi_driver.h:198
}
wifi_mgmt_frm_req_t
;
esp_wifi_driver.h:207
wifi_mgmt_frm_req_t
*
req
;
esp_common.c:740
wpa_drv_send_action()
req
=
os_zalloc
(
sizeof
(
*
req
)
+
data_len
)
;
esp_common.c:746
wpa_drv_send_action()
os_free
(
req
)
;
esp_common.c:764
wpa_drv_send_action()
wifi_mgmt_frm_req_t
*
reply
=
NULL
;
esp_hostap.c:308
esp_send_assoc_resp()
reply
=
os_zalloc
(
sizeof
(
wifi_mgmt_frm_req_t
)
+
sizeof
(
uint16_t
)
)
;
esp_hostap.c:319
esp_send_assoc_resp()
os_free
(
reply
)
;
esp_hostap.c:335
esp_send_assoc_resp()
}
wifi_mgmt_frm_req_t
;
esp_wifi_driver.h:207
wifi_mgmt_frm_req_t
esp_err_t
esp_wifi_send_mgmt_frm_internal
(
const
wifi_mgmt_frm_req_t
*
req
)
;
esp_wifi_driver.h:284
esp_wifi_send_mgmt_frm_internal()
esp_wifi_send_mgmt_frm_internal()::req
wifi_mgmt_frm_req_t
*
req
=
os_zalloc
(
sizeof
(
*
req
)
+
data_len
)
;
esp_wpa3.c:693
esp_send_sae_auth_reply()
os_free
(
req
)
;
esp_wpa3.c:719
esp_send_sae_auth_reply()
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
Instance
Scope
Location
Project
esp_wifi_send_mgmt_frm_internal()::req
esp_wifi_send_mgmt_frm_internal()
esp_wifi_driver.h:284
Lifecycle
from
examples
wifi_mgmt_frm_req_t
is allocated by 3 symbols and is freed by 3 symbols:
wpa_drv_send_action()
esp_send_sae_auth_reply()
esp_send_assoc_resp()
All items filtered out
wifi_mgmt_frm_req_t
wpa_drv_send_action()
esp_send_sae_auth_reply()
esp_send_assoc_resp()
All items filtered out