wpa_supplicant: Reschedule sched scan after network change
[mech_eap.git] / hostapd / main.c
2013-01-12 Jouni MalinenUpdate copyright notices to include year 2013
2012-08-25 Shan PalanisamyAllow hostapd to be started without interfaces
2012-08-25 Shan Palanisamyhostapd: Add ctrl_iface for enabling/reloading/disablin...
2012-08-25 Shan Palanisamyhostapd: Add global control interface
2012-08-25 Jouni MalinenMove hostapd global callback functions into hapd_interfaces
2012-08-13 Jouni MalinenConvert os_zalloc() for an array to use os_calloc()
2012-08-07 Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-02-16 Jouni Malinenhostapd: Allow 'none' driver to be started without...
2012-02-16 Jouni MalinenMove hostapd_for_each_interface() and hapd_interfaces...
2012-02-16 Shan PalanisamyDo not call driver_init if hostapd interface is not...
2012-02-16 Shan PalanisamyDo not call hapd_deinit if driver was not initialized
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2012-01-01 Jouni MalinenUpdate copyright notices to include year 2012
2011-12-10 Arik NemtsovMaintain internal copy of Probe Response offload capabi...
2011-10-23 Jouni MalinenPostpone global_init() call until first driver instance...
2011-10-22 Jouni Malinenhostapd: Call global_init/global_deinit driver_ops
2011-05-31 Jouni Malinenrandom: Add support for maintaining internal entropy...
2011-04-15 Guy Eilamhostapd: Fix interfaces.iface initialization
2011-03-29 Jouni MalinenAdd driver capa flag for EAPOL TX status and store...
2011-03-22 Jouni Malinenrandom: Read /dev/random in the background with eloop...
2011-02-27 Jouni MalinenUpdate copyright notices to include the new year
2011-02-06 Ben Greearhostapd: Add iface-name wpa_msg() callback registration
2011-02-06 Ben Greearhostapd: Allow logging to file
2010-04-07 Gregory DetalAP: Add wpa_msg() events for EAP server state machine
2010-01-16 Jouni MalinenPreparations for v0.7.1 release hostap_0_7_1
2010-01-03 Jouni Malinenhostapd: Fix deinit on initialization failure
2009-12-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
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 MalinenMove driver deinitialization away from hostapd.c
2009-12-25 Jouni MalinenClean up some of the hostapd.h function prototype defin...
2009-12-25 Jouni MalinenMove authentication server setup into separate file
2009-12-25 Jouni MalinenMove hostapd driver initialization away from hostapd.c
2009-12-24 Jouni MalinenMove wps_hostapd.c into src/ap
2009-12-24 Jouni MalinenMove generic AP functionality implementation into src/ap
2009-12-24 Jouni MalinenMove hostapd configuration parser into separate file
2009-12-19 Jouni Malinenhostapd: Call os_program_{init,deinit}()
2009-12-19 Jouni Malineneloop: Remove global user data pointer
2009-12-19 Jouni MalinenMake hostapd_for_each_interface() take context pointer...
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-10 Jouni MalinenFix use-after-free issue with pid_file in hostapd termi...
2009-08-15 Jouni MalinenFigure out absolute path for the pid file before daemon...
2009-03-26 Jouni MalinenMove hostapd_init() into main.c
2009-03-26 Jouni MalinenMove main() and configuration file related functions...