Remove src/crypto from default include path
[libeap.git] / hostapd / config.c
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-29 Jouni MalinenAllocate sta->ht_capabilities dynamically
2009-11-29 Jouni MalinenConver hostapd specific files to include common.h
2009-11-29 Jouni MalinenRemove src/common from default header file path
2009-11-28 Jouni MalinenMove acct_interim_interval away from RADIUS client...
2009-04-17 Jouni Malinenhostapd: Remove unused passive scan functionality
2009-04-09 Jouni MalinenMerge hostapd driver init functions into one
2009-04-09 Jouni MalinenMerge wpa_supplicant and hostapd driver wrapper impleme...
2009-04-02 Jouni MalinenFix RSN parameter setting for multi-BSS case
2009-03-27 Masashi HonmaFix: Loop in driver selection routine
2009-03-26 Jouni MalinenRename struct wpa_driver_ops to hapd_driver_ops
2009-03-26 Jouni MalinenGet rid of couple of shadowed variable warnings
2009-03-25 Jouni MalinenInclude config.h explicitly into files that actually...
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-04 Jouni MalinenWMM cleanup (WME -> WMM rename, comments, etc.)
2009-01-30 Jouni MalinenDo not use country_code default (was: US)
2009-01-29 Jouni MalinenWPS: Add support for external Registrars using UPnP...
2009-01-24 Jouni MalinenDo not forget wpa_passphrase so that WPS can use it
2009-01-23 Jouni MalinenAdded ap_settings option for overriding WPS AP Settings...
2009-01-23 Jouni MalinenFree extra_cred when freeing configuration
2009-01-21 Jouni MalinenAdded wps_cred_processing configuration option for...
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-12 Jouni MalinenFixed a typo in printf -> wpa_printf changes
2009-01-12 Jouni MalinenAdded build option for disabling control interface...
2009-01-12 Jouni MalinenAdded build option for removing VLAN support (CONFIG_NO...
2009-01-12 Jouni MalinenComment out RADIUS configuration parsing if RADIUS...
2009-01-12 Jouni MalinenReplaced printf() calls with wpa_printf()
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-03 Jouni MalinenFixed sparse warnings about integer vs. pointer use
2008-12-26 Jouni MalinenUpdated SA Query procedure to use timeouts per 802...
2008-12-17 Jouni MalinenDo not allow HT with WPA/WPA2 to be enabled without...
2008-11-29 Jouni MalinenWPS: Add length limits to device attribute strings
2008-11-24 Jouni MalinenAdded support for configuring secondary channel offset...
2008-11-24 Jouni MalinenRename [40HT] to [HT40] in ht_capab
2008-11-24 Jouni MalinenAdded IEEE 802.11n HT capability configuration (ht_capab)
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 MalinenRemoved partial IEEE 802.11h implementation
2008-11-06 Jouni MalinenAdded support for enforcing frequent PTK rekeying
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-08-31 Jouni MalinenAdded support for using SHA256-based stronger key deriv...
2008-08-31 Jouni MalinenIEEE 802.11w: Added association ping
2008-08-28 Jouni MalinenAdded support for setting VLAN ID for STAs based on...
2008-08-22 Jouni MalinenMoved IEEE 802.11n parameter to be per-radio instead...
2008-08-22 Jouni MalinenDo not store dynamic HT IEs in configuration structures
2008-08-22 Tomas WinklerAdd Intel copyright for files with 802.11n Intel changes
2008-08-21 Jouni MalinenAdd configuration option for enabling optional use...
2008-08-21 Jouni MalinenAdd preliminary IEEE 802.11n support into hostapd
2008-08-03 Jouni MalinenAdded support for opportunistic key caching (OKC)
2008-06-03 Jouni MalinenIntroduced new helper function is_zero_ether_addr()
2008-03-09 Jouni MalinenTNC: Added preliminary TNC implementation for hostapd
2008-02-28 Jouni MalinenAdded max_listen_interval configuration option
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...