Skip header
Help
 

wiconfig

Use the "wiconfig" command to make settings for IEEE 802.11.

View settings

msh> wiconfig

View IEEE 802.11 information

msh> wiconfig cardinfo

If IEEE 802.11 is disabled or unavailable, information about it will not appear.

Configuration

msh> wiconfig "parameter"

Parameter

Value configured

mode {ap|802.11adhoc}

You can set the infrastructure mode (ap) or the 802.11 Ad hoc mode (802.11adhoc).

The default is the infrastructure mode.

ssid "ID value"

You can specify an SSID in infrastructure mode. The characters you can enter in the SSID string are ASCII 0x20-0x7e (32 bytes). If you do not specify a character string, the machine will connect to the nearest access point.

The default SSID is blank.

channel "channel no."

In 802.11 ad hoc mode, you can select a channel.

Be sure to set the same channel for all ports that will transmit and receive data.

The default is "11".

The channel in use might differ depending on the country. For details, see "Wireless LAN".

key "key value" val [1|2|3|4]

You can specify the WEP key by entering in hexadecimal.

With a 64-bit WEP, you can use 10 digit hexadecimals. With a 128-bit WEP, you can use 26 digit hexadecimals.

Up to four WEP keys can be registered. Specify the number to be registered with "val".

When a WEP is specified by key, the WEP specified by key phrase is overwritten.

To use this function, set the same key number and WEP key for all ports that transmit data to each other. Put "0x"on the front of WEP key.

You can omit the numbers with "val". The key number is set to 1 when making these omissions. The default is blank.

keyphrase "phrase" val [1|2|3|4]

You can specify the WEP key by entering in ASCII.

With a 64-bit WEP, you can use 5 digit hexadecimals. With a 128-bit WEP, you can use 13 digit hexadecimals.

Up to four WEP keys can be registered. Specify the number to be registered with "val".

When a WEP is specified by key phrase, the WEP specified by key is overwritten.

To use this function, set the same key number and WEP key for all ports that transmit data to each other.

You can omit the numbers with "val". The key number is set to1 when making these omissions. The default is blank.

encval [1|2|3|4]

You can specify which of the four WEP keys is used for packet encoding. "1" is set if a number is not specified.

wepauth {open|shared}

You can set an authorization mode when using WEP. The specified value and authorized mode are as follows:

open: open system authorization (default)

shared: shared key authorization

security {none|wep|wpa}

You can specify the Security Mode.

none: No encryption (default)

wep: WEP encryption

wpa: WPA encryption

wpaenc {tkip|ccmp}

You can specify WPA encryption key when using WPA encryption.

tkip: TKIP

ccmp: CCMP (AES) (default)

wpaauth {wpapsk|wpa|wpa2psk|wpa2}

You can specify the WPA authentication mode when using WPA encryption.

wpapsk: WPA-PSK authentication (default)

wpa: WPA authentication

wpa2psk: WPA2-PSK authentication

wpa2: WPA2 authentication

psk "character string"

You can specify the Pre-Shared key.

Usable characters: ASCII 0x20-0x7e (8 to 63 bytes).

The default is blank.

eap {tls|ttls|leap|peap} {chap|mschap|mschapv2|pap|md5|tls}

You can specify the EAP authentication type.

tls: EAP-TLS (default)

ttls: EAP-TTLS

leap: LEAP

peap: PEAP

chap, mschap, mschapv2, pap, md5, and tls are settings for the phase 2 method, and one of these must be specified if EAP-TTLS or PEAP is selected.

Do not make these settings when using other EAP authentication types.

If you select EAP-TTLS, you can select chap, mschap, mschapv2, pap, or md5.

If you select PEAP, you can select mschapv2 or tls.

username "character string"

You can specify the login user name for the Radius server.

Usable characters: ASCII 0x20-0x7e (31 bytes).

The default is blank.

username2 "character string"

You can specify the phase 2 username for EAP-TTLS/PEAP phase 2 authentication.

Usable characters: ASCII 0x20-0x7e (31 bytes).

The default is blank.

domain "character string"

You can specify the login domain name for the Radius server.

The characters you can enter are ASCII 0x20-0x7e (31 bytes), but not "@" or "\".

The default is blank.

password "character string"

You can specify the login for the Radius server.

Usable characters: ASCII 0x20-0x7e (128 bytes). The default is blank.

srvcert {on|off}

You can set the server certificate.

The default is "off".

imca {on|off}

You can enable or disable the certificate when the intermediate certificate authority is present. The default is "off".

srvid "character string"

You can set the server ID and sub domain of the certificate server.

Usable characters: ASCII 0x20-0x7e (128 bytes). The default is blank.

subdomain {on|off}

You can specify whether or not to permit access to the machine by users in subdomains.

The default is "off".

connectinfo

Obtains connection information.

clear {a each command|all}

Returns the selected setting to its default value.

If you specify "all", all settings will be restored to their default values.

miccheck {on|off}

You can enable or disable the MIC check function.

The default setting is "On" (enabled).

If you specify "Off", you cannot perform MIC checks. We recommend you specify "On" for the MIC check function when using this machine.