Interworking: Add sp_priority cred parameter
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 29 Oct 2013 17:14:40 +0000 (19:14 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 25 Feb 2014 23:24:24 +0000 (01:24 +0200)
commit74794891c735de96958f42aa729e788c8c5de7d8
tree43fd0765409de46712d076e9c3e326cf4c4aef7f
parent751ac99768dd7067df3ab8a2c0bddb5dc64ea235
Interworking: Add sp_priority cred parameter

This new priority parameter can be used to specify priorities between
credentials provisioned by the same SP. cred->priority is checked first
and if it is same and the provisioning_sp parameter matches, the new
sp_priority is used to order the credentials. It should be noted that
the order of priorities is different (higher 'priority' value indicates
higher priority of the credential, while higher 'sp_priority' indicates
lower priority of the credential).

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