repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - VM PAGER part 2/2 - Expand vinitvmio() and vnode_pager_alloc()
[dragonfly.git]
/
contrib
/
wpa_supplicant-0.5.8
/
examples
/
wpa2-eap-ccmp.conf
blob
d7a64d87b2547ccb7eeffacb5f0679bef4ac0a4f
1
# WPA2-EAP/CCMP using EAP-TLS
2
3
ctrl_interface=/var/run/wpa_supplicant
4
5
network={
6
ssid="example wpa2-eap network"
7
key_mgmt=WPA-EAP
8
proto=WPA2
9
pairwise=CCMP
10
group=CCMP
11
eap=TLS
12
ca_cert="/etc/cert/ca.pem"
13
private_key="/etc/cert/user.p12"
14
private_key_passwd="PKCS#12 passhrase"
15
}