Specifications

24 Chapter 4
Device=Wireless
[Mode={Infrastructure, AdHoc}]
[SSID=ssid Channel={1-14}]
[WepKey={None, 1-4}]
[Key1=k1]
[Key2=k2]
[Key3=k3]
[Key4=k4]
[Key1Enc=key1 encrypted]
[Key2Enc=key2 encrypted]
[Key3Enc=key3 encrypted]
[Key4Enc=key4 encrypted]
IEEE8021X={yes, no}
network={wired, wireless}
[access={None, WPA-PSK, WPA2-PSK,
WPA-ENT, WPA2-ENT}]
[eap={yes,no}]
[eaptype={None, EAP-LEAP, EAP-TLS,
EAP-PEAP}]
[leapun={username for EAP-LEAP}]
[leappwd={password for EAP-LEAP}]
[leappwdEnc={password encrypted for
EAP-LEAP}]
[tlsclntcert={client certificate filename for
EAP-TLS}]
[tlsclntprikey={filename of certificate with
private key for EAP-TLS}]
[tlsclntprikeypwd={password for private
key}]
[tlsclntprikeypwdEnc={password
encrypted for private key}]
[peapeap={EAP-MSCHAPV2,
EAP-GTC}]
[peapmschapun={username for
EAP-PEAP/EAP-MSCHAPV2}]
[peapmschappwd={password for
EAP-PEAP/EAP-MSCHAPV2}]
[peapmschappwdEnc={password
encrypted for EAP-PEAP/
EAP-MSCHAPV2}]
[peapmschapdm={domain for
EAP-PEAP/EAP-MSCHAPV2}]
[peapgtcun={username for EAP-PEAP/
EAP-GTC}]
[wpapskpwd={passphrase for
WPA-PSK}]
[wpapskpwdEnc={passphrase encrypted
for WPA-PSK}]
[wpa2pskpwd={passphrase for
WPA2-PSK}]
[wpa2pskpwdEnc={passphrase
encrypted for WPA2-PSK}]
[encryption={TKIP|CCMP}]
Device — Defines the wireless Ethernet device remotely and saves to the
local NVRAM. Not all options are needed. For example, you can define
Key1 to have a key of “k1” and leave out Key2 through Key4.
The values of k1 to k4 are any real value of 5 to 13 characters or 10 to 26
Hex digits.
Encrypted keys will overwrite unencrypted keys. Thus, if Key1 and Key1Enc
are both configured, then Key1Enc will overwrite Key1.
General rules:
1 - If IEEE8021X is set to no, then all parameters following it will be ignored.
2 - If network is not configured, the configuration will be ignored.
3 - The key left of equal is case sensitive, and the value right of equal is not
case sensitive except for credential information (for example, username,
password, or certificate filename).
4 - If two entries exist in an INI file, one each for wired and wireless, both will
take effect.For example:
IEEE8021X=yes network=wired access=None …
IEEE8021X=yes network=wireless access=WPA-ENT …
5 - If network is set to wired, some parameters will be set to their default
value. For example: access=None, wpapskpwd={ignored}
6 - All EAP credential information will be stored whatever the eaptype
setting.
7 - Values in bold are default.
8 - Encrypted passwords will overwrite unencrypted passwords. Thus, if
both an encrypted password and an unencrypted password are configured,
then the encrypted password will overwrite the unencrypted password.
For example:
IEEE8021X=yes network=wireless access=wpa-ent eap=yes
eaptype=eap-tls tlsclntcert=user.cer tlsclntprikey=user.pfx
tlsclntprikeypwd=12345678
or
IEEE8021X=yes network=wireless access=wpa-ent eap=yes
eaptype=eap-tls tlsclntcert=user.cer tlsclntprikey=user.pfx
tlsclntprikeypwd=12345678 leapun=user1 password=1234
peapmschapun=user1 peapmschappwd=12345
peapmschapdm=wyse.com
General example:
device=wireless SSID=WTOS
IEEE8021X=yes network=wireless access=wpa2-ent eap=yes
eaptype=eap-tls tlsclntcert=wyselulin.cer tlsclntprikey=wyselulin.pfx
tlsclntprikeypwd=123456 tlsclntprikeypwdenc=DCFIE003FX
tlsauthtype=machine encryption=CCMP
Table 3 Parameters for wnos.ini files and {username}.ini files , Continued
Parameter
*
Global overrides identically-named user profile
** After sign off, user profile returns to global value
Description