]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: Match credentials based on required_roaming_consortium
authorPurushottam Kushwaha <pkushwah@codeaurora.org>
Fri, 26 Jul 2019 05:55:19 +0000 (11:25 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 15 Aug 2019 13:51:02 +0000 (16:51 +0300)
commit84ebc759a005ee3e068cb79d92a3d23ec5293017
treeb48c3e6eb21ab6ed743f6471a1dd40cd3dad5a60
parentb6fe6e8b5ab11bae07df25f722fa2eb35cef81fb
HS 2.0: Match credentials based on required_roaming_consortium

When required_roaming_consortium is set in a credential, station
should match this against Roaming Consortium(s) for a BSS similar
to how it is matching for roaming_consortiums during Interworking
credentials availability check for roaming_consortium.

In the context of Hotspot 2.0 PPS MO, this means addressing matching
part in the same manner for HomeSP/HomeOIList/<X+>/HomeOI regardless of
how HomeSP/HomeOIList/<X+>/HomeOIRequired is set (i.e., the required
part is used as an independent check for the AP advertising the needed
information while the "credential can be used here and this is a home
network" part is shared).

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/interworking.c