ESP-IDF
wpa_supplicant::last_scan
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::last_scan
wpa_supplicant::last_scan field
Syntax
Show:
Summary
Declaration
from
wpa_supplicant_i.h:102
struct
os_reltime
last_scan
;
Examples
References
from
examples
Code
Location
Referrer
struct
os_reltime
last_scan
;
wpa_supplicant_i.h:102
os_get_reltime
(
&
wpa_s
->
last_scan
)
;
bss.c:375
wpa_bss_update_end()
os_get_reltime
(
&
wpa_s
->
last_scan
)
;
esp_scan.c:162
esp_handle_beacon_probe()
if
(
os_reltime_expired
(
&
now
,
&
wpa_s
->
last_scan
,
10
)
)
wnm_sta.c:549
wnm_add_cand_list()
if
(
!
os_reltime_expired
(
&
now
,
&
wpa_s
->
last_scan
,
10
)
)
{
wnm_sta.c:1018
ieee802_11_rx_bss_trans_mgmt_req()
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