mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
autotest: update EAP-AKA autotest after plugin change
A new 'keys' file must be added for hardcoded keys
This commit is contained in:
parent
4911ba1e59
commit
daa215a9c3
@ -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-AKA.conf
|
rad0=ssidEAP-AKA.conf
|
||||||
|
@ -1 +1 @@
|
|||||||
"abc@example.com" AKA
|
"032010000000000@example.com" AKA
|
||||||
|
6
autotests/testEAP-AKA/sim_keys.conf
Normal file
6
autotests/testEAP-AKA/sim_keys.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[AKA]
|
||||||
|
Identity=032010000000000@example.com
|
||||||
|
KI=90dca4eda45b53cf0f12d7c9c3bc6a89
|
||||||
|
OPC=cb9cccc4b9258e6dca4760379fb82581
|
||||||
|
AMF=61df
|
||||||
|
SQN=000000000021
|
@ -1,8 +1,2 @@
|
|||||||
[Security]
|
[Security]
|
||||||
EAP-Method=AKA
|
EAP-Method=AKA
|
||||||
EAP-Identity=abc@example.com
|
|
||||||
EAP-AKA-IMSI=032010000000000@example.com
|
|
||||||
EAP-AKA-KI=90dca4eda45b53cf0f12d7c9c3bc6a89
|
|
||||||
EAP-AKA-OPC=cb9cccc4b9258e6dca4760379fb82581
|
|
||||||
EAP-AKA-AMF=61df
|
|
||||||
EAP-AKA-SQN=000000000021
|
|
Loading…
Reference in New Issue
Block a user