Structs§
Functions§
- policy_
scan_ for_ networks - Returns a map with the scan results returned by the policy layer. The map is
keyed by the
id
field of eachfidl_fuchsia_policy::ScanResult
. - sort_
policy_ scan_ result_ list - Sort a list of scan results by the
id
andbssid
fields. - strip_
timestamp_ nanos_ from_ scan_ results - TODO(https://fxbug.dev/42164608): This function strips the
timestamp_nanos
field from eachfidl_fuchsia_wlan_policy::ScanResult
entry since thetimestamp_nanos
field is undefined. - timeout_
after - This function returns
Ok(r)
, wherer
is the return value frommain_future
, ifmain_future
completes before thetimeout
duration. Otherwise,Err(())
is returned.