Interworking: Support for using EAP-SIM credentials in network selection
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 6 Oct 2011 19:26:33 +0000 (22:26 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 20:55:34 +0000 (23:55 +0300)
commit3b840b674830161ad359863ac019f110b6864b88
tree03f8f62f000299198c92d61c0203a01ed608e8c4
parent67e1b98463824428192b94259c3c4d4d29563a32
Interworking: Support for using EAP-SIM credentials in network selection

New configuration parameters home_imsi and home_milenage can be used
to configure SIM/USIM simulator parameters for network selection based
on SIM/USIM credentials.

home_imsi=(MCC | MNC | '-' | rest of IMSI)
home_milenage=(Ki):(OPc):(SQN)

For example:
home_imsi=310026-000000000
home_milenage=90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:000000000123
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/interworking.c