Deleted Added
full compact
ieee80211_node.9 (205846) ieee80211_node.9 (207325)
1.\"
2.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
3.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>
3.\" Copyright (c) 2004 Darron Broad <darron@kewl.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man9/ieee80211_node.9 205846 2010-03-29 17:39:38Z trasz $
27.\" $FreeBSD: head/share/man/man9/ieee80211_node.9 207325 2010-04-28 13:29:48Z rpaulo $
28.\"
28.\"
29.Dd March 29, 2010
29.Dd April 28, 2010
30.Dt IEEE80211_NODE 9
31.Os
32.Sh NAME
33.Nm ieee80211_node
34.Nd software 802.11 stack node management functions
35.Sh SYNOPSIS
36.In net80211/ieee80211_var.h
37.\"

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

147.Pp
148Two routines are provided to print the contents of nodes to the console
149for debugging:
150.Fn ieee80211_dump_node
151displays the contents of a single node while
152.Fn ieee80211_dump_nodes
153displays the contents of the specified node table.
154Nodes may also be displayed using
30.Dt IEEE80211_NODE 9
31.Os
32.Sh NAME
33.Nm ieee80211_node
34.Nd software 802.11 stack node management functions
35.Sh SYNOPSIS
36.In net80211/ieee80211_var.h
37.\"

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

147.Pp
148Two routines are provided to print the contents of nodes to the console
149for debugging:
150.Fn ieee80211_dump_node
151displays the contents of a single node while
152.Fn ieee80211_dump_nodes
153displays the contents of the specified node table.
154Nodes may also be displayed using
155.Xr ddb 9
155.Xr ddb 4
156with the
157.Dq show node
158directive and the station node table can be displayed with
159.Dq show statab .
160.Sh DRIVER PRIVATE STATE
161Node data structures may be extended by the driver to include
162driver-private state.
163This is done by overriding the

--- 88 unchanged lines hidden ---
156with the
157.Dq show node
158directive and the station node table can be displayed with
159.Dq show statab .
160.Sh DRIVER PRIVATE STATE
161Node data structures may be extended by the driver to include
162driver-private state.
163This is done by overriding the

--- 88 unchanged lines hidden ---