Re-exports§
pub use network_config::*;
Modules§
Structs§
- Saved
Networks Manager - The Saved Network Manager keeps track of saved networks and provides thread-safe access to saved networks. Networks are saved by NetworkConfig and accessed by their NetworkIdentifier (SSID and security protocol). Network configs are saved in-memory, and part of each network data is saved persistently. Futures aware locks are used in order to wait for the storage flush operations to complete when data changes.
Traits§
Functions§
- compatible_
policy_ securities - Gets compatible
SecurityTypes for network candidates. - security_
is_ compatible - select_
high_ probability_ hidden_ networks - Returns all saved networks which we think have a high probability of being hidden.
- select_
subset_ potentially_ hidden_ networks - Returns a subset of potentially hidden saved networks, filtering probabilistically based on how certain they are to be hidden.