Add AP channel switch mechanism
[mech_eap.git] / src / ap / drv_callbacks.c
2013-11-17 Andrei OtcheretianskiAdd AP channel switch mechanism
2013-11-15 Abhishek Singhhostapd: Filter channel list updated events after count...
2013-11-03 Jouni MalinenDFS: Convert hostapd_data use to hostapd_iface
2013-11-03 Jouni Malinenhostapd: Wait for channel list update after country...
2013-10-18 Kyeyoon ParkInterworking: Add support for QoS Mapping functionality...
2013-10-17 Janusz Dziedzichostapd: DFS with 40/80 MHz channel width support
2013-10-17 Janusz Dziedzichostapd: Add AP DFS support
2013-09-01 Jouni MalinenP2P: Make peer's P2P Device Address available to authen...
2013-08-25 Michal Kaziorhostapd: Add survey dump support
2013-06-18 Kyeyoon ParkFix session timeout after ANQP dummy STA entry with...
2013-04-28 Ben GreearUse status code 17 (unable to handle new STA) on max...
2013-04-23 Jouni Malinennl80211: Reduce debug on Probe Request frames
2013-02-07 Raja Maninl80211: Add ctrl_iface message for AP mode connection...
2012-12-16 Jouni MalinenWNM: Use CONFIG_WNM more consistently
2012-11-24 Jouni MalinenHS 2.0: Maintain a copy of HS 2.0 Indication from Assoc...
2012-10-25 David BirdFix EAPOL processing when STA switches between multi...
2012-08-19 Jouni MalinenHandle EVENT_RX_MGMT validation consistently
2012-08-01 Xi ChenWNM: Add WNM-Sleep Mode implementation for AP
2012-08-01 Jouni MalinenFix compiler warning with wpa_supplicant AP builds...
2012-08-01 Mahesh PalivelaAdd support for using SA Query with drivers that implem...
2012-08-01 Shan PalanisamyFT: Add FT AP support for drivers that manage MLME...
2012-07-07 Jouni MalinenFix AP build without NEED_AP_MLME
2012-06-25 Thomas Pedersennl80211: Handle CH_SWITCH event
2012-05-28 Jouni MalinenForce driver to disassociate STA if no room for the...
2012-04-11 Jouni MalinenAP: Reset STA timeout_next on driver-based-SME association
2012-04-01 Johannes BergPass signal strength through, fix units
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-12-18 Jouni MalinenLower RX_MGMT driver event debug level for Beacon frames
2011-12-03 Jouni Malinenhostapd: Show driver event names in debug log
2011-11-19 Johannes BergAP: Add explicit EAPOL TX status event
2011-11-13 Jouni MalinenP2P: Verify that assoc req IEs are available for group...
2011-11-13 Jouni MalinenRemove unnecessary include file inclusion
2011-11-03 Jouni MalinenMove AP events for STA connected/disconnected into...
2011-10-20 Johannes BergAP: Pass only bssid/addr/wds to EVENT_RX_FROM_UNKNOWN
2011-10-20 Johannes BergMove get_hdr_bssid() to make it easier to share for...
2011-10-20 Johannes BergAP: Do station poll in driver wrapper
2011-10-16 Jouni MalinenUse a common error handler in hostapd_notif_assoc()
2011-10-16 Jouni MalinenClean up IE processing in hostapd_notif_assoc()
2011-10-16 Jouni MalinenWPS: Fix WPS IE processing
2011-10-16 Jouni MalinenFix double free with CONFIG_WPS_STRICT=y
2011-09-12 Jouni MalinenFix AP build without CONFIG_WPS=y
2011-08-28 Jouni MalinenWPS: Wait for EAPOL-Start unless WPS 2.0 station as...
2011-07-15 Jouni MalinenP2P: Filter Probe Request frames based on DA and BSSID...
2011-06-22 Jouni MalinenFix hostapd build without NEED_AP_MLME=y
2011-06-21 Jouni MalinenAdd EVENT_RX_ACTION handler for hostapd
2011-04-13 Jouni MalinenWPS: Use strict validation of (Re)AssocReq only if...
2011-04-13 Jouni MalinenAdd sanity checks to EVENT_RX_PROBE_REQ event data
2011-03-06 Shan PalanisamyIndicate assoc vs. reassoc in association event
2011-02-08 Jouni Malinenwpa_s AP: Deliver EVENT_RX_PROBE_REQ events to AP proce...
2011-02-07 Jouni MalinenP2P: Allow WPS_PBC command on GO to select on P2P Devic...
2010-12-28 Johannes BergAllow AP mode to disconnect STAs based on low ACK condition
2010-11-24 Jouni Malinenhostapd_driver_ops reduction
2010-11-23 Jouni MalinenMaintain internal entropy pool for augmenting random...
2010-10-25 Jouni Malinenhostapd: Fix compiler warning
2010-10-22 Jouni Malinenhostapd: Avoid crashing on station mode disassoc event
2010-10-19 Jouni MalinenP2P: Track non-P2P members in the group and set Group...
2010-09-09 Jouni MalinenP2P: Add group notification from (re)association request
2010-09-09 Jouni MalinenP2P: Save a copy of P2P IE(s) data from (Re)Association...
2010-09-09 Jouni MalinenWPS 2.0: Validate WPS attributes in management frames...
2010-04-07 Jouni MalinenAvoid hostapd segfault on invalid driver association...
2010-04-04 Jouni MalinenAdd AP-STA-DISCONNECT event for driver-based MLME
2010-04-04 Jouni MalinenAllow hostapd_notif_assoc() to be called with all IEs
2010-01-03 Jouni MalinenUse generic driver event notification for AP mode assoc...
2010-01-03 Jouni MalinenUse driver event, EVENT_EAPOL_RX, for EAPOL frame indic...
2010-01-03 Jouni MalinenReplace hostapd_notif_new_sta() with new driver event...
2010-01-03 Jouni MalinenRemove unnecessary wpa_event_type typedef
2010-01-03 Jouni MalinenMove struct hostapd_frame_info definition away from...
2010-01-03 Jouni MalinenRemove struct ieee80211_hdr dependency from EVENT_RX_FR...
2010-01-03 Jouni MalinenReplace hostapd_probe_req_rx() with EVENT_RX_PROBE_REQ...
2009-12-28 Jouni MalinenAllow Probe Request callbacks to terminate iteration
2009-12-25 Jouni MalinenInclude header files explicitly in *.c, not via header...
2009-12-25 Jouni MalinenReplace src/ap/driver_i.h with non-inlined functions...
2009-12-25 Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
2009-12-25 Jouni MalinenMove rest of the generic AP mode functionality into...