aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/hostapd.c
Commit message (Expand)AuthorAgeFilesLines
* Move internal EAPOL authenticator defines into their own fileJouni Malinen2009-11-291-0/+1
* Remove src/crypto from default include pathJouni Malinen2009-11-291-9/+9
* Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATEJouni Malinen2009-11-291-113/+0
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-291-1/+1
* Conver hostapd specific files to include common.hJouni Malinen2009-11-291-0/+1
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-291-2/+1
* Remove unused/unneeded IEEE 802.11n definitionsJouni Malinen2009-11-291-6/+0
* Remove deprecated driver_ops handlersJouni Malinen2009-11-231-5/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-231-2/+0
* Add generic infrastructure for Probe Request callbacksJouni Malinen2009-06-121-0/+26
* Remove unused set_broadcast_ssid() driver opJouni Malinen2009-04-221-8/+0
* Remove the unused set_ieee80211d driver opJouni Malinen2009-04-221-7/+0
* Move default_wep_key variable into EAPOL authenticator dataJouni Malinen2009-04-221-7/+0
* Clean up HT40 scan and share nl80211 scanning codeJouni Malinen2009-04-161-6/+33
* Merge hostapd driver init functions into oneJouni Malinen2009-04-091-5/+3
* Remove flags parameter from send_mgmt_frame() driver opJouni Malinen2009-04-091-1/+1
* Fix some multi-BSSID configuration operationsJouni Malinen2009-04-031-9/+10
* Merge wireless_event_{,de}init() into {,de}init() driver opJouni Malinen2009-04-031-6/+0
* Make channel number available to set_freq()Jouni Malinen2009-03-301-0/+1
* Update driver SSID and 802.1X/WPA parameters on configuration reloadJouni Malinen2009-03-271-0/+10
* Move hostapd_init() into main.cJouni Malinen2009-03-261-64/+1
* Remove shadowed variableJouni Malinen2009-03-261-2/+1
* Move main() and configuration file related functions into main.cJouni Malinen2009-03-261-406/+37
* Move hostapd driver_ops to use similar set_key with wpa_supplicantJouni Malinen2009-03-251-21/+18
* Move STA entry structure into sta_info.h and remove ap.hJouni Malinen2009-03-251-2/+1
* Rename EAP server defines from EAP_* to EAP_SERVER_*Jouni Malinen2009-03-251-4/+4
* Allow more complex BSSID masks to be used for multi-BSSIDJouni Malinen2009-03-121-2/+16
* Move DTIM period configuration into Beacon set operationJouni Malinen2009-03-121-6/+0
* WMM cleanup (WME -> WMM rename, comments, etc.)Jouni Malinen2009-03-041-2/+2
* Do not use country_code default (was: US)Jouni Malinen2009-01-301-5/+7
* Fixed CONFIG_NO_HOSTAPD_LOGGER buildJouni Malinen2009-01-121-0/+4
* Fixed build with 802.11n disabledJouni Malinen2009-01-101-0/+1
* Cleaned up main() by splitting it into number of helper functionsJouni Malinen2009-01-091-93/+136
* Moved driver callback functions from hostapd.c to a new fileJouni Malinen2009-01-091-236/+17
* Moved TKIP countermeasures from hostapd.c to its own fileJouni Malinen2009-01-091-73/+3
* Cleanup: move related functions closer to eachotherJouni Malinen2009-01-091-50/+43
* Fixed TKIP countermeasueres for drivers that do not use hostapd MLMEJouni Malinen2009-01-091-0/+71
* Add wrapper functions for IEEE 802.11 driver calls into driver.hJouni Malinen2009-01-091-0/+20
* Use a wrapper function for ieee802_1x_receive() to avoid ieee802_1x.hJouni Malinen2009-01-091-0/+7
* Moved disassociation processing away from driver_*.cJouni Malinen2009-01-091-0/+23
* Moved WPA setup etc. association processing away from driver_*.cJouni Malinen2009-01-091-0/+69
* Move RX-from-unknown-STA processing away from driver_*.cJouni Malinen2009-01-091-0/+20
* Moved TX status processing for STA entries away from driver_*.cJouni Malinen2009-01-091-0/+18
* Moved rfc1042_header into driver_*.c that use itJouni Malinen2009-01-091-2/+0
* Split hostapd/driver.h into two filesJouni Malinen2009-01-081-1/+1
* Replaced printf() with wpa_printf()Jouni Malinen2009-01-081-78/+93
* Moved documentation from developer.txt into source code filesJouni Malinen2009-01-081-0/+9
* Preparations for 0.6.7 releaseJouni Malinen2009-01-061-2/+2
* Clear BIP keys, too, when removing broadcast keys with MFP enabledJouni Malinen2008-12-311-0/+13