]> git.ipfire.org Git - thirdparty/hostap.git/history - src/ap/hostapd.h
Remove the GPL notification from files contributed by Jouni Malinen
[thirdparty/hostap.git] / src / ap / hostapd.h
2012-02-11  Jouni MalinenRemove the GPL notification from files contributed...
2012-01-30  Jouni MalinenWPS: Disable AP PIN after 10 consecutive failures
2011-12-22  Jouni MalinenP2P: Maintain a list of P2P Clients for persistent...
2011-12-10  Arik NemtsovMaintain internal copy of Probe Response offload capabi...
2011-12-03  Jouni MalinenMerge set_rate_sets() driver_ops into set_ap()
2011-11-25  Dmitry ShmidtP2P: Send STA connected/disconnected events to parent...
2011-10-17  Jouni MalinenAdd support for Time Advertisement
2011-08-09  Jouni MalinenWPS: Do not update Beacon IEs before initial IE set
2011-07-15  Jouni MalinenP2P: Filter Probe Request frames based on DA and BSSID...
2011-03-29  Jouni MalinenAdd driver capa flag for EAPOL TX status and store...
2011-03-19  Johannes Bergwpa_s AP mode: complete only when setup is complete
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-02  Johannes BergAP: Add callback for STA authorized transitions
2010-12-28  Johannes BergAllow AP mode to disconnect STAs based on low ACK condition
2010-11-24  Jouni MalinenGet rid of struct hostapd_driver_ops abstraction
2010-11-24  Jouni Malinenhostapd_driver_ops reduction
2010-11-24  Jouni Malinenhostapd_driver_ops reduction
2010-11-24  Jouni Malinenhostapd_driver_ops reduction: set_countermeasures
2010-11-24  Jouni Malinenhostapd: Start removing struct hostapd_driver_ops abstr...
2010-10-14  Anil Gathala SudhaP2P: Send AP mode WPS-FAIL event to parent interface
2010-09-09  Jouni MalinenP2P: Disable periodic NoA when non-P2P STA is connected
2010-09-09  Jouni MalinenP2P: Add P2P configuration and callbacks in hostapd...
2010-09-09  Jouni MalinenP2P: Preparations for adding P2P IE into Beacon/Probe...
2010-08-24  Jouni MalinenWPS: Do not disable AP PIN permanently, only slow down...
2010-04-12  Jouni MalinenFix hostapd build without WPS
2010-04-11  Jouni MalinenAdd wpa_supplicant AP mode events for Public Action...
2010-04-11  Jouni MalinenAdd WPS Registrar success callback
2010-04-11  Jouni MalinenStarted to make set_ap_wps_ie() capable of adding multi...
2010-03-07  Jouni MalinenRemove unnecessary ifname parameter from sta_add()...
2010-03-06  Jouni MalinenRemove unnecessary ifname parameter from set_beacon()
2010-01-03  Jouni MalinenUse generic driver event notification for AP mode assoc...
2010-01-03  Jouni MalinenMove struct hostapd_frame_info definition away from...
2009-12-28  Jouni MalinenAllow Probe Request callbacks to terminate iteration
2009-12-27  Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-26  Jouni MalinenGet rid of unnecessary typedefs for enums.
2009-12-25  Jouni MalinenGet rid of direct hostapd_for_each_interface() calls
2009-12-25  Jouni MalinenMove rest of the generic AP mode functionality into...
2009-12-25  Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25  Jouni MalinenMove hostapd_prune_associations() into ap/utils.c
2009-12-24  Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24  Jouni MalinenMove generic AP functionality implementation into src/ap