aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/config.c
Commit message (Expand)AuthorAgeFilesLines
* Move generic AP functionality implementation into src/apJouni Malinen2009-12-251-604/+0
* Move wpa_drivers dependency into config_file.cJouni Malinen2009-12-241-12/+0
* Move hostapd configuration parser into separate fileJouni Malinen2009-12-241-2017/+3
* hostapd: Add WDS (4-address frame) mode with per-station interfacesFelix Fietkau2009-12-241-0/+2
* Fix memory leak in config freeingJouni Malinen2009-12-211-0/+2
* AP: Allow both WPA passphrase and PSK to be configuredJouni Malinen2009-12-211-18/+28
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-091-3/+0
* Remove unnecessary CONFIG_IEEE80211N useJouni Malinen2009-12-061-4/+1
* 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