]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/drv_callbacks.c
Add new drv_flag for indicating user space AP MLME
[thirdparty/hostap.git] / src / ap / drv_callbacks.c
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...