xref: /freebsd/share/man/man4/wlan_acl.4 (revision b19e4a752d004564635985db1267deb768e9e5fe)
1014be7fbSSam Leffler.\"
2014be7fbSSam Leffler.\" Copyright (c) 2004 Sam Leffler
3014be7fbSSam Leffler.\" All rights reserved.
4014be7fbSSam Leffler.\"
5014be7fbSSam Leffler.\" Redistribution and use in source and binary forms, with or without
6014be7fbSSam Leffler.\" modification, are permitted provided that the following conditions
7014be7fbSSam Leffler.\" are met:
8014be7fbSSam Leffler.\" 1. Redistributions of source code must retain the above copyright
9014be7fbSSam Leffler.\"    notice, this list of conditions and the following disclaimer.
10014be7fbSSam Leffler.\" 2. Redistributions in binary form must reproduce the above copyright
11014be7fbSSam Leffler.\"    notice, this list of conditions and the following disclaimer in the
12014be7fbSSam Leffler.\"    documentation and/or other materials provided with the distribution.
13014be7fbSSam Leffler.\"
14014be7fbSSam Leffler.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15014be7fbSSam Leffler.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16014be7fbSSam Leffler.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17014be7fbSSam Leffler.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18014be7fbSSam Leffler.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19014be7fbSSam Leffler.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20014be7fbSSam Leffler.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21014be7fbSSam Leffler.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22014be7fbSSam Leffler.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23014be7fbSSam Leffler.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24014be7fbSSam Leffler.\" SUCH DAMAGE.
25014be7fbSSam Leffler.\"
26014be7fbSSam Leffler.\" $FreeBSD$
27014be7fbSSam Leffler.\"
28014be7fbSSam Leffler.Dd December 7, 2004
29014be7fbSSam Leffler.Dt WLAN_ACL 4
30014be7fbSSam Leffler.Os
31014be7fbSSam Leffler.Sh NAME
32014be7fbSSam Leffler.Nm wlan_acl
33014be7fbSSam Leffler.Nd MAC-based ACL support for 802.11 devices
34014be7fbSSam Leffler.Sh SYNOPSIS
35014be7fbSSam Leffler.Cd "device wlan_acl"
36014be7fbSSam Leffler.Sh DESCRIPTION
37014be7fbSSam LefflerThe
38014be7fbSSam Leffler.Nm
39014be7fbSSam Lefflermodule implements a MAC-based access control plugin for use
40014be7fbSSam Lefflerwith 802.11 devices operating as an access point.
41b19e4a75SRuslan ErmilovThe
42014be7fbSSam Leffler.Nm
43b19e4a75SRuslan Ermilovmodule is an 802.11 access control plugin module for use with the
44014be7fbSSam Leffler.Xr wlan 4
45014be7fbSSam Lefflermodule.
467c8c014aSChristian BruefferThis module is automatically loaded if an application configures
47014be7fbSSam Leffleran access control policy for an 802.11 device operating as an access
48014be7fbSSam Lefflerpoint.
49014be7fbSSam Leffler.Sh SEE ALSO
50014be7fbSSam Leffler.Xr wlan 4 ,
51014be7fbSSam Leffler.Xr ifconfig 8
52014be7fbSSam Leffler.Sh STANDARDS
53014be7fbSSam LefflerMore information can be found in the IEEE 802.11 Standard.
54014be7fbSSam Leffler.Sh HISTORY
55014be7fbSSam LefflerThe
56014be7fbSSam Leffler.Nm
57014be7fbSSam Lefflerdriver first appeared in
58014be7fbSSam Leffler.Fx 6.0 .
59