]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/sta_info.c
Do not disconnect STA based on inactivity on driver failure
[thirdparty/hostap.git] / src / ap / sta_info.c
2012-01-02  Jouni MalinenDo not disconnect STA based on inactivity on driver...
2011-12-25  Yogesh Ashok Powarhostapd: Make inactivity polling configurable
2011-12-22  Jouni MalinenP2P: Maintain a list of P2P Clients for persistent...
2011-12-11  Michael BraunAllow WPA passphrase to be fetched with RADIUS Tunnel...
2011-12-10  Ben GreearAP: Improve disconnect and timeout related logging
2011-12-10  Jithu JanceP2P: Append P2P Device Address to AP-STA-DISCONNECTED...
2011-11-25  Dmitry ShmidtP2P: Send STA connected/disconnected events to parent...
2011-11-03  Jouni MalinenMove AP events for STA connected/disconnected into...
2011-11-03  Jouni MalinenFix some recent wpa_msg() calls in hostapd use correct...
2011-11-03  Nicolas Cavallarihostapd: Send an event when an inactive station is...
2011-10-20  Johannes BergAP: Do station poll in driver wrapper
2011-10-01  Johannes BergAP: Use QoS nullfunc for connection poll
2011-09-06  Jouni MalinenFix Deauth/Disassoc callback handling with test frames
2011-08-28  Jouni MalinenDelay STA entry removal until Deauth/Disassoc TX status...
2011-02-24  Ben GreearAP: Update logging related to inactivity and disassociation
2011-02-02  Johannes BergAP: Add callback for STA authorized transitions
2011-02-02  Johannes BergAP: Introduce sta authorized wrappers
2010-11-24  Jouni MalinenGet rid of struct hostapd_driver_ops abstraction
2010-11-24  Jouni Malinenhostapd_driver_ops reduction
2010-11-24  Jouni Malinenhostapd: Start removing struct hostapd_driver_ops abstr...
2010-09-09  Jouni MalinenP2P: Disable periodic NoA when non-P2P STA is connected
2010-09-09  Jouni MalinenP2P: Add group notifications
2010-09-09  Jouni MalinenP2P: Save a copy of P2P IE(s) data from (Re)Association...
2010-04-15  Jouni MalinenStop processing if STA VLAN bind fails
2010-04-04  Jouni MalinenFix Windows compilation issues with AP mode code
2010-03-06  Felix Fietkauhostapd: allow stations to move between different bss...
2010-03-06  Felix Fietkauhostapd: fix bogus nl80211 interface remove messages...
2009-12-25  Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25  Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap