Deleted Added
full compact
snmp_wlan.3 (233510) snmp_wlan.3 (233648)
1.\"-
2.\" Copyright (C) 2010 The FreeBSD Foundation
3.\" All rights reserved.
1.\"-
2.\" Copyright (C) 2010 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
4.\"
5.\" This documentation was written by Shteryana Sotirova Shopova under
6.\" sponsorship from the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the
15.\" documentation and/or other materials provided with the distribution.
5.\" This documentation was written by Shteryana Sotirova Shopova under
6.\" sponsorship from the FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\" notice, this list of conditions and the following disclaimer in the
15.\" documentation and/or other materials provided with the distribution.
16.\"
16.\"
17.\" THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20.\" ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
17.\" THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20.\" ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
21.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 233510 2012-03-26 15:18:14Z joel $
29.\" $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 233648 2012-03-29 05:02:12Z eadler $
30.\"
31.Dd June 28, 2010
32.Dt SNMP_WLAN 3
33.Os
34.Sh NAME
35.Nm snmp_wlan
36.Nd "wireless networking module for"
37.Xr bsnmpd 1

--- 18 unchanged lines hidden (view full) ---

56add a new interface, a SET should be executed on the
57.Va wlanIfaceName
58column with
59value the desired name of the interface. Next the parent interface must be set
60via
61.Va wlanParentIfName
62column. Any optional parameters may be set
63via the
30.\"
31.Dd June 28, 2010
32.Dt SNMP_WLAN 3
33.Os
34.Sh NAME
35.Nm snmp_wlan
36.Nd "wireless networking module for"
37.Xr bsnmpd 1

--- 18 unchanged lines hidden (view full) ---

56add a new interface, a SET should be executed on the
57.Va wlanIfaceName
58column with
59value the desired name of the interface. Next the parent interface must be set
60via
61.Va wlanParentIfName
62column. Any optional parameters may be set
63via the
64.Va wlanIfaceOperatingMode,
65.Va wlanIfaceFlags,
64.Va wlanIfaceOperatingMode,
65.Va wlanIfaceFlags,
66.Va wlanIfaceBssid
66.Va wlanIfaceBssid
67and
67and
68.Va wlanIfaceLocalAddress
69columns.
70To finally create the interface in the system, a SET with value of active(1) to
71.Va wlanIfaceStatus
72column should be executed.
73To destroy a wireless interface a SET with value of destroy(6) to the relevant
74.Va wlanIfaceStatus
75column should be executed.

--- 85 unchanged lines hidden ---
68.Va wlanIfaceLocalAddress
69columns.
70To finally create the interface in the system, a SET with value of active(1) to
71.Va wlanIfaceStatus
72column should be executed.
73To destroy a wireless interface a SET with value of destroy(6) to the relevant
74.Va wlanIfaceStatus
75column should be executed.

--- 85 unchanged lines hidden ---