diff options
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 8d032008bac..f920c97cf3f 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.12 2005/09/30 16:50:03 reyk Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.13 2005/09/30 16:53:16 reyk Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -596,7 +596,7 @@ option = "set" ( "hostap" "interface" name | [ "iapp" "mode" ( "multicast" | "broadcast" ] ) event = "hostap" "handle" [ eventopt ] [ frmmatch ] [ action ] - [ limit ] + [ limit ] [ rate ] eventopt = "skip" | "quick" @@ -623,6 +623,8 @@ frmactionaddr = lladdr | refaddr | "random" limit = "limit" number ( "sec" | "usec" ) +rate = "rate" number "/" number "sec" + frmsubtype = ( "probe-request" | "probe-resp" | "beacon" ) [ frmelems ] | "atim" | "auth" | "deauth" | "assoc-request" | "assoc-resp" | "reassoc-request" | |