Create wpa_supplicant.conf
Added wpa_supplicant configuration file. The bash parsing of the list in the original opnatt.sh was complicated and unnecessary.
This commit is contained in:
parent
eb31e4588f
commit
a6ef2870cd
1 changed files with 13 additions and 0 deletions
13
wpa/wpa_supplicant.conf
Normal file
13
wpa/wpa_supplicant.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
eapol_version=1
|
||||||
|
ap_scan=0
|
||||||
|
fast_reauth=1
|
||||||
|
network={
|
||||||
|
ca_cert="/conf/pfatt/wpa/ca.pem"
|
||||||
|
client_cert="/conf/pfatt/wpa/client.pem"
|
||||||
|
eap=TLS
|
||||||
|
eapol_flags=0
|
||||||
|
identity="" #Set to the same value as $EAP_SUPPLICANT_IDENTITY
|
||||||
|
key_mgmt=IEEE8021X
|
||||||
|
phase1="allow_canned_success=1"
|
||||||
|
private_key="/conf/pfatt/wpa/private.pem"
|
||||||
|
}
|
Loading…
Reference in a new issue