]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: As a STA, do not indicate release number greater than the AP
authorJouni Malinen <jouni@codeaurora.org>
Fri, 7 Dec 2018 22:51:04 +0000 (00:51 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 8 Dec 2018 12:06:58 +0000 (14:06 +0200)
commitec2cf403b85095ed14fb5613b57cc140e0d63630
tree3ac9d89d5ad55ad21118b6790729f834aff47033
parent6ae04d7b344f85d7b37f073e3e25a584ea94efcd
HS 2.0: As a STA, do not indicate release number greater than the AP

Hotspot 2.0 tech spec mandates mobile device to not indicate a release
number that is greater than the release number advertised by the AP. Add
this constraint to the HS 2.0 Indication element when adding this into
(Re)Association Request frame. The element in the Probe Request frame
continues to show the station's latest supported release number.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/hs20_supplicant.c
wpa_supplicant/hs20_supplicant.h
wpa_supplicant/scan.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c