summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/iapp.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hostapd/iapp.h')
-rw-r--r--contrib/hostapd/iapp.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/contrib/hostapd/iapp.h b/contrib/hostapd/iapp.h
index d6e8f65..86de592 100644
--- a/contrib/hostapd/iapp.h
+++ b/contrib/hostapd/iapp.h
@@ -1,3 +1,17 @@
+/*
+ * hostapd / IEEE 802.11F-2003 Inter-Access Point Protocol (IAPP)
+ * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
#ifndef IAPP_H
#define IAPP_H
@@ -8,6 +22,8 @@ struct iapp_data;
void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
void iapp_deinit(struct iapp_data *iapp);
+int iapp_reconfig(struct hostapd_data *hapd, struct hostapd_config *oldconf,
+ struct hostapd_bss_config *oldbss);
#else /* CONFIG_IAPP */
@@ -26,6 +42,13 @@ static inline void iapp_deinit(struct iapp_data *iapp)
{
}
+static inline int
+iapp_reconfig(struct hostapd_data *hapd, struct hostapd_config *oldconf,
+ struct hostapd_bss_config *oldbss)
+{
+ return 0;
+}
+
#endif /* CONFIG_IAPP */
#endif /* IAPP_H */
OpenPOWER on IntegriCloud