diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-03-10 18:10:17 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-03-10 18:10:17 +0000 |
commit | f9039b4a9fff339b56ac28e64953a5a0836c2bdf (patch) | |
tree | b595d1d32dd2b08cddd1337b5fee6cdc84b37ef1 /usr.sbin/hostapd/iapp.h | |
parent | d0b3cbe24f6dcfcad0843494304ab933084f6c4c (diff) |
some IAPP implementations still use the pre-standard port 2313 in broadcast
mode (tested with the HP ProCurve 420wl). add a note to the manual page and
the example configuration.
Diffstat (limited to 'usr.sbin/hostapd/iapp.h')
-rw-r--r-- | usr.sbin/hostapd/iapp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/iapp.h b/usr.sbin/hostapd/iapp.h index b0b56544727..8617d999d39 100644 --- a/usr.sbin/hostapd/iapp.h +++ b/usr.sbin/hostapd/iapp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iapp.h,v 1.2 2005/12/18 17:54:12 reyk Exp $ */ +/* $OpenBSD: iapp.h,v 1.3 2006/03/10 18:10:16 reyk Exp $ */ /* * Copyright (c) 2005 Reyk Floeter <reyk@openbsd.org> @@ -71,6 +71,7 @@ struct ieee80211_iapp_add_notify { } __packed; #define IAPP_PORT 3517 +#define IAPP_OLD_PORT 2313 #define IAPP_MCASTADDR "224.0.1.178" #define IAPP_MAXSIZE 512 |