Deleted Added
full compact
ieee80211_input.9 (197300) ieee80211_input.9 (233648)
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_input.9 197300 2009-09-18 00:33:47Z brueffer $
27.\" $FreeBSD: head/share/man/man9/ieee80211_input.9 233648 2012-03-29 05:02:12Z eadler $
28.\"
29.Dd August 4, 2009
30.Dt IEEE80211_INPUT 9
31.Os
32.Sh NAME
33.Nm ieee80211_input
34.Nd software 802.11 stack input functions
35.Sh SYNOPSIS

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

105.Vt noise
106parameter is the best approximation of the noise floor in
107dBm units at the time the frame was received.
108RSSI and noise are used by the
109.Nm net80211
110layer to make scanning and roaming decisions in station mode
111and to do auto channel selection for hostap and similar modes.
112Otherwise the values are made available to user applications
28.\"
29.Dd August 4, 2009
30.Dt IEEE80211_INPUT 9
31.Os
32.Sh NAME
33.Nm ieee80211_input
34.Nd software 802.11 stack input functions
35.Sh SYNOPSIS

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

105.Vt noise
106parameter is the best approximation of the noise floor in
107dBm units at the time the frame was received.
108RSSI and noise are used by the
109.Nm net80211
110layer to make scanning and roaming decisions in station mode
111and to do auto channel selection for hostap and similar modes.
112Otherwise the values are made available to user applications
113(with the rssi presented as a filtered average over the last ten values
113(with the rssi presented as a filtered average over the last ten values
114and the noise floor the last reported value).
115.Sh SEE ALSO
116.Xr ieee80211 9
114and the noise floor the last reported value).
115.Sh SEE ALSO
116.Xr ieee80211 9