]> git.ipfire.org Git - thirdparty/hostap.git/commit
HS 2.0: Generate AssocReq OSEN IE based on AP advertisement
authorJouni Malinen <jouni@codeaurora.org>
Fri, 9 Nov 2018 16:07:16 +0000 (18:07 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 9 Nov 2018 16:07:16 +0000 (18:07 +0200)
commitdc673aec46754fad9c764e999aa051fdf6dc60dc
tree4aa224f98b3eef58cf9703d8d08aba976e34b3f6
parentd55440214057f13df7106742abc7751b7ec3c574
HS 2.0: Generate AssocReq OSEN IE based on AP advertisement

Parse the OSEN IE from the AP to determine values used in the AssocReq
instead of using hardcoded cipher suites. This is needed to be able to
set the group cipher based on AP advertisement now that two possible
options exists for this (GTK_NOT_USED in separate OSEN BSS; CCMP or
GTK_NOT_USED in shared BSS case). Furthermore, this is a step towards
allowing other ciphers than CCMP to be used with OSEN.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/wpa_common.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c