summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/apme.c
AgeCommit message (Collapse)Author
2007-02-08carefully check some return values and make lint happy. check forReyk Floeter
truncation before feeding strings into the kernel.
2006-12-31add a channel hopper for wireless interfaces. the channel hopper willReyk Floeter
jump to the next available channel after a configurable delay for the specified list of wireless "hostap" interfaces, see the new "set hostap hopper" commands in hostapd.conf(5). with help by jsg@
2006-06-01don't use the newline character in hostapd_log() callsReyk Floeter
2006-05-15initial implementation of "IP Roaming" in hostapd, see hostapd.conf(5).Reyk Floeter
ok dlg@
2006-01-31fix a bug by updating the bpf packet header for each received frame inReyk Floeter
the capture buffer. to alex 'pukpuk' at gmx.de
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-10make lint more happyReyk Floeter
2005-12-01move iapp configuration in a separate data structureReyk Floeter
2005-12-01deauthenticate all stations on startup which will force them toReyk Floeter
reassociate cleanly.
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others
2005-10-07move IAPP definitions to separate header fileReyk Floeter
2005-06-17first step to implement a proactive wireless monitoring system usingReyk Floeter
hostapd(8). it's a very simple but powerful approach using highly flexible and stateless event and action rules for IEEE 802.11 traffic. you can monitor a wireless network by watching frames with types and addresses (with support for tables and masks) and you can trigger actions like writing log messages, sending pcap/radiotap dumps to the IAPP network, removing nodes from the hostap, resending received frames and sending contructed 802.11 frames in reply to traffic received from any rogue nodes. it's based on some initial work from the c2k5 which has been tested and improved during the last weeks. some missing documentation for hostapd.conf(5) will be written as soon as possible. ok deraadt@
2005-04-13spacesTheo de Raadt
2005-04-13KNFHenning Brauer
2005-04-13add the initial version of the OpenBSD hostapd daemonReyk Floeter
ok deraadt@