diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-30 16:53:17 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-30 16:53:17 +0000 |
commit | f7e53b5f5672ce4100a10ae498bf4576eec4d468 (patch) | |
tree | c623a9bb8377bc39d38baf0e66a03c7286c5d25d | |
parent | 6bd954e164539db60d4af401780384d6a7c13b39 (diff) |
update the BNF
-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" | |