autotest: update EAP-AKA autotest after plugin change

A new 'keys' file must be added for hardcoded keys
This commit is contained in:
James Prestwood 2017-12-13 16:11:46 -08:00 committed by Denis Kenzior
parent 4911ba1e59
commit daa215a9c3
4 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -1 +1 @@
"abc@example.com" AKA
"032010000000000@example.com" AKA

View File

@ -0,0 +1,6 @@
[AKA]
Identity=032010000000000@example.com
KI=90dca4eda45b53cf0f12d7c9c3bc6a89
OPC=cb9cccc4b9258e6dca4760379fb82581
AMF=61df
SQN=000000000021

View File

@ -1,8 +1,2 @@
[Security]
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