Remove src/crypto from default include path
[libeap.git] / hostapd / hostapd.c
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenMake HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUM...
2009-11-29 Jouni MalinenMove EAPOL authenticator state machine into src/eapol_auth
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenInclude sta_flags.h explicitly, not via sta_info.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-29 Jouni MalinenRemove unused/unneeded IEEE 802.11n definitions
2009-11-23 Jouni MalinenRemove deprecated driver_ops handlers
2009-11-23 Jouni MalinenMerge set_beacon driver_ops into a single one
2009-06-12 Jouni MalinenAdd generic infrastructure for Probe Request callbacks
2009-04-22 Jouni MalinenRemove unused set_broadcast_ssid() driver op
2009-04-22 Jouni MalinenRemove the unused set_ieee80211d driver op
2009-04-22 Jouni MalinenMove default_wep_key variable into EAPOL authenticator...
2009-04-16 Jouni MalinenClean up HT40 scan and share nl80211 scanning code
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenRemove flags parameter from send_mgmt_frame() driver op
2009-04-03 Jouni MalinenFix some multi-BSSID configuration operations
2009-04-03 Jouni MalinenMerge wireless_event_{,de}init() into {,de}init() driver op
2009-03-30 Jouni MalinenMake channel number available to set_freq()
2009-03-27 Jouni MalinenUpdate driver SSID and 802.1X/WPA parameters on configu...
2009-03-26 Jouni MalinenMove hostapd_init() into main.c
2009-03-26 Jouni MalinenRemove shadowed variable
2009-03-26 Jouni MalinenMove main() and configuration file related functions...
2009-03-25 Jouni MalinenMove hostapd driver_ops to use similar set_key with...
2009-03-25 Jouni MalinenMove STA entry structure into sta_info.h and remove...
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-12 Jouni MalinenAllow more complex BSSID masks to be used for multi...
2009-03-12 Jouni MalinenMove DTIM period configuration into Beacon set operation
2009-03-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-01-30 Jouni MalinenDo not use country_code default (was: US)
2009-01-12 Jouni MalinenFixed CONFIG_NO_HOSTAPD_LOGGER build
2009-01-10 Jouni MalinenFixed build with 802.11n disabled
2009-01-09 Jouni MalinenCleaned up main() by splitting it into number of helper...
2009-01-09 Jouni MalinenMoved driver callback functions from hostapd.c to a...
2009-01-09 Jouni MalinenMoved TKIP countermeasures from hostapd.c to its own...
2009-01-09 Jouni MalinenCleanup: move related functions closer to eachother
2009-01-09 Jouni MalinenFixed TKIP countermeasueres for drivers that do not...
2009-01-09 Jouni MalinenAdd wrapper functions for IEEE 802.11 driver calls...
2009-01-09 Jouni MalinenUse a wrapper function for ieee802_1x_receive() to...
2009-01-09 Jouni MalinenMoved disassociation processing away from driver_*.c
2009-01-09 Jouni MalinenMoved WPA setup etc. association processing away from...
2009-01-09 Jouni MalinenMove RX-from-unknown-STA processing away from driver_*.c
2009-01-09 Jouni MalinenMoved TX status processing for STA entries away from...
2009-01-09 Jouni MalinenMoved rfc1042_header into driver_*.c that use it
2009-01-08 Jouni MalinenSplit hostapd/driver.h into two files
2009-01-08 Jouni MalinenReplaced printf() with wpa_printf()
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-06 Jouni MalinenPreparations for 0.6.7 release
2008-12-31 Jouni MalinenClear BIP keys, too, when removing broadcast keys with...
2008-12-26 Jouni MalinenAdd RADIUS server support for identity selection hint...
2008-11-30 Jouni MalinenClear various flags on re-association to allow key_mgmt...
2008-11-26 Jouni MalinenAdded option to distinguish non-HT and HT20 in set_freq
2008-11-25 Jouni Malinennl80211: Add support for setting channel frequency...
2008-11-23 Jouni MalinenAdded preliminary Wi-Fi Protected Setup (WPS) implement...
2008-11-21 Jouni MalinenRemove experimental non-AP STA code from hostapd
2008-11-21 Jouni MalinenRemove overly complex hostapd setup sequence with n...
2008-11-21 Jouni MalinenRemoved forgotten register_drivers() prototype
2008-11-21 Jouni MalinenRemoved partial IEEE 802.11h implementation
2008-11-06 Jouni MalinenAdded support for enforcing frequent PTK rekeying
2008-10-29 Jouni MalinenSet TX queue parameters during initialization
2008-10-19 Jouni MalinenEAP-FAST: Allow A-ID and A-ID-Info to be configured...
2008-10-08 Jouni MalinenEAP-FAST: Make PAC-Key lifetime values configurable
2008-10-08 Jouni MalinenEAP-FAST: Added support for disabling anonymous/authent...
2008-10-01 Jouni MalinenSilenced some of the driver-related messages for driver...
2008-08-22 Jouni MalinenDo not store dynamic HT IEs in configuration structures
2008-08-08 Jouni MalinenFixed a NULL pointer dereference when driver initializa...
2008-08-03 Jouni MalinenAdded support for opportunistic key caching (OKC)
2008-06-17 Jouni MalinenAdded WLAN_STA_MFP flag for driver wrappers so that...
2008-04-16 Michael BernhardDisable functionality in hostapd_deauth_all_stas for...
2008-03-09 Jouni MalinenTNC: Provide 'tnc' configuration option for EAP server...
2008-03-09 Jouni MalinenTNC: Added preliminary TNC implementation for hostapd
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...