
functions
files
intro
|
|
Network configuration |
include/network/lan/wireless.ycp |
Wireless dialogs |
|
|
Imports
Includes
Local Functions
|
|
|
local ComposeKey (string type, string key) -> string
|
|
Compose a typed key into a single-string representation
- Parameters:
type |
"passphrase", "ascii", "hex"
@param key |
key |
|
- Return value:
local CheckWirelessKey (string key) -> boolean
|
|
Is the entered key valid?
TODO: check according to the selected key length
(or better adjust the length?)
- Parameters:
local WirelessDialog () -> any
|
|
Wireless devices configuration dialog
- Return value:
local WirelessExpertDialog () -> any
|
|
Wireless expert configuration dialog
- Return value:
local WirelessKeyPopup (string tkey) -> string
|
|
Used to add or edit a key
- Parameters:
tkey |
has s: for ascii or h: for passphrase |
local WirelessKeysItems (list<string> keys, integer default) -> list<term>
|
|
Generate items for the keys table
- Parameters:
local FindGoodDefault (list<string> keys, integer default) -> integer
|
|
In case the current default key is empty, find a nonempty one
or the first one.
- Parameters:
local WirelessKeysDialog () -> any
|
|
Wireless expert configuration dialog
- Return value:
|