diff options
Diffstat (limited to 'src/iwapi.h')
-rw-r--r-- | src/iwapi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/iwapi.h b/src/iwapi.h index 06c46a1..b81b2dd 100644 --- a/src/iwapi.h +++ b/src/iwapi.h @@ -22,11 +22,10 @@ */ #include "interface.h" -#include "wireless.h" #include "util.h" +#include "wireless.h" struct ap_info { - int adhoc; /* 0: master; 1: ad hoc */ struct hw_addr ap; struct iw_freq freq; char essid[IW_ESSID_MAX_SIZE + 1]; |