mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39: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
59c5e0b149
commit
74d991bf8e
@ -1,7 +1,8 @@
|
||||
[SETUP]
|
||||
num_radios=2
|
||||
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]
|
||||
rad0=ssidEAP-AKA.conf
|
||||
|
@ -1 +1 @@
|
||||
"abc@example.com" AKA'
|
||||
"632010000000000@example.com" AKA'
|
6
autotests/testEAP-AKA-prime/sim_keys.conf
Normal file
6
autotests/testEAP-AKA-prime/sim_keys.conf
Normal file
@ -0,0 +1,6 @@
|
||||
[AKA]
|
||||
Identity=632010000000000@example.com
|
||||
KI=90dca4eda45b53cf0f12d7c9c3bc6a89
|
||||
OPC=cb9cccc4b9258e6dca4760379fb82581
|
||||
AMF=61df
|
||||
SQN=000000000021
|
@ -1,8 +1,3 @@
|
||||
[Security]
|
||||
EAP-Method=AKA'
|
||||
EAP-Identity=abc@example.com
|
||||
EAP-AKA-IMSI=632010000000000@example.com
|
||||
EAP-AKA-KI=90dca4eda45b53cf0f12d7c9c3bc6a89
|
||||
EAP-AKA-OPC=cb9cccc4b9258e6dca4760379fb82581
|
||||
EAP-AKA-AMF=61df
|
||||
EAP-AKA-SQN=000000000021
|
||||
EAP-Identity=632010000000000@example.com
|
||||
|
Loading…
Reference in New Issue
Block a user