summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/ndis_events/ndis_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop including if_var.h from userland.glebius2015-04-061-1/+0
| | | | Sponsored by: Nginx, Inc.
* Remove duplicated header fileskevlo2011-06-241-2/+0
|
* o Fix usage() prototype [1] and correct its call.maxim2009-06-231-2/+2
| | | | Submitted by: ed [1]
* o style(9) usage() definition: it doesn't need an argument.maxim2009-06-231-3/+2
|
* o Remove unneeded argument in fprintf(3) call in usage().maxim2009-06-231-1/+1
| | | | Submitted by: Pawel Worach
* Hide a diagnostic message under if (verbose) to avoid cluttering thewpaul2005-10-211-5/+8
| | | | system log when not in verbose logging mode.
* Drain all pending events from the driver when we get anwpaul2005-10-121-18/+32
| | | | | RTM_IFINFO message, in case some were posted before ndis_events was run. This keeps us in sync with wpa_supplicant.
* Make forwarding of connect/disconnect events optional. wpa_supplicantwpaul2005-10-101-3/+11
| | | | | 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.
* Enable -D ndis support in wpa_supplicant and add the ndis_events utility.wpaul2005-10-101-0/+330
This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
OpenPOWER on IntegriCloud