]> git.ipfire.org Git - thirdparty/hostap.git/commit
Declare wpa_debug_* variables in src/utils/wpa_debug.h
authorJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:29:52 +0000 (19:29 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 31 Dec 2013 17:29:52 +0000 (19:29 +0200)
commit0187c41d88b372e90eff37e3c29b78423e3f170e
treef1da2c16e7ec6acfeb183f3540ad68e6d4388115
parentfcc61230d1475f5a7b185ad7e086dbefdb9f69b8
Declare wpa_debug_* variables in src/utils/wpa_debug.h

These were somewhat more hidden to avoid direct use, but there are now
numerous places where these are needed and more justification to make
the extern int declarations available from wpa_debug.h. In addition,
this avoids some warnings from sparse.

Signed-hostap: Jouni Malinen <j@w1.fi>
27 files changed:
eap_example/eap_example.c
hostapd/main.c
radius_example/radius_example.c
src/ap/hostapd.c
src/crypto/tls_gnutls.c
src/crypto/tls_openssl.c
src/radius/radius_das.c
src/radius/radius_server.c
src/utils/wpa_debug.h
tests/test-asn1.c
tests/test-https.c
tests/test-milenage.c
tests/test-x509.c
tests/test-x509v3.c
wlantest/rx_data.c
wlantest/rx_eapol.c
wlantest/test_vectors.c
wlantest/wlantest.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/dbus/dbus_old_handlers.c
wpa_supplicant/eapol_test.c
wpa_supplicant/preauth_test.c
wpa_supplicant/tests/test_wpa.c
wpa_supplicant/wpa_priv.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wps_supplicant.c