Redpine Signals, Inc. Proprietary and Confidential
Page 17
R
R
S
S
9
9
1
1
1
1
3
3
M
M
o
o
d
d
u
u
l
l
e
e
E
E
v
v
a
a
l
l
u
u
a
a
t
t
i
i
o
o
n
n
K
K
i
i
t
t
U
U
s
s
e
e
r
r
G
G
u
u
i
i
d
d
e
e
V
V
e
e
r
r
s
s
i
i
o
o
n
n
2
2
.
.
0
0
ssid=”<SSID of Access Point>”
key_mgmt=NONE
wep_key0=XXXXXXXXXX
wep_tx_keyidx=X
}
The key can be input either in ASCII or Hexadecimal formats:
ASCII Format:
wep_key0=”12345”
Hexadecimal Format:
wep_key0=1234567890
d.
For WEP-128 mode
network={
ssid=”<SSID of Access Point>”
key_mgmt=NONE
wep_key0= XXXXXXXXXXXXXXXXXXXXXXXXXX
wep_tx_keyidx=X
}
The key can be input either in ASCII or Hexadecimal formats:
ASCII Format:
wep_key0=”1234567890123”
Hexadecimal Format:
wep_key0=12345678901234567890123456
e.
For WPA-PSK (TKIP) mode
network={
ssid=”<SSID of Access Point>”
key_mgmt=WPA-PSK
psk=<passphrase specified in the Access Point>
proto=WPA
pairwise=TKIP
group=TKIP
}
f.
For WPA2-PSK (CCMP) mode
network={
ssid=”<SSID of Access Point>”
key_mgmt=WPA-PSK
psk=<passphrase specified in the Access Point>
proto=WPA2