aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/hostapd.c
Commit message (Expand)AuthorAgeFilesLines
* Interworking: Add GAS server support for AP modeJay Katabathuni2012-02-261-0/+12
* Clear WEP configuration on interface deinitShan Palanisamy2012-02-161-0/+10
* Split hostapd_cleanup_iface() into two partsShan Palanisamy2012-02-161-7/+13
* Split hostapd_cleanup() into two partsShan Palanisamy2012-02-161-14/+20
* Move hostapd_for_each_interface() and hapd_interfaces into src/apJouni Malinen2012-02-161-0/+17
* hostapd: Make sure ctrl_iface is not initialized multiple timesShan Palanisamy2012-02-161-0/+1
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-111-8/+2
* AP: Convert some wpa_printf to wpa_msg/dbgBen Greear2011-12-101-3/+4
* Convert hostapd_prepare_rates() to use struct hostapd_ifaceJouni Malinen2011-12-031-1/+1
* Merge set_rate_sets() driver_ops into set_ap()Jouni Malinen2011-12-031-0/+2
* Remove unused valid_bss_mask driver_opsJouni Malinen2011-10-291-12/+0
* Add support for Time AdvertisementJouni Malinen2011-10-181-0/+2
* AP: Reorder WPA/Beacon initializationJouni Malinen2011-08-091-2/+7
* hostapd: Clear keys configured when hostapd reloads configurationYogesh Ashok Powar2011-07-051-0/+2
* atheros: Fix auth_alg configuration for static WEPKen Zhu2011-05-201-0/+6
* WPS UPnP: Fix UPnP initialization for non-bridge case with some driversVinay Adella2011-05-191-0/+11
* wpa_s AP mode: complete only when setup is completeJohannes Berg2011-03-191-0/+3
* nl80211: Extend bridge add/del operations for secondary BSSesJouni Malinen2011-03-151-1/+3
* Flush STA entries in hostapd when clearing STAs from kernelJouni Malinen2011-02-101-0/+1
* hostapd: Fix RADIUS client configuration update on reconfigJouni Malinen2011-02-101-4/+9
* AP: Enable WMM with default parameters by default for HTJohannes Berg2011-02-011-3/+3
* Use set_key addr to distinguish default and multicast keysJouni Malinen2011-01-091-4/+3
* Move hostap driver specific workaround into the driver wrapperJouni Malinen2011-01-091-11/+3
* Do not use set_tx=1 when clearing keys with set_keyJouni Malinen2011-01-091-2/+2
* Get rid of struct hostapd_driver_ops abstractionJouni Malinen2010-11-241-3/+2
* hostapd_driver_ops reductionJouni Malinen2010-11-241-17/+18
* hostapd_driver_ops reductionJouni Malinen2010-11-241-4/+4
* hostapd: Fix config reload for multi-BSSFelix Fietkau2010-11-091-30/+39
* Fix rate table handlingFelix Fietkau2010-11-091-0/+11
* hostapd: Set operstate UP when initializing AP modeJouni Malinen2010-10-261-0/+3
* P2P: Disable periodic NoA when non-P2P STA is connectedJouni Malinen2010-09-091-0/+10
* P2P: Preparations for adding P2P IE into Beacon/Probe Response framesJouni Malinen2010-09-091-0/+7
* Fix driver operation order in configuration reloadingJouni Malinen2010-05-291-5/+5
* Update WPS IE on hostapd reconfigurationAndriy Tkachuk2010-05-021-0/+1
* Add wpa_supplicant AP mode events for Public Action framesJouni Malinen2010-04-111-4/+3
* Simplify driver_ops for virtual interface add/removeJouni Malinen2010-04-111-1/+3
* Fix WPA/RSN IE update on reconfig with set_generic_elem()Andriy Tkachuk2010-04-061-2/+9
* Avoid crash after driver init failureJouni Malinen2010-03-071-1/+1
* hostapd: Fix interface selection for the nl80211 driverFelix Fietkau2010-03-061-1/+2
* ap: Reorder authsrv_init() to fix IEEE 802.1X initializationChristian Lamparter2010-01-171-3/+3
* Split hostapd_interface_deinit() into deinit and free partsJouni Malinen2009-12-271-0/+6
* Replace src/ap/driver_i.h with non-inlined functions in ap_drv_ops.cJouni Malinen2009-12-261-1/+1
* Remove ap_config.h dependency from driver_i.hJouni Malinen2009-12-261-0/+1
* Rename some src/ap files to avoid duplicate file namesJouni Malinen2009-12-261-15/+15
* Move rest of the generic AP mode functionality into src/apJouni Malinen2009-12-251-0/+870