mirror of
https://github.com/FAUSheppy/config
synced 2025-12-10 00:28:32 +01:00
added wlanconfig
This commit is contained in:
20
other/wlan-rrze/eudoram
Normal file
20
other/wlan-rrze/eudoram
Normal file
@@ -0,0 +1,20 @@
|
||||
name = eduroam
|
||||
author = wlan-support@rrze.fau.de
|
||||
version = 1
|
||||
require identity *Identity anonymous_identity *Anonymous_identity password *Password ca_cert *Path_to_CA_Cert
|
||||
-----
|
||||
ctrl_interface=/var/run/wpa_supplicant=/var/run/wpa_supplicant
|
||||
network={
|
||||
ssid="$_ESSID"
|
||||
scan_ssid=$_SCAN
|
||||
key_mgmt=WPA-EAP
|
||||
pairwise=CCMP TKIP
|
||||
group=CCMP
|
||||
eap=TTLS
|
||||
identity="$_IDENTITY"
|
||||
anonymous_identity="$_ANONYMOUS_IDENTITY"
|
||||
password="$_PASSWORD"
|
||||
ca_cert="$_CA_CERT"
|
||||
phase1="peaplabel=0"
|
||||
phase2="auth=PAP"
|
||||
}
|
||||
Reference in New Issue
Block a user