User's Manual Part 2

G101 Series WLAN Card
Page 58
"./iwconfig wlan0 essid XXX" (XXX means the essid of AP you want to join)
3. Network related setting:
z To enable WEP or change WEP key, please refer to the instructions below:
(1) To set WEP key to key set $i, enable WEP and use key set $i as WEP key, the command is
"./iwconfig wlan0 key xxxxxxxxxx [$i]" ,(xxxxxxxxxx denotes WEP key)($i:1~4)
(2) If user execute "./iwconfig wlan0 key xxxxxxxxxx" ,(xxxxxxxxxx denotes the WEP key)
without specifying the key ID "[$i]", then the default WEP key ID will be 1.
(3) To disable WEP at any time, the command is "./iwconfig wlan0 key off".
(4) To enable WEP that you have set before via (1) or (2) or (3), the command is "./iwconfig
wlan0 key on".
(5)To enable WEP and use key set $i as WEP key.($i can be 1~4) that you have set before via
(1) or (2) or (3), the command is "./iwconfig wlan0 key [$i]"
z If user want to join a BSS with different WEP key setting, execute the following two
command.
(1) "./iwconfig wlan0 key xxxxxxxxxx", (xxxxxxxxxx denotes WEP key)
(2) "./iwconfig wlan0 essid XXX", (XXX denotes the essid of AP you want to join)
(3)Notice, the executing sequence is unrelated in infrastructure mode. But in ad-hoc mode,
user must execute (1) first or user will create an ad-hoc network with the same SSID but
different WEP setting.
4. Remove step:
z To turn off STA and remove the module,
execute
"ifconfig wlan0 down" then execute
"rmmod IPN2220STA"