]> git.ipfire.org Git - thirdparty/hostap.git/commit
FT: Allow CCMP-256 and GCMP-256 as group ciphers
authorJouni Malinen <j@w1.fi>
Wed, 1 Jul 2015 20:51:31 +0000 (23:51 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:25:06 +0000 (16:25 +0300)
commit05a90d78dc7218b36c6202d9096af300310bf54f
tree8074f4ee699ee88824457a4a4233e3523275b032
parent348bc4e0ebfaafeb378044b586ff8b6bbbf19ad9
FT: Allow CCMP-256 and GCMP-256 as group ciphers

The FT-specific check for valid group cipher in wpa_ft_gen_req_ies() was
not up-to-date with the current list of supported ciphers. Fix this by
using a generic function to determine validity of the cipher. In
practice, this adds support for using CCMP-256 and GCMP-256 as the group
cipher with FT.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/wpa_common.c
src/common/wpa_common.h
src/rsn_supp/wpa_ft.c