diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-05-15 21:09:50 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-05-15 21:09:50 +0000 |
commit | 36cde1e5c79aa77968ab3a99a0908e29136ef512 (patch) | |
tree | 1bb2003c0ef49bc82f0a0464d75d58ffccaf91db /usr.sbin/hostapd/hostapd.8 | |
parent | 5940aca5d72dfea8a5dcd50b8578c67f6369f380 (diff) |
mention the lack of authenticated management frames in IEEE 802.11.
Diffstat (limited to 'usr.sbin/hostapd/hostapd.8')
-rw-r--r-- | usr.sbin/hostapd/hostapd.8 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/hostapd.8 b/usr.sbin/hostapd/hostapd.8 index c0af54503f3..7363ebacfef 100644 --- a/usr.sbin/hostapd/hostapd.8 +++ b/usr.sbin/hostapd/hostapd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.8,v 1.11 2006/05/15 20:53:02 reyk Exp $ +.\" $OpenBSD: hostapd.8,v 1.12 2006/05/15 21:09:49 reyk Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@openbsd.org> .\" @@ -137,3 +137,10 @@ driver still uses its own Host AP code in .Fn if_wi_hostap , which is not supported by .Nm . +.Pp +The IEEE 802.11 WLAN protocol lacks authentication of management +frames and is vulnerable to various Denial-of-Service and +Man-in-the-Middle attacks. +That should be considered when implementing wireless networks +with +.Nm . |