ESP-IDF
wpa_supplicant::type
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_supplicant::type
wpa_supplicant::type field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:108
uint32_t
type
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
type
,
subtype
;
wpa_supplicant_i.h:108
wpa_s
->
type
&=
~
(
1
<
<
WLAN_FC_STYPE_ACTION
)
;
esp_common.c:117
register_mgmt_frames()
wpa_s
->
type
|=
1
<
<
WLAN_FC_STYPE_ACTION
;
esp_common.c:133
register_mgmt_frames()
wpa_s
->
type
|=
(
1
<
<
WLAN_FC_STYPE_AUTH
)
|
esp_common.c:139
register_mgmt_frames()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_common.c:143
register_mgmt_frames()
wpa_s
->
type
=
0
;
esp_common.c:278
esp_supplicant_common_init()
wpa_s
->
type
|=
(
1
<
<
WLAN_FC_STYPE_ASSOC_RESP
)
|
(
1
<
<
WLAN_FC_STYPE_REASSOC_RESP
)
|
(
1
<
<
WLAN_FC_STYPE_AUTH
)
;
esp_common.c:280
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()
if
(
wpa_s
->
type
)
{
esp_common.c:309
esp_supplicant_common_deinit()
wpa_s
->
type
=
0
;
esp_common.c:310
esp_supplicant_common_deinit()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_common.c:311
esp_supplicant_common_deinit()
wpa_s
->
type
&=
~
(
1
<
<
WLAN_FC_STYPE_BEACON
)
&
~
(
1
<
<
WLAN_FC_STYPE_PROBE_RESP
)
;
esp_scan.c:35
scan_done_event_handler()
esp_wifi_register_mgmt_frame_internal
(
wpa_s
->
type
,
wpa_s
->
subtype
)
;
esp_scan.c:36
scan_done_event_handler()
wpa_s
->
type
|=
(
1
<
<
WLAN_FC_STYPE_BEACON
)
|
(
1
<
<
WLAN_FC_STYPE_PROBE_RESP
)
;
esp_scan.c:259
issue_scan()
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::type
is written by 5 functions and is read by 5 functions:
register_mgmt_frames()
esp_supplicant_common_init()
esp_supplicant_common_deinit()
scan_done_event_handler()
issue_scan()
All items filtered out
wpa_supplicant::type
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