summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/apme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h>guenther2019-05-101-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* carefully check some return values and make lint happy. check forreyk2007-02-081-13/+19
* add a channel hopper for wireless interfaces. the channel hopper willreyk2006-12-311-1/+77
* don't use the newline character in hostapd_log() callsreyk2006-06-011-6/+6
* initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).reyk2006-05-151-1/+11
* fix a bug by updating the bpf packet header for each received frame inreyk2006-01-311-2/+3
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
* make lint more happyreyk2005-12-101-2/+2
* move iapp configuration in a separate data structurereyk2005-12-011-6/+8
* deauthenticate all stations on startup which will force them toreyk2005-12-011-1/+33
* add support for multiple hostap (wireless) interfaces.reyk2005-11-201-34/+99
* move IAPP definitions to separate header filereyk2005-10-071-1/+2
* first step to implement a proactive wireless monitoring system usingreyk2005-06-171-8/+112
* spacesderaadt2005-04-131-2/+2
* KNFhenning2005-04-131-3/+3
* add the initial version of the OpenBSD hostapd daemonreyk2005-04-131-0/+168