]> git.ipfire.org Git - thirdparty/hostap.git/commit
Comment out EAPOL-Key WEP support in CONFIG_FIPS=y build
authorJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 12:49:34 +0000 (15:49 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 12:49:34 +0000 (15:49 +0300)
commite03e56c3d6474e9353b82ed5da6540d83ed63e14
treecbf3d6105dbc5437649776813d1514ec6a293257
parentbfc284c5c7e45bbd5d0c1a2d99de009a9c4e057a
Comment out EAPOL-Key WEP support in CONFIG_FIPS=y build

This avoids a call to hmac_md5() to fix the build. The EAPOL-Key frame
TX code is not applicable for any FIPS mode operation, so the simplest
approach is to remove this from the build.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_1x.c