vintage_net_wizard v0.2.3 VintageNetWizard.WiFiConfiguration behaviour View Source
Module for working with various WiFi configurations
Link to this section Summary
Functions
Marshal a parameter map into a type of WiFi Configuration
Get the key_mgmt
type from the particular WiFi Configuration
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
Take a particular type of WiFi configuration and make into a configuration
that vintage_net
can use
Callbacks
A function on how to transform the map of params into a WiFiConfiguration
A function on how to take a WiFiConfiguration and make it into
a useable vintage_net
WiFi configuration.
Link to this section Types
Link to this section Functions
from_params(params)
View Sourcefrom_params(map()) :: {:ok, t()} | {:error, VintageNetWizard.WiFiConfiguration.Params.param_error()}
Marshal a parameter map into a type of WiFi Configuration
Get the key_mgmt
type from the particular WiFi Configuration
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
Take a particular type of WiFi configuration and make into a configuration
that vintage_net
can use
Link to this section Callbacks
from_params(map)
View Sourcefrom_params(map()) :: {:ok, t()} | {:error, VintageNetWizard.WiFiConfiguration.Params.param_error()}
A function on how to transform the map of params into a WiFiConfiguration
A function on how to take a WiFiConfiguration and make it into
a useable vintage_net
WiFi configuration.