Deleted Added
full compact
ndis_events.8 (151214) ndis_events.8 (151223)
1.\" Copyright (c) 2005
2.\" Bill Paul <wpaul@windriver.com> All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 2005
2.\" Bill Paul <wpaul@windriver.com> All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/usr.sbin/wpa/ndis_events/ndis_events.8 151214 2005-10-10 17:51:12Z wpaul $
31.\" $FreeBSD: head/usr.sbin/wpa/ndis_events/ndis_events.8 151223 2005-10-10 20:40:28Z wpaul $
32.\"
33.Dd October 10, 2005
34.Dt NDIS_EVENTS 8
35.Os
36.Sh NAME
37.Nm ndis_events
38.Nd relay events from
39.Xr ndis 4
40drivers to
41.Xr wpa_supplicant 8
42.Sh SYNOPSIS
43.Nm
32.\"
33.Dd October 10, 2005
34.Dt NDIS_EVENTS 8
35.Os
36.Sh NAME
37.Nm ndis_events
38.Nd relay events from
39.Xr ndis 4
40drivers to
41.Xr wpa_supplicant 8
42.Sh SYNOPSIS
43.Nm
44.Op Fl a
44.Op Fl d
45.Op Fl v
46.Sh DESCRIPTION
47The
48.Nm
49utility listens for events generated by an
50.Xr ndis 4
51wireless network driver and relays them to

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

85is sufficient to scan for events for any number of
86.Xr ndis 4
87interfaces in a system.
88.Sh OPTIONS
89The
90.Nm
91daemon supports the following options:
92.Bl -tag -width indent
45.Op Fl d
46.Op Fl v
47.Sh DESCRIPTION
48The
49.Nm
50utility listens for events generated by an
51.Xr ndis 4
52wireless network driver and relays them to

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

86is sufficient to scan for events for any number of
87.Xr ndis 4
88interfaces in a system.
89.Sh OPTIONS
90The
91.Nm
92daemon supports the following options:
93.Bl -tag -width indent
94.It Fl a
95Process all events. By default,
96.Nm
97will only process and forward media-specific events, which contain
98PMKID candidate information, and not bother forwarding connect and
99disconnect events, since
100.Xr wpa_supplicant 8
101normally can determine the current link state on its own. In some
102cases, the additional connect and disconnect events only confuse it
103and make the association and authentication process take longer.
93.It Fl d
94Run in debug mode. This causes
95.Nm
96to run in the foreground and generate any output to the standard
97error instead of using the
98.Xr syslog 3
99facility.
100.It Fl v

--- 18 unchanged lines hidden ---
104.It Fl d
105Run in debug mode. This causes
106.Nm
107to run in the foreground and generate any output to the standard
108error instead of using the
109.Xr syslog 3
110facility.
111.It Fl v

--- 18 unchanged lines hidden ---