Initialize hapd->nr_db in hostapd_alloc_bss_data()
[mech_eap.git] / src / ap / hostapd.c
2013-11-06 Jouni MalinenRemove unused hostapd_cleanup_iface_pre()
2013-11-06 Jouni Malinenhostapd: Add more debug prints to deinit path
2013-11-05 Jouni MalinenRestore hapd->interface_added tracking to core hostapd
2013-11-05 Jouni Malinenhostapd: Deinit ctrl_iface in case of add interface...
2013-11-05 Jouni MalinenFix removal of a BSS that has not yet been fully initia...
2013-11-05 Jouni MalinenRemove all BSSs on removal of the first one
2013-11-05 Jouni Malinenhostapd: Do not terminate process on dynamic interface...
2013-11-03 Jouni MalinenDocument AP mode startup functions
2013-11-03 Jouni Malinenhostapd: Use correct wpa_printf verbosity level for...
2013-11-03 Jouni Malinenhostapd: Use start_ctrl_iface() from hostapd_add_iface()
2013-11-03 Jouni MalinenFix AP mode QoS Map configuration to be per-BSS
2013-11-03 Jouni MalinenDFS: Convert hostapd_data use to hostapd_iface
2013-11-03 Jouni Malinenhostapd: Fill in phyname automatically
2013-11-03 Jouni Malinenhostapd: Add ctrl_iface STATUS command
2013-11-03 Jouni Malinenhostapd: Add AP-ENABLED/DISABLED ctrl_iface events
2013-11-03 Jouni Malinenhostapd: Track interface state
2013-11-03 Jouni Malinenhostapd: Wait for channel list update after country...
2013-11-03 Jouni Malinenhostapd: Move ctrl_iface initialization to happen earlier
2013-11-03 Jouni Malinenhostapd: Simplify interface initialization
2013-11-03 Jouni Malinenhostapd: Fix ENABLE failure to not remove interface
2013-10-31 Jouni MalinenAllow add-BSS operation to re-use existing netdev
2013-10-31 Jouni Malinenhostapd: Allow a single BSS to be removed from an interface
2013-10-31 Kyeyoon Parkhostapd: Allow a single BSS to be added to an interface
2013-10-31 Kyeyoon Parkhostapd: Make hostapd_interface_init_bss() available...
2013-10-31 Kyeyoon Parkhostapd: Make hostapd_init() available externally
2013-10-31 Kyeyoon Parkhostapd: Allow the first BSS in a multi-BSS setup to...
2013-10-31 Kyeyoon Parkhostapd: Fix error path in hostapd_add_iface()
2013-10-31 Michal KaziorDFS: Add support for multi-BSS
2013-10-29 Jouni Malinenhostapd: Validate configuration parameters on RELOAD...
2013-10-29 Jouni Malinenhostapd: Make hostapd_config::bss array of pointers
2013-10-29 Jouni Malinenhostapd: Force PSK to be derived again on BSS reload
2013-10-29 Jouni Malinenhostapd: Reuse hostapd_clear_old() for RELOAD command
2013-10-17 Janusz Dziedzichostapd: Add AP DFS support
2013-09-25 Jouni MalinenAvoid compiler warning with CONFIG_NO_STDOUT_DEBUG=y
2013-09-25 Jouni MalinenAllow hostapd config file for dynamically added interface
2013-09-25 Jouni MalinenDo not clear hostapd configuration parameters on disabl...
2013-08-31 Michal Kaziorhostapd: Add Automatic Channel Selection (ACS) support
2013-08-07 Michael BraunWEP: Remove VLAN support from hostapd
2013-07-20 Sujith Manoharanhostapd: Add a config option to control beaconing
2013-05-24 Jouni MalinenDo not set driver MAC ACL unless driver supports this
2013-05-24 Vivek Natarajanhostapd: Support MAC address based access control list
2013-03-31 Jouni MalinenWPS AP: Add support for reconfiguration with in-memory...
2013-01-12 Johannes Berghostapd: Allow configuring driver to VHT
2012-11-20 Jouni MalinenAdd preliminary support for using SQLite for eap_user...
2012-11-11 Jouni MalinenCheck hapd_iface more consistently in hostapd_disable_i...
2012-09-26 Raja ManiInclude connected time in AP mode STA-* commands
2012-08-25 Shan Palanisamyhostapd: Add global ctrl_iface commands for adding...
2012-08-25 Shan Palanisamyhostapd: Add ctrl_iface for enabling/reloading/disablin...
2012-08-25 Jouni MalinenMove hostapd global callback functions into hapd_interfaces
2012-08-07 Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-06-17 Jouni MalinenRADIUS DAS: Support Chargeable-User-Identity with Disco...
2012-06-17 Jouni MalinenRADIUS DAS: Add support for Disconnect-Request
2012-06-17 Jouni MalinenRADIUS DAS: Validate Event-Timestamp
2012-05-06 Jouni MalinenAdd preliminary RADIUS dynamic authorization server...
2012-04-11 Jouni MalinenAP: Reschedule ap_handle_timer event on (re)association
2012-04-03 Jouni MalinenChange reason code for AP mode BSS termination to 3
2012-02-26 Jay KatabathuniInterworking: Add GAS server support for AP mode
2012-02-16 Shan PalanisamyClear WEP configuration on interface deinit
2012-02-16 Shan PalanisamySplit hostapd_cleanup_iface() into two parts
2012-02-16 Shan PalanisamySplit hostapd_cleanup() into two parts
2012-02-16 Jouni MalinenMove hostapd_for_each_interface() and hapd_interfaces...
2012-02-16 Shan Palanisamyhostapd: Make sure ctrl_iface is not initialized multip...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-12-10 Ben GreearAP: Convert some wpa_printf to wpa_msg/dbg
2011-12-03 Jouni MalinenConvert hostapd_prepare_rates() to use struct hostapd_iface
2011-12-03 Jouni MalinenMerge set_rate_sets() driver_ops into set_ap()
2011-10-29 Jouni MalinenRemove unused valid_bss_mask driver_ops
2011-10-17 Jouni MalinenAdd support for Time Advertisement
2011-08-09 Jouni MalinenAP: Reorder WPA/Beacon initialization
2011-07-05 Yogesh Ashok Powarhostapd: Clear keys configured when hostapd reloads...
2011-05-20 Ken Zhuatheros: Fix auth_alg configuration for static WEP
2011-05-19 Vinay AdellaWPS UPnP: Fix UPnP initialization for non-bridge case...
2011-03-19 Johannes Bergwpa_s AP mode: complete only when setup is complete
2011-03-15 Jouni Malinennl80211: Extend bridge add/del operations for secondary...
2011-02-10 Jouni MalinenFlush STA entries in hostapd when clearing STAs from...
2011-02-10 Jouni Malinenhostapd: Fix RADIUS client configuration update on...
2011-02-01 Johannes BergAP: Enable WMM with default parameters by default for HT
2011-01-09 Jouni MalinenUse set_key addr to distinguish default and multicast...
2011-01-09 Jouni MalinenMove hostap driver specific workaround into the driver...
2011-01-09 Jouni MalinenDo not use set_tx=1 when clearing keys with set_key
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-09 Felix Fietkauhostapd: Fix config reload for multi-BSS
2010-11-09 Felix FietkauFix rate table handling
2010-10-26 Jouni Malinenhostapd: Set operstate UP when initializing AP mode
2010-09-09 Jouni MalinenP2P: Disable periodic NoA when non-P2P STA is connected
2010-09-09 Jouni MalinenP2P: Preparations for adding P2P IE into Beacon/Probe...
2010-05-29 Jouni MalinenFix driver operation order in configuration reloading
2010-05-02 Andriy TkachukUpdate WPS IE on hostapd reconfiguration
2010-04-11 Jouni MalinenAdd wpa_supplicant AP mode events for Public Action...
2010-04-11 Jouni MalinenSimplify driver_ops for virtual interface add/remove
2010-04-06 Andriy TkachukFix WPA/RSN IE update on reconfig with set_generic_elem()
2010-03-07 Jouni MalinenAvoid crash after driver init failure
2010-03-06 Felix Fietkauhostapd: Fix interface selection for the nl80211 driver
2010-01-17 Christian Lamparterap: Reorder authsrv_init() to fix IEEE 802.1X initializ...
2009-12-27 Jouni MalinenSplit hostapd_interface_deinit() into deinit and free...
2009-12-25 Jouni MalinenReplace src/ap/driver_i.h with non-inlined functions...
2009-12-25 Jouni MalinenRemove ap_config.h dependency from driver_i.h
2009-12-25 Jouni MalinenRename some src/ap files to avoid duplicate file names
next