History log of /freebsd-10.1-release/usr.sbin/wpa/ndis_events/ndis_events.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 223492 24-Jun-2011 kevlo

Remove duplicated header files


# 194686 23-Jun-2009 maxim

o Fix usage() prototype [1] and correct its call.

Submitted by: ed [1]


# 194681 23-Jun-2009 maxim

o style(9) usage() definition: it doesn't need an argument.


# 194680 23-Jun-2009 maxim

o Remove unneeded argument in fprintf(3) call in usage().

Submitted by: Pawel Worach


# 151541 21-Oct-2005 wpaul

Hide a diagnostic message under if (verbose) to avoid cluttering the
system log when not in verbose logging mode.


# 151246 11-Oct-2005 wpaul

Drain all pending events from the driver when we get an
RTM_IFINFO message, in case some were posted before ndis_events
was run. This keeps us in sync with wpa_supplicant.


# 151223 10-Oct-2005 wpaul

Make forwarding of connect/disconnect events optional. wpa_supplicant
seems to already be able to tell when it's associated and the extra
events just confuse it. Only forward media-specific events by default.


# 151214 10-Oct-2005 wpaul

Enable -D ndis support in wpa_supplicant and add the ndis_events utility.
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS
drivers.