| 1 |
DEVICE=ath0 |
|---|
| 2 |
BOOTPROTO=none |
|---|
| 3 |
IPADDR=192.168.1.50 |
|---|
| 4 |
NETMASK=255.255.255.0 |
|---|
| 5 |
GATEWAY=192.168.1.1 |
|---|
| 6 |
ONBOOT=yes |
|---|
| 7 |
TYPE=Madwifi |
|---|
| 8 |
|
|---|
| 9 |
#Turbo mode |
|---|
| 10 |
WIRELESS_CARD_MODE=3 |
|---|
| 11 |
WIRELESS_TURBO_MODE=1 |
|---|
| 12 |
WIRELESS_RATE=auto |
|---|
| 13 |
|
|---|
| 14 |
#Security settings |
|---|
| 15 |
MODE=managed |
|---|
| 16 |
ESSID="My really cool ssid. |
|---|
| 17 |
#ENCRPTION=one of {NONE,WEP,WPA,WPA2} |
|---|
| 18 |
ENCRYPTION=WPA2 |
|---|
| 19 |
WPA_PASSPHRASE="My long and difficult to remember passphrase." |
|---|
| 20 |
#Portion for using WEP |
|---|
| 21 |
KEY1=00000000000000000000000000 |
|---|
| 22 |
KEY2=00000000000000000000000000 |
|---|
| 23 |
KEY3=00000000000000000000000000 |
|---|
| 24 |
KEY4=00000000000000000000000000 |
|---|
| 25 |
SECURITYMODE=restricted |
|---|
| 26 |
|
|---|
| 27 |
#Special commands sent directly to wifi tool |
|---|
| 28 |
#IWCONFIG= |
|---|
| 29 |
IWPRIV="bgscan 0" |
|---|