Crate wlan_storage_constants

Source

Structs§

NetworkIdentifier
The network identifier is the SSID and security policy of the network, and it is used to distinguish networks. It mirrors the NetworkIdentifier in fidl_fuchsia_wlan_policy.
PersistentData
The data that will be stored between reboots of a device. Used to convert the data between JSON and network config.
PersistentStorageData
The data that will be stored between reboots of a device. Used to convert the data between JSON and network config.

Enums§

Credential
The credential of a network connection. It mirrors the fidl_fuchsia_wlan_policy Credential
FileContent
To deserialize file data into a JSON with a file version and data, a wrapper is needed since the values of the hashmap must be consistent.
SecurityType
The security type of a network connection. It mirrors the fidl_fuchsia_wlan_policy SecurityType

Constants§

NODE_SEPARATOR
POLICY_DATA_KEY
The StashNode abstraction requires that writing to a StashNode is done as a named field, so we will store the network config’s data under the POLICY_DATA_KEY.
POLICY_STASH_PREFIX
POLICY_STORAGE_ID

Type Aliases§

StashedSsid