aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
...
* P2P: Add preliminary P2P Manager AP support for hostapdJouni Malinen2010-09-093-0/+87
* WPS: Fix CONFIG_WPS_STRICT build optionJouni Malinen2010-09-091-5/+5
* WPS 2.0: Make WSC 2.0 support to be build option (CONFIG_WPS2)Jouni Malinen2010-09-093-0/+7
* WPS 2.0: Validate WPS attributes in management frames and WSC messagesJouni Malinen2010-09-091-0/+5
* WPS 2.0: Add virtual/physical display and pushbutton config methodsJouni Malinen2010-09-091-2/+3
* WPS 2.0: Add support for AuthorizedMACs attributeJouni Malinen2010-09-093-5/+23
* Fix hostapd build with CONFIG_IEEE80211N but without NEED_AP_MLMEJouni Malinen2010-09-051-2/+2
* WPS: Add support for dynamic AP PIN managementJouni Malinen2010-08-244-2/+112
* EAP server: Add support for configuring fragment sizeJouni Malinen2010-07-202-0/+5
* Fix a typo in Disassociation frame buildingJouni Malinen2010-07-171-1/+1
* Preparations for 0.7.2 releaseJouni Malinen2010-04-181-0/+27
* WPS: Include CONFIG_EAP automatically if WPS is enabledJouni Malinen2010-04-171-0/+1
* Support for Solaris default shell restrictionMasashi Honma2010-04-171-1/+1
* hostapd_cli: Add deauth/disassoc commands to usage helpJouni Malinen2010-04-111-0/+2
* Allow advertising of U-APSD functionality in BeaconYogesh Ashok Powar2010-04-112-0/+6
* Use more os.h wrapper functions in hostapd_cliJouni Malinen2010-04-071-6/+7
* Add support for action scripts in hostapd_cliGregory Detal2010-04-072-21/+146
* AP: Add wpa_msg() events for EAP server state machineGregory Detal2010-04-071-0/+1
* hostapd: Use cp -f in make installMichael Buesch2010-04-061-1/+1
* Add test commands for sending deauth/disassoc without dropping stateJouni Malinen2010-03-292-4/+62
* Add deauthenticate/disassociate ctrl_iface commandsJouni Malinen2010-03-292-0/+78
* Fix a typo in r1kh config parameter descriptionJouni Malinen2010-03-071-1/+1
* Remove unneeded CONFIG_EAP commentsJouni Malinen2010-03-061-1/+0
* Rename EAP server source files to avoid duplicate namesJouni Malinen2010-02-191-21/+21
* Preparations for v0.7.1 releaseJouni Malinen2010-01-164-5/+32
* hostapd: Detect bridge interface automaticallyJouni Malinen2010-01-161-3/+11
* Fix linking of nt_password_hashJouni Malinen2010-01-161-1/+12
* Verify that os_get_random() success for SA Query idJouni Malinen2010-01-101-2/+2
* Close config file on error pathJouni Malinen2010-01-091-0/+1
* bsd: Add support for WPA_TRACE and WPA_TRACE_BFDMasashi Honma2010-01-091-0/+10
* Remove src/drivers/scan_helpers.cJouni Malinen2010-01-031-1/+0
* 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
* Include header files explicitly in *.c, not via header filesJouni Malinen2009-12-261-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-265-25/+25
* 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-2511-3186/+8
* Move driver deinitialization away from hostapd.cJouni Malinen2009-12-253-12/+16
* Clean up some of the hostapd.h function prototype definitionsJouni Malinen2009-12-258-11/+77
* Move hostapd_prune_associations() into ap/utils.cJouni Malinen2009-12-251-46/+1
* Move WPA authenticator glue code into a separate fileJouni Malinen2009-12-254-442/+502
* Move authentication server setup into separate fileJouni Malinen2009-12-253-188/+4
* Move iapp.c into src/apJouni Malinen2009-12-255-582/+3
* Move ctrl_iface_ap.c into src/apJouni Malinen2009-12-254-131/+2
* Move hostapd driver initialization away from hostapd.cJouni Malinen2009-12-253-52/+56
* hostapd: Do not call eloop_terminate() on interface setup failureJouni Malinen2009-12-251-2/+1
* Move wps_hostapd.c into src/apJouni Malinen2009-12-258-957/+7
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-2550-16718/+90
* Remove direct driver calls from tkip_countermeasures.cJouni Malinen2009-12-254-12/+13
* Remove direct driver calls from ieee802_11.cJouni Malinen2009-12-254-35/+38