aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/sta_info.c
Commit message (Expand)AuthorAgeFilesLines
* add set/cancel_priority to ap mode as wellEliad Peller2012-08-021-0/+26
* ap: add missing WLAN_STA_ASSOC_REQ_OK flag cleanupsEliad Peller2012-08-021-4/+4
* P2P: Add p2p_client_list support for FullMAC Persistent GOMasashi Honma2012-06-171-1/+10
* AP: Add debug information for ap_handle_timer operationsJouni Malinen2012-04-111-0/+33
* AP: Add fuzz to idle-timer calculationsBen Greear2012-04-061-2/+8
* Add wps_cancel for hostapd_cliAnirban Sirkhell2012-03-301-0/+17
* Interworking: Add GAS server support for AP modeJay Katabathuni2012-02-261-1/+17
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Fix ap_sta_disconnect() to clear EAPOL/WPA authenticator stateJouni Malinen2012-01-251-0/+2
* Do not disconnect STA based on inactivity on driver failureJouni Malinen2012-01-021-1/+7
* hostapd: Make inactivity polling configurableYogesh Ashok Powar2011-12-251-1/+5
* P2P: Maintain a list of P2P Clients for persistent group on GOJouni Malinen2011-12-221-1/+1
* Allow WPA passphrase to be fetched with RADIUS Tunnel-Password attributeMichael Braun2011-12-111-0/+1
* AP: Improve disconnect and timeout related loggingBen Greear2011-12-101-4/+5
* P2P: Append P2P Device Address to AP-STA-DISCONNECTED eventJithu Jance2011-12-101-8/+20
* P2P: Send STA connected/disconnected events to parent ctrl_ifaceDmitry Shmidt2011-11-251-0/+14
* Move AP events for STA connected/disconnected into one functionJouni Malinen2011-11-031-5/+18
* Fix some recent wpa_msg() calls in hostapd use correct contextJouni Malinen2011-11-031-6/+8
* hostapd: Send an event when an inactive station is removedNicolas Cavallari2011-11-031-0/+4
* AP: Do station poll in driver wrapperJohannes Berg2011-10-201-45/+3
* AP: Use QoS nullfunc for connection pollJohannes Berg2011-10-011-11/+23
* Fix Deauth/Disassoc callback handling with test framesJouni Malinen2011-09-061-0/+15
* Delay STA entry removal until Deauth/Disassoc TX status in AP modeJouni Malinen2011-08-281-6/+58
* AP: Update logging related to inactivity and disassociationBen Greear2011-02-241-7/+13
* AP: Add callback for STA authorized transitionsJohannes Berg2011-02-021-0/+4
* AP: Introduce sta authorized wrappersJohannes Berg2011-02-021-1/+18
* Get rid of struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-1/+1
* hostapd_driver_ops reductionJouni Malinen2010-11-241-9/+10
* hostapd: Start removing struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-1/+2
* P2P: Disable periodic NoA when non-P2P STA is connectedJouni Malinen2010-09-091-0/+10
* P2P: Add group notificationsJouni Malinen2010-09-091-0/+5
* P2P: Save a copy of P2P IE(s) data from (Re)Association RequestJouni Malinen2010-09-091-0/+1
* Stop processing if STA VLAN bind failsJouni Malinen2010-04-151-1/+8
* Fix Windows compilation issues with AP mode codeJouni Malinen2010-04-041-1/+1
* hostapd: allow stations to move between different bss interfacesFelix Fietkau2010-03-061-14/+14
* hostapd: fix bogus nl80211 interface remove messages for STA WDSFelix Fietkau2010-03-061-1/+2
* Include header files explicitly in *.c, not via header filesJouni Malinen2009-12-261-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-8/+8
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-0/+742