Unknown YCP Module |
This module has an unstable interface. |
Imports
Includes
StructuresGlobal VariablesGlobal Functions
|
Hardware information
- See
-
ReadHardware
Data was modified?
Which operation is pending?
wl_wpa_eap aggregates the settings in a map for easier CWM access.
Structure 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")
Data was modified?
- Return value:
-
true if modified
Function which returns if the settings were modified
- Return value:
-
settings were modified
Function sets internal variable, which indicates, that any settings were modified, to "true"
Function sets internal variable, which indicates, that any settings were modified, to "false"
Create an overview table with all configured devices
- Return value:
-
table items
Check if currently edited device gets its IP address from DHCP (v4, v6 or both)
- Return value:
-
true if it is
Check if the given device has any virtual alias.
- Return value:
-
true if there are some aliases
Select the hardware component
- Parameters:
-
hardware
Select the hardware component
- Parameters:
-
which index of the component
Return 10 free devices
- Parameters:
-
type device type
- Return value:
-
of 10 free devices
Return 10 free aliases
- Parameters:
-
type device type num device number
- Return value:
-
of 10 free devices
must be in sync with SetDefaultsForHW
must be in sync with GetDefaultsForHW
Set various device variables
- Parameters:
-
devmap map with variables defaults
the defaults here are what sysconfig defaults to (as opposed to what a new interface gets, in Select)
Select the given device
- Parameters:
-
dev device to select ("" for new device, default values)
- Return value:
-
true if success
Commit pending operation
- Return value:
-
true if success
Get the module configuration for the modules configured in the interface section
- Parameters:
-
ay_device Device, for example eth0 ay_modules list of modules from the AY profile
- Return value:
-
the module map with module name and options
Find matching device Find a device, optionally with some predefined values
- Parameters:
-
interface interface map
- Return value:
-
The map of the matching device.