]> git.ipfire.org Git - thirdparty/hostap.git/commit
Interworking: Add support for multiple credentials
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 16 Feb 2012 14:34:22 +0000 (16:34 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 14:34:22 +0000 (16:34 +0200)
commit1bb7b8e84cd6f532f982a2500f9aad0156a02a09
treea291b5b1eb2e74faef7417199d49852f6c987eeb
parent9914c96febff964374a863bbd6986ade13a2215a
Interworking: Add support for multiple credentials

This replaces the global home_* parameters with a list of credentials
that can be configured similarly to network blocks. For example:

cred={
realm="example.com"
username="user@example.com"
password="password"
ca_cert="/etc/wpa_supplicant/ca.pem"
domain="example.com"
}

cred={
imsi="310026-000000000"
milenage="90dca4eda45b53cf0f12d7c9c3bc6a89:cb9cccc4b9258e6dca4760379fb82581:000000000123"
}

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/interworking.c