noauth eap with radius.hq.c3d2

so a network proofs its validity to the subscriber
This commit is contained in:
Eri - 2017-06-24 05:09:56 +02:00
parent f44bed1286
commit 131fc9c73c
2 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,9 @@ cpe:
rA==
=TEEI
-----END PGP MESSAGE-----
'C3D2.eap':
net: c3d2
wpa-eap: yes
ap3:
password: |

View File

@ -322,6 +322,10 @@ set wireless.wifi{{ ifnum }}.network={{ ssidconf['net'] }}
{%- if ssidconf.get('psk') %}
set wireless.wifi{{ ifnum }}.encryption=psk2
set wireless.wifi{{ ifnum }}.key='{{ ssidconf['psk'] }}'
{%- elif ssidconf.get('wpa-eap') %}
set wireless.wifi({ ifnum }).encryption=wpa2
set wireless.wifi({ ifnum }).server=radius.hq.c3d2.de
set wireless.wifi({ ifnum }).port=1812
{%- else %}
set wireless.wifi{{ ifnum }}.encryption=none
{%- endif %}