aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/main.c
Commit message (Expand)AuthorAgeFilesLines
* hostapd: Allow 'none' driver to be started without ifnameJouni Malinen2012-02-161-1/+3
* Move hostapd_for_each_interface() and hapd_interfaces into src/apJouni Malinen2012-02-161-23/+0
* Do not call driver_init if hostapd interface is not yet configuredShan Palanisamy2012-02-161-4/+6
* Do not call hapd_deinit if driver was not initializedShan Palanisamy2012-02-161-1/+1
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* Update copyright notices to include year 2012Jouni Malinen2012-01-011-1/+1
* Maintain internal copy of Probe Response offload capabilitiesArik Nemtsov2011-12-101-1/+3
* Postpone global_init() call until first driver instance is initializedJouni Malinen2011-10-231-13/+15
* hostapd: Call global_init/global_deinit driver_opsJouni Malinen2011-10-221-0/+50
* random: Add support for maintaining internal entropy store over restartsJouni Malinen2011-05-311-5/+11
* hostapd: Fix interfaces.iface initializationGuy Eilam2011-04-151-2/+2
* Add driver capa flag for EAPOL TX status and store capa in hostapdJouni Malinen2011-03-291-0/+5
* random: Read /dev/random in the background with eloop read socketJouni Malinen2011-03-221-0/+5
* Update copyright notices to include the new yearJouni Malinen2011-02-271-2/+2
* hostapd: Add iface-name wpa_msg() callback registrationBen Greear2011-02-061-0/+11
* hostapd: Allow logging to fileBen Greear2011-02-061-1/+14
* AP: Add wpa_msg() events for EAP server state machineGregory Detal2010-04-071-0/+1
* Preparations for v0.7.1 releaseJouni Malinen2010-01-161-2/+2
* hostapd: Fix deinit on initialization failureJouni Malinen2010-01-031-0/+2
* Split hostapd_interface_deinit() into deinit and free partsJouni Malinen2009-12-271-17/+16
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-4/+4
* Get rid of direct hostapd_for_each_interface() callsJouni Malinen2009-12-251-3/+4
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-251-0/+3
* Move driver deinitialization away from hostapd.cJouni Malinen2009-12-251-2/+16
* Clean up some of the hostapd.h function prototype definitionsJouni Malinen2009-12-251-0/+13
* Move authentication server setup into separate fileJouni Malinen2009-12-251-6/+0
* Move hostapd driver initialization away from hostapd.cJouni Malinen2009-12-251-1/+53
* Move wps_hostapd.c into src/apJouni Malinen2009-12-251-0/+1
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-2/+2
* Move hostapd configuration parser into separate fileJouni Malinen2009-12-241-0/+2
* hostapd: Call os_program_{init,deinit}()Jouni Malinen2009-12-191-0/+5
* eloop: Remove global user data pointerJouni Malinen2009-12-191-9/+9
* Make hostapd_for_each_interface() take context pointer as argumentJouni Malinen2009-12-191-7/+12
* Remove src/crypto from default include pathJouni Malinen2009-11-291-3/+3
* Conver hostapd specific files to include common.hJouni Malinen2009-11-291-1/+2
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* Fix use-after-free issue with pid_file in hostapd terminationJouni Malinen2009-11-101-1/+1
* Figure out absolute path for the pid file before daemonizingJouni Malinen2009-08-151-2/+4
* Move hostapd_init() into main.cJouni Malinen2009-03-261-0/+64
* Move main() and configuration file related functions into main.cJouni Malinen2009-03-261-0/+406