mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 23:40:43 +01:00
autotest: update EAP-SIM autotest after plugin change
A new 'keys' file must be added for hardcoded keys
This commit is contained in:
parent
daa215a9c3
commit
59c5e0b149
@ -1,7 +1,8 @@
|
|||||||
[SETUP]
|
[SETUP]
|
||||||
num_radios=2
|
num_radios=2
|
||||||
max_test_exec_interval_sec=40
|
max_test_exec_interval_sec=40
|
||||||
tmpfs_extra_stuff=sim.eap_user:sim.db
|
tmpfs_extra_stuff=sim.eap_user:sim.db:sim_keys.conf
|
||||||
|
sim_keys=/tmp/sim_keys.conf
|
||||||
|
|
||||||
[HOSTAPD]
|
[HOSTAPD]
|
||||||
rad0=ssidEAP-SIM.conf
|
rad0=ssidEAP-SIM.conf
|
||||||
|
@ -1 +1 @@
|
|||||||
"abc@example.com" SIM
|
"132010000000000@example.com" SIM
|
||||||
|
4
autotests/testEAP-SIM/sim_keys.conf
Normal file
4
autotests/testEAP-SIM/sim_keys.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[SIM]
|
||||||
|
Identity=132010000000000@example.com
|
||||||
|
Kc=d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7
|
||||||
|
SRES=e1e2e3e4e1e2e3e4e1e2e3e4
|
@ -1,6 +1,2 @@
|
|||||||
[Security]
|
[Security]
|
||||||
EAP-Method=SIM
|
EAP-Method=SIM
|
||||||
EAP-Identity=abc@example.com
|
|
||||||
EAP-SIM-Kc=d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7d0d1d2d3d4d5d6d7
|
|
||||||
EAP-SIM-IMSI=132010000000000@example.com
|
|
||||||
EAP-SIM-SRES=e1e2e3e4e1e2e3e4e1e2e3e4
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user