Skip header
 

wiconfig

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

View settings

msh> wiconfig

View IEEE 802.11 settings

msh> wiconfig cardinfo

If IEEE 802.11 is not working correctly, its information is not displayed.

Configuration

msh> wiconfig 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.

msh> wiconfig ssid "ID value"

  • You can specify a 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.

msh> wiconfig channel frequency "channel no."

  • In 802.11 ad hoc mode, you can select a channel between 1 and 14, or 36, 40, 44, or 48.

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

  • The default is "11".

msh> wiconfig key "key value" val [1|2|3|4]

  • You can specify the WEP key when 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.

msh> wiconfig keyphrase "phrase" val [1|2|3|4]

  • You can specify the WEP key when 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.

msh> wiconfig 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.

msh> wiconfig wepauth {open|shared}

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

  • open: open system authorized (default)

  • shared: shared key authorized rate

msh> wiconfig security {none|wep|wpa}

  • You can specify the security mode.

  • none: No encryption (default)

  • wep: WEP encryption

  • wpa: WPA encryption

msh> wiconfig wpaenc {tkip|ccmp}

  • You can specify WPA encryption key when using WPA encryption.

  • tkip: TKIP

  • ccmp: CCMP (AES) (default)

msh> wiconfig 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

msh> wiconfig psk "character string"

  • You can specify the Pre-Shared key.

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

  • The default is blank.

msh> wiconfig 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, or tls are settings for the phase 2 method, and must be set when using EAP-TTLS or PEAP.

  • 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.

msh> wiconfig 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.

msh> wiconfig 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.

msh> wiconfig 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.

msh> wiconfig password "character string"

  • You can specify the login for the Radius server.

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

msh> wiconfig srvcert {on|off}

  • You can set the server certificate. The default is "off".

msh> wiconfig imca {on|off}

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

msh> wiconfig srvid "character string"

  • You can set the server ID and subdomain of the certificate server.

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

msh> wiconfig Connectinfo

  • Obtains connection information.

msh> wiconfig 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.

msh> wiconfig 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.