Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 15 Jan 2016 18:04:41 +0000 (20:04 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Jan 2016 18:04:41 +0000 (20:04 +0200)
commit6b418ce8624b7466be983b887309e6873c89dc43
tree6317c52802536609c385bc0d1ef1674ae5f53d75
parent5a38a7fe436a3b00367d9f066794b563ff0e2ac7
Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y

The PMKSA caching and RSN pre-authentication components were marked as
conditional on IEEE8021X_EAPOL. However, the empty wrappers are needed
also in a case IEEE8021X_EAPOL is defined with CONFIG_NO_WPA.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/rsn_supp/pmksa_cache.c
src/rsn_supp/pmksa_cache.h
src/rsn_supp/preauth.c
src/rsn_supp/preauth.h