Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-21 | Use a 2-level timeout for hostap. Instead of of sending a station | Todd C. Miller | |
a deauth/disassoc packet when the inactivity timer fires, just set a flag, re-queue it and set the master wihap timer if needed. What this does is to effectively bundle (and serialize) deauth/disassoc packets so if a large number need to be sent at once we don't stomp all over the card. We also only do at most 10 stations at a time. The sta_list has been changed from a doubly linked list to a tailq. Inactive stations are kept at the head of the queue, new ones are added to the tail. Idea and OK by mickey@, prompted by an issue found by merith AT vantronix DOT net | |||
2002-12-30 | proper HOSTAP_FLAGS_BITS; from merith@vantronix.net | Michael Shalayeff | |
2002-06-08 | kill __P | Todd C. Miller | |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller | |
Also do a little KNF while I'm in here. | |||
2002-04-08 | restore what was a default inactivity timeout, two minutes | Michael Shalayeff | |
2002-03-30 | kill lots of space and insert some more for knf | Michael Shalayeff | |
2002-03-28 | some BITS defs for %b | Michael Shalayeff | |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo ↵ | Michael Shalayeff | |
<skibo@pacbell.net>; millert@ ok |