ESP-IDF
g_wpa_supp
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
g_wpa_supp
g_wpa_supp variable
Syntax
Show:
Summary
Declaration
Definition
from
esp_common_i.h:13
extern
struct
wpa_supplicant
g_wpa_supp
;
Implemented in
esp_common.c:40
Examples
References
from
examples
Code
Location
Referrer
struct
wpa_supplicant
g_wpa_supp
;
esp_common.c:40
extern
struct
wpa_supplicant
g_wpa_supp
;
esp_common_i.h:13
extern
struct
wpa_supplicant
g_wpa_supp
;
esp_scan.c:26
extern
struct
wpa_supplicant
g_wpa_supp
;
mbo.c:27
extern
struct
wpa_supplicant
g_wpa_supp
;
sae_pk.c:24
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:66
mgmt_rx_action()
struct
wpa_bss
*
bss
=
wpa_bss_get_bssid
(
&
g_wpa_supp
,
bssid
)
;
esp_common.c:242
mbo_bss_profile_match()
if
(
wpa_is_bss_tmp_disallowed
(
&
g_wpa_supp
,
bss
)
)
{
esp_common.c:253
mbo_bss_profile_match()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:267
esp_supplicant_common_init()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:300
esp_supplicant_common_deinit()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:321
supplicant_sta_conn_handler()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:343
supplicant_sta_disconn_handler()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:371
esp_rrm_is_rrm_supported_connection()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:390
esp_rrm_send_neighbor_rep_request()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:437
esp_rrm_send_neighbor_report_request()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:489
esp_wnm_is_btm_supported_connection()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_common.c:508
esp_wnm_send_bss_transition_mgmt_query()
int
ret
=
wpas_mbo_update_non_pref_chan
(
&
g_wpa_supp
,
non_pref_chan
)
;
esp_common.c:556
esp_mbo_update_non_pref_chan()
wpas_mbo_scan_ie
(
&
g_wpa_supp
,
default_ies
)
;
esp_common.c:573
get_mbo_oce_scan_ie()
mbo_ie_len
=
wpas_mbo_ie
(
&
g_wpa_supp
,
mbo_ie
,
mbo_ie_len
,
0
)
;
esp_common.c:592
get_mbo_oce_assoc_ie()
struct
wpa_bss
*
bss
=
wpa_bss_get_bssid
(
&
g_wpa_supp
,
bssid
)
;
esp_common.c:678
add_mdie()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_scan.c:30
scan_done_event_handler()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_scan.c:71
esp_supplicant_handle_scan_done_evt()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
esp_scan.c:113
esp_handle_beacon_probe()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
mbo.c:527
wpa_bss_tmp_disallow_timeout()
struct
wpa_supplicant
*
wpa_s
=
&
g_wpa_supp
;
sae_pk.c:621
sae_check_confirm_pk()
struct
wpa_bss
*
bss
=
wpa_bss_get_bssid
(
&
g_wpa_supp
,
(
uint8_t
*
)
bssid
)
;
wpa.c:2398
wpa_set_bss()
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