xref: /freebsd/share/man/man4/wlan_acl.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
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.Dd December 7, 2004
27014be7fbSSam Leffler.Dt WLAN_ACL 4
28014be7fbSSam Leffler.Os
29014be7fbSSam Leffler.Sh NAME
30014be7fbSSam Leffler.Nm wlan_acl
31014be7fbSSam Leffler.Nd MAC-based ACL support for 802.11 devices
32014be7fbSSam Leffler.Sh SYNOPSIS
33014be7fbSSam Leffler.Cd "device wlan_acl"
34014be7fbSSam Leffler.Sh DESCRIPTION
35014be7fbSSam LefflerThe
36014be7fbSSam Leffler.Nm
37014be7fbSSam Lefflermodule implements a MAC-based access control plugin for use
38014be7fbSSam Lefflerwith 802.11 devices operating as an access point.
39b19e4a75SRuslan ErmilovThe
40014be7fbSSam Leffler.Nm
41b032f27cSSam Lefflermust be loaded for
42b032f27cSSam Leffler.Xr ifconfig 8
43b032f27cSSam Lefflerto handle the
44b032f27cSSam Leffler.Cm mac:*
45b032f27cSSam Lefflerrequests.
46014be7fbSSam Leffler.Sh SEE ALSO
47014be7fbSSam Leffler.Xr wlan 4 ,
48014be7fbSSam Leffler.Xr ifconfig 8
49014be7fbSSam Leffler.Sh STANDARDS
50014be7fbSSam LefflerMore information can be found in the IEEE 802.11 Standard.
51014be7fbSSam Leffler.Sh HISTORY
52014be7fbSSam LefflerThe
53014be7fbSSam Leffler.Nm
54014be7fbSSam Lefflerdriver first appeared in
55014be7fbSSam Leffler.Fx 6.0 .
56