User's Manual

This document is Solectek CONFIDENTIAL and may not be reproduced without written permission. V1.5
http - Can be used only to download a file. The command is:
wget http://ip-address/path-to-file
6. Configuration Parameters
Note: Parameters are case sensitive
Note: Parameter format below is correct for CONFIG_VARS file usage. When used with
set_config, the ‘=’ is replaced by a space.
ENET0_IPADDR=aa.bb.cc.dd - IP address of the Ethernet Interface - Used as the
Bridge address when the system is operating in Bridge mode.
ENET0_NETMASK=aa.bb.cc.dd - Netmask for the interface
ENET0_BROADCASAT=aa.bb.cc.dd - The broadcast address of the interface
ENET0_MAC=aa:bb:cc:dd:ee:ff - The mac address (This may go-away based on
manufacturing). Currently, when the system boots up, this MAC address is set on the
Ethernet Interface.
WIFI_IPADDR=aa.bb.cc.dd - The WIFI IP address - Can be ignored if the system is a
Bridge
WIFI_NETMASK=aa.bb.cc.dd - Netmask for the interface
WIFI_BROADCAST=aa.bb.cc.dd - Broadcast address of the interface
DEFAULT_GATEWAY=aa.bb.cc.dd - The default router gateway
ESSID - ESSID of the wireless interface - If the device is an AP, then it will advertise
the ESSID, while if it is a client, then it will connect to this ESSID
DEV_MODE=ap|client - The device mode, can either be "ap" or "client"
ROUTER_TYPE=bridge|router - The routing method can be "bridge" or "router". If
bridging is used, then it will use the information of the Ethernet interface and apply it
to the bridge interface.
WIFI_CWMMODE=0|1|2 - 0 = static 20Mhz channel, 1 = dynamic 20/40 Mhz, 2 = 40
Mhz Channel. System must be set to 0.
WIFI_ENC=open|shared|ieee8021x - open is WEP (static key), shared WPA2 with
either a passphrase or passkey (128 bits).
WIFI_WEP_KEY=key - 10 digit or 26 digit hex key (for 40+24 or 104+24) WEP
WIFI_PASSPHRASE=pass-phrase - 8 to 32 characters - This is used when
WIFI_ENC=shared. If present, this will be used instead of WIFI_PSK (below)