mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-15 06:28:00 +02:00
auto-t: use stand alone radius server for testFILS
This fixes the test with recent hostapd versions
This commit is contained in:
parent
c93a4d71d6
commit
112f1f2bef
@ -7,3 +7,4 @@ start_iwd=0
|
|||||||
[HOSTAPD]
|
[HOSTAPD]
|
||||||
rad0=ssidFILS-256.conf
|
rad0=ssidFILS-256.conf
|
||||||
rad1=ssidFILS-384.conf
|
rad1=ssidFILS-384.conf
|
||||||
|
radius_server=radius.conf
|
||||||
|
15
autotests/testFILS/radius.conf
Normal file
15
autotests/testFILS/radius.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
driver=none
|
||||||
|
radius_server_clients=/tmp/certs/radius-clients.text
|
||||||
|
radius_server_auth_port=1812
|
||||||
|
eap_user_file=/tmp/pwd.eap_user
|
||||||
|
eap_server=0
|
||||||
|
eap_server_erp=1
|
||||||
|
|
||||||
|
erp_send_reauth_start=1
|
||||||
|
erp_domain=example.com
|
||||||
|
fils_realm=example.com
|
||||||
|
disable_pmksa_caching=1
|
||||||
|
|
||||||
|
pwd_group=19
|
||||||
|
wpa_group_rekey=30
|
||||||
|
wpa_ptk_rekey=30
|
@ -14,16 +14,8 @@ auth_server_port=1812
|
|||||||
auth_server_shared_secret=secret
|
auth_server_shared_secret=secret
|
||||||
nas_identifier=nas.w1.fi
|
nas_identifier=nas.w1.fi
|
||||||
|
|
||||||
erp_send_reauth_start=1
|
|
||||||
erp_domain=example.com
|
|
||||||
fils_realm=example.com
|
fils_realm=example.com
|
||||||
disable_pmksa_caching=1
|
disable_pmksa_caching=1
|
||||||
|
|
||||||
radius_server_clients=/tmp/certs/radius-clients.text
|
|
||||||
radius_server_auth_port=1812
|
|
||||||
eap_server=0
|
|
||||||
eap_user_file=/tmp/pwd.eap_user
|
|
||||||
eap_server_erp=1
|
|
||||||
pwd_group=19
|
|
||||||
wpa_group_rekey=30
|
wpa_group_rekey=30
|
||||||
wpa_ptk_rekey=30
|
wpa_ptk_rekey=30
|
||||||
|
@ -14,14 +14,8 @@ auth_server_port=1812
|
|||||||
auth_server_shared_secret=secret
|
auth_server_shared_secret=secret
|
||||||
nas_identifier=nas.w1.fi
|
nas_identifier=nas.w1.fi
|
||||||
|
|
||||||
erp_send_reauth_start=1
|
|
||||||
erp_domain=example.com
|
|
||||||
fils_realm=example.com
|
fils_realm=example.com
|
||||||
disable_pmksa_caching=1
|
disable_pmksa_caching=1
|
||||||
|
|
||||||
eap_server=0
|
|
||||||
eap_user_file=/tmp/pwd.eap_user
|
|
||||||
eap_server_erp=1
|
|
||||||
pwd_group=19
|
|
||||||
wpa_group_rekey=30
|
wpa_group_rekey=30
|
||||||
wpa_ptk_rekey=30
|
wpa_ptk_rekey=30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user