ESP-IDF
wpa_supplicant::subtype
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_supplicant::subtype
wpa_supplicant::subtype field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:108
uint32_t
type
,
subtype
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
type
,
subtype
;
wpa_supplicant_i.h:108
wpa_s
->
subtype
=
0
;
esp_common.c:119
register_mgmt_frames()
wpa_s
->
subtype
=
1
<
<
WLAN_ACTION_RADIO_MEASUREMENT
;
esp_common.c:124
register_mgmt_frames()
wpa_s
->
subtype
|=
1
<
<
WLAN_ACTION_WNM
;
esp_common.c:129
register_mgmt_frames()
if
(
wpa_s
->
subtype
)
{
esp_common.c:132
register_mgmt_frames()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_common.c:143
register_mgmt_frames()
wpa_s
->
subtype
=
0
;
esp_common.c:279
esp_supplicant_common_init()
if
(
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
!=
ESP_OK
)
{
esp_common.c:281
esp_supplicant_common_init()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_common.c:311
esp_supplicant_common_deinit()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_scan.c:36
scan_done_event_handler()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_scan.c:260
issue_scan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
wpa_supplicant::subtype
is written by 2 functions and is read by 5 functions:
register_mgmt_frames()
esp_supplicant_common_init()
All items filtered out
wpa_supplicant::subtype
register_mgmt_frames()
esp_supplicant_common_init()
esp_supplicant_common_deinit()
scan_done_event_handler()
issue_scan()
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