diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-01 00:36:42 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-12-01 00:36:42 +0000 |
commit | 50f672c3d16ad331c278a65643b9808bb7cf1075 (patch) | |
tree | 3e18996a9e32d1586aa087e99106cdd0ec12c352 /usr.sbin/hostapd/hostapd.h | |
parent | d671c9ffc54857c80c061fe5d37c3055dc414d15 (diff) |
deauthenticate all stations on startup which will force them to
reassociate cleanly.
Diffstat (limited to 'usr.sbin/hostapd/hostapd.h')
-rw-r--r-- | usr.sbin/hostapd/hostapd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/hostapd.h b/usr.sbin/hostapd/hostapd.h index 00d8b7967ca..153447049d6 100644 --- a/usr.sbin/hostapd/hostapd.h +++ b/usr.sbin/hostapd/hostapd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hostapd.h,v 1.10 2005/11/23 20:40:38 reyk Exp $ */ +/* $OpenBSD: hostapd.h,v 1.11 2005/12/01 00:36:41 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> @@ -333,6 +333,7 @@ int hostapd_priv_apme_setnode(struct hostapd_apme *, struct hostapd_node *node, int); void hostapd_apme_init(struct hostapd_apme *); +int hostapd_apme_deauth(struct hostapd_apme *); int hostapd_apme_add(struct hostapd_config *, const char *); void hostapd_apme_term(struct hostapd_apme *); struct hostapd_apme *hostapd_apme_lookup(struct hostapd_config *, |