summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-04-13 18:31:39 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-04-13 18:31:39 +0000
commit44ce49bab32d850572ed353f3497f15fa1f5de09 (patch)
tree1409344714f33beab132334ffb9fcc0d8a4264b5 /usr.sbin/hostapd
parentb747f0f610a8a2b505ae9fd9b77514d9be773060 (diff)
KNG
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r--usr.sbin/hostapd/hostapd.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/usr.sbin/hostapd/hostapd.h b/usr.sbin/hostapd/hostapd.h
index ec8040824c4..9c95bcfc7b6 100644
--- a/usr.sbin/hostapd/hostapd.h
+++ b/usr.sbin/hostapd/hostapd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostapd.h,v 1.1 2005/04/13 18:12:23 reyk Exp $ */
+/* $OpenBSD: hostapd.h,v 1.2 2005/04/13 18:31:38 henning Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -130,15 +130,15 @@ struct hostapd_config {
#define HOSTAPD_CFG_F_APME 0x01
#define HOSTAPD_CFG_F_IAPP 0x02
-#define HOSTAPD_CFG_F_RAW 0x04
-#define HOSTAPD_CFG_F_UDP 0x08
+#define HOSTAPD_CFG_F_RAW 0x04
+#define HOSTAPD_CFG_F_UDP 0x08
#define HOSTAPD_CFG_F_BRDCAST 0x10
#define HOSTAPD_CFG_F_PRIV 0x20
struct event c_priv_ev;
char c_config[MAXPATHLEN];
-
+
u_int c_verbose;
u_int c_debug;
@@ -156,7 +156,7 @@ struct hostapd_config {
#define HOSTAPD_LOG 0
#define HOSTAPD_LOG_VERBOSE 1
-#define HOSTAPD_LOG_DEBUG 2
+#define HOSTAPD_LOG_DEBUG 2
__BEGIN_DECLS
@@ -172,15 +172,18 @@ int hostapd_parse_symset(char *);
void hostapd_priv_init(struct hostapd_config *);
int hostapd_priv_llc_xid(struct hostapd_config *, struct hostapd_node *);
void hostapd_priv_apme_bssid(struct hostapd_config *);
-int hostapd_priv_apme_getnode(struct hostapd_config *, struct hostapd_node *);
-int hostapd_priv_apme_delnode(struct hostapd_config *, struct hostapd_node *);
+int hostapd_priv_apme_getnode(struct hostapd_config *,
+ struct hostapd_node *);
+int hostapd_priv_apme_delnode(struct hostapd_config *,
+ struct hostapd_node *);
void hostapd_apme_init(struct hostapd_config *);
void hostapd_apme_input(int, short, void *);
void hostapd_iapp_init(struct hostapd_config *);
void hostapd_iapp_term(struct hostapd_config *);
-int hostapd_iapp_add_notify(struct hostapd_config *, struct hostapd_node *);
+int hostapd_iapp_add_notify(struct hostapd_config *,
+ struct hostapd_node *);
void hostapd_iapp_input(int, short, void *);
void hostapd_llc_init(struct hostapd_config *);