WPS: Wait for EAPOL-Start unless WPS 2.0 station as workaround
[mech_eap.git] / src / ap / drv_callbacks.c
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...