Module for working with various WiFi configurations
Summary
Functions
Get the key_mgmt type from the particular WiFi Configuration
Make a network config from a JSON request from the VintageNetWizard client
Convert a key_mgmt string into a key_mgmt
Get a human friendly name for the type of security of a WiFiConfiguration
Get the expected timeout in milisecs for a particular configuration
Types
Functions
Get the key_mgmt type from the particular WiFi Configuration
@spec json_to_network_config(map()) :: {:ok, map()} | {:error, VintageNetWizard.WiFiConfiguration.Params.param_error()}
Make a network config from a JSON request from the VintageNetWizard client
Convert a key_mgmt string into a key_mgmt
Get a human friendly name for the type of security of a WiFiConfiguration
@spec timeout(%{key_mgmt: key_mgmt()}) :: 30000 | 75000
Get the expected timeout in milisecs for a particular configuration