]> git.ipfire.org Git - thirdparty/hostap.git/commit
Silence a compiler warning in no-WEP and no-EAP builds
authorJouni Malinen <j@w1.fi>
Sun, 1 Mar 2020 18:57:14 +0000 (20:57 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 1 Mar 2020 18:57:14 +0000 (20:57 +0200)
commit852d370f6568c647330b492242e5377fb7bd24c6
tree781dc3220b5ea2ad501ffdcbdc1d516c30e91081
parentd9aafb75f122cecfbefda0f4d17c6d3b7a0c32ec
Silence a compiler warning in no-WEP and no-EAP builds

wep_keys_set was not used in wpas_start_assoc_cb() without
IEEE8021X_EAPOL, so need to make this local variable conditional on
build options.

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