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
/
ieee8021x.conf
blob
e8a5503d8359de59d01ee6f6c07dc259d03b92d8
1
# IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
2
3
ctrl_interface=/var/run/wpa_supplicant
4
5
network={
6
ssid="example 802.1x network"
7
key_mgmt=IEEE8021X
8
eap=PEAP
9
phase2="auth=MSCHAPV2"
10
identity="user name"
11
password="password"
12
ca_cert="/etc/cert/ca.pem"
13
}