commit | e6ac6a0b5171dfd08dec37b51a1e70425a2170d7 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@codeaurora.org> | Tue Sep 11 02:40:17 2018 +0300 |
committer | Jouni Malinen <jouni@codeaurora.org> | Tue Sep 11 02:40:17 2018 +0300 |
tree | 5ba05d5441c335a70722fec48010f9a25e1ebaf3 | |
parent | 2052daa2460562cbb912f647630cc320b64d2d28 [diff] |
HS 2.0: Do not check OSU_SSID against WLAN_TAG2 SSID in single-BSS case The OSU_SSID parameter can be used in the single-BSS case without WLAN_TAG2. This combination resulted in the "OSU_SSID and WLAN_TAG2 SSID differ" error. Fix that by skipping this check if the WLAN_TAG2 has not been used. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>