aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/drv_callbacks.c
Commit message (Expand)AuthorAgeFilesLines
* hostap: add channel switch ability to AP & GO (INTERNAL)Victor Goldenshtein2012-09-131-2/+31
* add set/cancel_priority to ap mode as wellEliad Peller2012-08-021-0/+1
* ap: add missing WLAN_STA_ASSOC_REQ_OK flag cleanupsEliad Peller2012-08-021-1/+2
* Fix AP build without NEED_AP_MLMEJouni Malinen2012-07-071-0/+2
* nl80211: Handle CH_SWITCH eventThomas Pedersen2012-06-251-0/+33
* Force driver to disassociate STA if no room for the STA entryJouni Malinen2012-05-271-1/+4
* AP: Reset STA timeout_next on driver-based-SME associationJouni Malinen2012-04-111-0/+6
* Pass signal strength through, fix unitsJohannes Berg2012-04-011-3/+6
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Lower RX_MGMT driver event debug level for Beacon framesJouni Malinen2011-12-181-1/+15
* hostapd: Show driver event names in debug logJouni Malinen2011-12-031-0/+3
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-191-0/+6
* P2P: Verify that assoc req IEs are available for group updateJouni Malinen2011-11-131-2/+4
* Remove unnecessary include file inclusionJouni Malinen2011-11-131-3/+0
* Move AP events for STA connected/disconnected into one functionJouni Malinen2011-11-031-2/+1
* AP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWNJohannes Berg2011-10-201-9/+7
* Move get_hdr_bssid() to make it easier to share for other usesJohannes Berg2011-10-201-40/+0
* AP: Do station poll in driver wrapperJohannes Berg2011-10-201-0/+3
* Use a common error handler in hostapd_notif_assoc()Jouni Malinen2011-10-161-14/+15
* Clean up IE processing in hostapd_notif_assoc()Jouni Malinen2011-10-161-10/+8
* WPS: Fix WPS IE processingJouni Malinen2011-10-161-16/+15
* Fix double free with CONFIG_WPS_STRICT=yJouni Malinen2011-10-161-1/+0
* Fix AP build without CONFIG_WPS=yJouni Malinen2011-09-121-0/+8
* WPS: Wait for EAPOL-Start unless WPS 2.0 station as workaroundJouni Malinen2011-08-281-4/+21
* P2P: Filter Probe Request frames based on DA and BSSID in Listen stateJouni Malinen2011-07-151-3/+5
* Fix hostapd build without NEED_AP_MLME=yJouni Malinen2011-06-221-0/+2
* Add EVENT_RX_ACTION handler for hostapdJouni Malinen2011-06-211-0/+46
* WPS: Use strict validation of (Re)AssocReq only if IEs are knownJouni Malinen2011-04-141-9/+12
* Add sanity checks to EVENT_RX_PROBE_REQ event dataJouni Malinen2011-04-141-2/+7
* Indicate assoc vs. reassoc in association eventShan Palanisamy2011-03-061-2/+3
* wpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP processingJouni Malinen2011-02-081-19/+19
* P2P: Allow WPS_PBC command on GO to select on P2P Device AddressJouni Malinen2011-02-071-1/+1
* Allow AP mode to disconnect STAs based on low ACK conditionJohannes Berg2010-12-281-0/+21
* hostapd_driver_ops reductionJouni Malinen2010-11-241-3/+4
* Maintain internal entropy pool for augmenting random number generationJouni Malinen2010-11-241-0/+6
* hostapd: Fix compiler warningJouni Malinen2010-10-251-1/+1
* hostapd: Avoid crashing on station mode disassoc eventJouni Malinen2010-10-221-0/+13
* P2P: Track non-P2P members in the group and set Group Limit bitJouni Malinen2010-10-191-4/+2
* P2P: Add group notification from (re)association requestJouni Malinen2010-09-091-0/+8
* P2P: Save a copy of P2P IE(s) data from (Re)Association RequestJouni Malinen2010-09-091-0/+12
* WPS 2.0: Validate WPS attributes in management frames and WSC messagesJouni Malinen2010-09-091-0/+14
* Avoid hostapd segfault on invalid driver association eventJouni Malinen2010-04-071-0/+13
* Add AP-STA-DISCONNECT event for driver-based MLMEJouni Malinen2010-04-041-0/+3
* Allow hostapd_notif_assoc() to be called with all IEsJouni Malinen2010-04-041-0/+22
* Use generic driver event notification for AP mode assoc/disassocJouni Malinen2010-01-031-0/+13
* Use driver event, EVENT_EAPOL_RX, for EAPOL frame indicationJouni Malinen2010-01-031-45/+45
* Replace hostapd_notif_new_sta() with new driver event, EVENT_NEW_STAJouni Malinen2010-01-031-1/+3
* Remove unnecessary wpa_event_type typedefJouni Malinen2010-01-031-1/+1
* Move struct hostapd_frame_info definition away from driver APIJouni Malinen2010-01-031-8/+12
* Remove struct ieee80211_hdr dependency from EVENT_RX_FROM_UNKNOWNJouni Malinen2010-01-031-3/+3