VLAN: Remove vlan_tail
[mech_eap.git] / src / ap / sta_info.c
2013-08-04 Michael BraunVLAN: Remove vlan_tail
2013-07-20 Sujith ManoharanWDS: Fix WEP usage with nl80211 wds_sta=1
2013-05-20 Kyeyoon ParkWNM: Add disassociation timeout processing for ESS_DISASSOC
2013-05-18 Jouni MalinenP2P: No duplicate AP-STA-CONNECTED/DISCONNECTED as...
2013-05-18 Jouni MalinenClean up AP-STA-CONNECTED/DISCONNECTED prints
2013-03-16 Felix Fietkauhostapd: Fix client reassociation after disconnect...
2013-01-12 Jouni MalinenSAE: Maintain EC group context in struct sae_data
2013-01-12 Jouni MalinenSAE: Use a shared data structure for AP and station
2012-12-18 Jouni MalinenAdd Acct-Session-Id into Access-Request messages
2012-11-25 Jouni MalinenUse a shared function for freeing PSK list
2012-11-25 Michael BraunKeep and use list of PSKs per station for RADIUS-based PSK
2012-11-24 Jouni MalinenHS 2.0: Maintain a copy of HS 2.0 Indication from Assoc...
2012-08-19 Michael BraunCopy User-Name/CUI from RADIUS ACL to STA entry
2012-08-13 Jouni MalinenConvert os_realloc() for an array to use os_realloc_array()
2012-08-01 Mahesh PalivelaAdd support for using SA Query with drivers that implem...
2012-06-17 Masashi HonmaP2P: Add p2p_client_list support for FullMAC Persistent GO
2012-04-11 Jouni MalinenAP: Add debug information for ap_handle_timer operations
2012-04-06 Ben GreearAP: Add fuzz to idle-timer calculations
2012-03-30 Anirban SirkhellAdd wps_cancel for hostapd_cli
2012-02-26 Jay KatabathuniInterworking: Add GAS server support for AP mode
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-01-25 Jouni MalinenFix ap_sta_disconnect() to clear EAPOL/WPA authenticato...
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