Module config_management

Module config_management 

Source

Re-exports§

pub use network_config::*;

Modules§

network_config

Structs§

SavedNetworksManager
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§

SavedNetworksManagerApi

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.