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:
parent
fcc61230d1
commit
0187c41d88
27 changed files with 4 additions and 73 deletions
|
@ -16,9 +16,6 @@
|
|||
#include "radius_das.h"
|
||||
|
||||
|
||||
extern int wpa_debug_level;
|
||||
|
||||
|
||||
struct radius_das_data {
|
||||
int sock;
|
||||
u8 *shared_secret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue