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>
This commit is contained in:
Jouni Malinen 2013-12-31 19:29:52 +02:00
parent fcc61230d1
commit 0187c41d88
27 changed files with 4 additions and 73 deletions

View file

@ -23,8 +23,6 @@ void eap_example_server_deinit(void);
int eap_example_server_step(void);
extern int wpa_debug_level;
int main(int argc, char *argv[])
{
int res_s, res_p;

View file

@ -29,11 +29,6 @@
#include "ctrl_iface.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
struct hapd_global {
void **drv_priv;
size_t drv_count;

View file

@ -13,8 +13,6 @@
#include "radius/radius.h"
#include "radius/radius_client.h"
extern int wpa_debug_level;
struct radius_ctx {
struct radius_client_data *radius;
struct hostapd_radius_servers conf;

View file

@ -41,8 +41,6 @@ static int hostapd_broadcast_wep_clear(struct hostapd_data *hapd);
static int setup_interface2(struct hostapd_iface *iface);
static void channel_list_update_timeout(void *eloop_ctx, void *timeout_ctx);
extern int wpa_debug_level;
int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
int (*cb)(struct hostapd_iface *iface,

View file

@ -125,8 +125,6 @@ static void tls_log_func(int level, const char *msg)
}
extern int wpa_debug_show_keys;
void * tls_init(const struct tls_config *conf)
{
struct tls_global *global;

View file

@ -2901,7 +2901,6 @@ int tls_connection_get_write_alerts(void *ssl_ctx, struct tls_connection *conn)
static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp)
{
#ifndef CONFIG_NO_STDOUT_DEBUG
extern int wpa_debug_level;
BIO *out;
size_t rlen;
char *txt;

View file

@ -16,9 +16,6 @@
#include "radius_das.h"
extern int wpa_debug_level;
struct radius_das_data {
int sock;
u8 *shared_secret;

View file

@ -298,8 +298,6 @@ struct radius_server_data {
};
extern int wpa_debug_level;
#define RADIUS_DEBUG(args...) \
wpa_printf(MSG_DEBUG, "RADIUS SRV: " args)
#define RADIUS_ERROR(args...) \

View file

@ -11,6 +11,10 @@
#include "wpabuf.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
/* Debugging function - conditional printf and hex dump. Driver wrappers can
* use these for debugging purposes. */

View file

@ -11,8 +11,6 @@
#include "common.h"
#include "tls/asn1.h"
extern int wpa_debug_level;
static const char * asn1_class_str(int class)
{

View file

@ -12,9 +12,6 @@
#include "common.h"
#include "crypto/tls.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
static void https_tls_event_cb(void *ctx, enum tls_event ev,
union tls_event_data *data)

View file

@ -5,9 +5,6 @@
#include "crypto/milenage.h"
extern int wpa_debug_level;
/**
* milenage_opc - Determine OPc from OP and K
* @op: OP = 128-bit operator variant algorithm configuration field

View file

@ -11,8 +11,6 @@
#include "common.h"
#include "tls/x509v3.h"
extern int wpa_debug_level;
int main(int argc, char *argv[])
{

View file

@ -12,8 +12,6 @@
#include "tls/asn1.h"
#include "tls/x509v3.h"
extern int wpa_debug_level;
int main(int argc, char *argv[])
{

View file

@ -14,8 +14,6 @@
#include "common/ieee802_11_defs.h"
#include "wlantest.h"
extern int wpa_debug_level;
static const char * data_stype(u16 stype)
{

View file

@ -19,8 +19,6 @@
#include "rsn_supp/wpa_ie.h"
#include "wlantest.h"
extern int wpa_debug_level;
static int is_zero(const u8 *buf, size_t len)
{

View file

@ -13,10 +13,6 @@
#include "wlantest.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
static void test_vector_tkip(void)
{
u8 tk[] = {

View file

@ -13,11 +13,6 @@
#include "wlantest.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
static void wlantest_terminate(int sig, void *signal_ctx)
{
eloop_terminate();

View file

@ -1750,9 +1750,6 @@ static int wpa_supplicant_ctrl_iface_blacklist(struct wpa_supplicant *wpa_s,
}
extern int wpa_debug_level;
extern int wpa_debug_timestamp;
static const char * debug_level_str(int level)
{
switch (level) {

View file

@ -28,10 +28,6 @@
#include "dbus_dict_helpers.h"
#include "dbus_common_i.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
static const char *debug_strings[] = {
"excessive", "msgdump", "debug", "info", "warning", "error", NULL
};

View file

@ -25,10 +25,6 @@
#include "dbus_old_handlers.h"
#include "dbus_dict_helpers.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
/**
* wpas_dbus_new_invalid_opts_error - Return a new invalid options error message
* @message: Pointer to incoming dbus message this error refers to

View file

@ -30,9 +30,6 @@
#include "wpas_glue.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
struct wpa_driver_ops *wpa_drivers[] = { NULL };

View file

@ -27,9 +27,6 @@
#include "drivers/driver.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
struct wpa_driver_ops *wpa_drivers[] = { NULL };

View file

@ -17,10 +17,6 @@
#include "ap/wpa_auth.h"
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
struct wpa {
u8 auth_addr[ETH_ALEN];
u8 supp_addr[ETH_ALEN];

View file

@ -944,8 +944,6 @@ static void usage(void)
}
extern int wpa_debug_level;
int main(int argc, char *argv[])
{
int c, i;

View file

@ -104,10 +104,6 @@ const char *wpa_supplicant_full_license5 =
"\n";
#endif /* CONFIG_NO_STDOUT_DEBUG */
extern int wpa_debug_level;
extern int wpa_debug_show_keys;
extern int wpa_debug_timestamp;
/* Configure default/group WEP keys for static WEP */
int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid)
{

View file

@ -2319,8 +2319,6 @@ int wpas_wps_nfc_report_handover(struct wpa_supplicant *wpa_s,
#endif /* CONFIG_WPS_NFC */
extern int wpa_debug_level;
static void wpas_wps_dump_ap_info(struct wpa_supplicant *wpa_s)
{
size_t i;