repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
network
/
WirelessManager
/
wpa_supplicant
/
examples
/
wep.conf
blob
9c7b55f2722a262574937dee262de19e2dbdfe77
1
# Static WEP keys
2
3
ctrl_interface=/var/run/wpa_supplicant
4
5
network={
6
ssid="example wep network"
7
key_mgmt=NONE
8
wep_key0="abcde"
9
wep_key1=0102030405
10
wep_tx_keyidx=0
11
}