List of Global Functions
Commit - Commit pending operation
FindMatchingDevice - Find matching device Find a device, optionally with some predefined values
FreeAliases - Return 10 free aliases
FreeDevices - Return 10 free devices
GetDefaultsForHW - must be in sync with @ref SetDefaultsForHW
GetModified - Function which returns if the settings were modified
GetModuleForInterface - Get the module configuration for the modules configured in the interface section
InterfaceHasAliases - Check if the given device has any virtual alias.
Modified - Data was modified?
Overview - Create an overview table with all configured devices
Select - Select the given device
SelectHW - Select the hardware component
SelectHWMap - Select the hardware component
SetDefaultsForHW - must be in sync with @ref GetDefaultsForHW
SetDeviceVars - Set various device variables
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
UnsetModified - Function sets internal variable, which indicates, that any settings were modified, to "false"
List of Global Variables
Items - Hardware information
SysconfigDefaults - the defaults here are what sysconfig defaults to (as opposed to what a new interface gets, in @ref Select)
modified - Data was modified?
operation - Which operation is pending?
wl_wpa_eap - wl_wpa_eap aggregates the settings in a map for easier CWM access.
Find matching device Find a device, optionally with some predefined values
Function parameters
map interface
Return value
map - The map of the matching device.
Return 10 free aliases
Function parameters
string type
integer num
Return value
list - of 10 free devices
Return 10 free devices
Function parameters
string type
Return value
list - of 10 free devices
Function which returns if the settings were modified
Return value
boolean - settings were modified
Get the module configuration for the modules configured in the interface section
Function parameters
string ay_device
list<map> ay_modules
Return value
map - the module map with module name and options
Check if the given device has any virtual alias.
Return value
boolean - true if there are some aliases
Create an overview table with all configured devices
Return value
list - table items
Select the given device
Function parameters
string dev
Return value
boolean - true if success
Set various device variables
Function parameters
map devmap
map defaults
Return value
void
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void
the defaults here are what sysconfig defaults to (as opposed to what a new interface gets, in @ref Select)
wl_wpa_eap aggregates the settings in a map for easier CWM access.
wpa_eap WPA_EAP_MODE: string ("TTLS" "PEAP" or "TLS") WPA_EAP_IDENTITY: string WPA_EAP_PASSWORD: string (for TTLS and PEAP) WPA_EAP_ANONID: string (for TTLS and PEAP) WPA_EAP_CLIENT_CERT: string (for TLS, file name) WPA_EAP_CLIENT_KEY: string (for TLS, file name) WPA_EAP_CLIENT_KEY_PASSWORD: string (for TLS) WPA_EAP_CA_CERT: string (file name) WPA_EAP_AUTH: string ("", "MD5", "GTC", "CHAP"*, "PAP"*, "MSCHAP"*, "MSCHAPV2") (*: TTLS only) WPA_EAP_PEAP_VERSION: string ("", "0", "1")