aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/config.c
Commit message (Expand)AuthorAgeFilesLines
* Remove src/crypto from default include pathJouni Malinen2009-11-291-4/+4
* Allocate sta->ht_capabilities dynamicallyJouni Malinen2009-11-291-0/+1
* Conver hostapd specific files to include common.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* Move acct_interim_interval away from RADIUS client configurationJouni Malinen2009-11-281-1/+1
* hostapd: Remove unused passive scan functionalityJouni Malinen2009-04-171-6/+0
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-7/+1
* Merge wpa_supplicant and hostapd driver wrapper implementationsJouni Malinen2009-04-091-7/+7
* Fix RSN parameter setting for multi-BSS caseJouni Malinen2009-04-021-20/+21
* Fix: Loop in driver selection routineMasashi Honma2009-03-271-1/+1
* Rename struct wpa_driver_ops to hapd_driver_opsJouni Malinen2009-03-261-2/+2
* Get rid of couple of shadowed variable warningsJouni Malinen2009-03-261-4/+4
* Include config.h explicitly into files that actually use itJouni Malinen2009-03-251-0/+1
* Move STA entry structure into sta_info.h and remove ap.hJouni Malinen2009-03-251-0/+1
* Rename EAP server defines from EAP_* to EAP_SERVER_*Jouni Malinen2009-03-251-8/+8
* WMM cleanup (WME -> WMM rename, comments, etc.)Jouni Malinen2009-03-041-21/+23
* Do not use country_code default (was: US)Jouni Malinen2009-01-301-2/+6
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-0/+23
* Do not forget wpa_passphrase so that WPS can use itJouni Malinen2009-01-241-5/+0
* Added ap_settings option for overriding WPS AP Settings in M7Jouni Malinen2009-01-231-0/+11
* Free extra_cred when freeing configurationJouni Malinen2009-01-231-0/+1
* Added wps_cred_processing configuration option for hostapdJouni Malinen2009-01-211-0/+2
* Added an option to add (or override) Credential attribute(s) in M8Jouni Malinen2009-01-161-0/+21
* Fixed a typo in printf -> wpa_printf changesJouni Malinen2009-01-121-2/+3
* Added build option for disabling control interface (CONFIG_NO_CTRL_IFACE)Jouni Malinen2009-01-121-0/+2
* Added build option for removing VLAN support (CONFIG_NO_VLAN)Jouni Malinen2009-01-121-0/+4
* Comment out RADIUS configuration parsing if RADIUS client support isJouni Malinen2009-01-121-0/+4
* Replaced printf() calls with wpa_printf()Jouni Malinen2009-01-121-218/+251
* Moved documentation from developer.txt into source code filesJouni Malinen2009-01-081-2/+19
* Fixed sparse warnings about integer vs. pointer useJouni Malinen2009-01-031-3/+3
* Updated SA Query procedure to use timeouts per 802.11w/D7.0Jouni Malinen2008-12-261-12/+14
* Do not allow HT with WPA/WPA2 to be enabled without CCMPJouni Malinen2008-12-171-0/+10
* WPS: Add length limits to device attribute stringsJouni Malinen2008-11-291-0/+25
* Added support for configuring secondary channel offset for HT40Jouni Malinen2008-11-241-1/+7
* Rename [40HT] to [HT40] in ht_capabJouni Malinen2008-11-241-1/+1
* Added IEEE 802.11n HT capability configuration (ht_capab)Jouni Malinen2008-11-241-5/+58
* Added preliminary Wi-Fi Protected Setup (WPS) implementationJouni Malinen2008-11-231-0/+74
* Remove experimental non-AP STA code from hostapdJouni Malinen2008-11-211-7/+0
* Removed partial IEEE 802.11h implementationJouni Malinen2008-11-211-2/+0
* Added support for enforcing frequent PTK rekeyingJouni Malinen2008-11-061-0/+2
* EAP-FAST: Allow A-ID and A-ID-Info to be configured separatelyJouni Malinen2008-10-191-2/+21
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-081-0/+6
* EAP-FAST: Added support for disabling anonymous/authenticated provisioningJouni Malinen2008-10-081-0/+6
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-311-0/+6
* IEEE 802.11w: Added association pingJouni Malinen2008-08-311-1/+21
* Added support for setting VLAN ID for STAs based on local MAC ACLJouni Malinen2008-08-281-9/+32
* Moved IEEE 802.11n parameter to be per-radio instead of per-BSSJouni Malinen2008-08-221-3/+3
* Do not store dynamic HT IEs in configuration structuresJouni Malinen2008-08-221-49/+5
* Add Intel copyright for files with 802.11n Intel changesTomas Winkler2008-08-221-0/+1
* Add configuration option for enabling optional use of short preambleJouni Malinen2008-08-211-0/+5