Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release
This commit is contained in:
commit
6fc6879bd5
589 changed files with 213408 additions and 0 deletions
15
wpa_supplicant/examples/wpa2-eap-ccmp.conf
Normal file
15
wpa_supplicant/examples/wpa2-eap-ccmp.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# WPA2-EAP/CCMP using EAP-TLS
|
||||
|
||||
ctrl_interface=/var/run/wpa_supplicant
|
||||
|
||||
network={
|
||||
ssid="example wpa2-eap network"
|
||||
key_mgmt=WPA-EAP
|
||||
proto=WPA2
|
||||
pairwise=CCMP
|
||||
group=CCMP
|
||||
eap=TLS
|
||||
ca_cert="/etc/cert/ca.pem"
|
||||
private_key="/etc/cert/user.p12"
|
||||
private_key_passwd="PKCS#12 passhrase"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue