aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in config freeingJouni Malinen2009-12-211-0/+2
* Copy config_methods and device_type configuration for AP modeJouni Malinen2009-12-211-3/+3
* WPS: Make Config Methods configurable for wpa_supplicantJouni Malinen2009-12-212-11/+4
* WPS: Add option for forcing Registrar to use PSK format in CredentialJouni Malinen2009-12-211-0/+5
* AP: Allow both WPA passphrase and PSK to be configuredJouni Malinen2009-12-211-18/+28
* Describe tracing build options for developersJouni Malinen2009-12-201-0/+10
* Add option libbfd support for tracing codeJouni Malinen2009-12-201-1/+8
* hostapd_cli: Use os_program_{init,deinit}Jouni Malinen2009-12-191-0/+4
* Add memory allocation analyzer to verify OS wrapper useJouni Malinen2009-12-191-0/+4
* hostapd: Call os_program_{init,deinit}()Jouni Malinen2009-12-191-0/+5
* eloop: Remove global user data pointerJouni Malinen2009-12-191-9/+9
* Make hostapd_for_each_interface() take context pointer as argumentJouni Malinen2009-12-194-10/+21
* Add backtrace support for debuggingJouni Malinen2009-12-191-0/+5
* Make struct radius_msg private to radius.cJouni Malinen2009-12-193-14/+17
* Change radius_msg_free() to free the bufferJouni Malinen2009-12-193-19/+4
* Mark management frame processing functions to use const bufferJouni Malinen2009-12-139-42/+55
* Mark ieee802_11_parse_elems() input and parsed elems constJouni Malinen2009-12-131-1/+1
* Use generic driver events for TX status and RX reportingJouni Malinen2009-12-134-155/+199
* Replace hostapd_button_pushed() with generic driver eventJouni Malinen2009-12-131-6/+3
* Fix EVENT_FT_RRB_RX processingJouni Malinen2009-12-131-0/+1
* Replace hostapd_michael_mic_failure() with generic driver eventJouni Malinen2009-12-131-6/+0
* Add BSS ctx to if_add() driver opJouni Malinen2009-12-133-5/+6
* Merge hostapd/sta_flags.h into sta_info.hJouni Malinen2009-12-1315-50/+19
* Map STA flags into values defined in driver.hJouni Malinen2009-12-134-10/+31
* Remove unneeded hostapd_wmm_sta_config()Jouni Malinen2009-12-133-28/+0
* Remove usused flags parameter from sta_add() driver opJouni Malinen2009-12-132-3/+2
* Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver opJouni Malinen2009-12-121-0/+8
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-124-7/+21
* Replace direct driver call to wpa_ft_rrb_rx() with driver eventJouni Malinen2009-12-121-0/+5
* Remove obsolete Prism54.org driver support (driver_prism54.c)Jouni Malinen2009-12-124-8/+2
* driver_wired: Move STA entry processing away from driver wrapperJouni Malinen2009-12-121-0/+21
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-121-0/+1
* WPS: Remove unnecessary GetDevice and PutMessage callbacksJouni Malinen2009-12-121-57/+2
* WPS: Remove unnecessary SetSelectedRegistrar callbackJouni Malinen2009-12-121-10/+0
* Fix dh_groups.o build for some configurationsJouni Malinen2009-12-111-7/+4
* Fix hostapd build without RADIUS serverJouni Malinen2009-12-111-0/+3
* Merge get_seqnum_igtk() driver op with get_seqnum()Jouni Malinen2009-12-115-44/+2
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-095-48/+0
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-092-6/+12
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-093-30/+12
* Remove unused if_update() driver opJouni Malinen2009-12-091-9/+0
* Fix conditional EAP-SIM/AKA DB code selectionJouni Malinen2009-12-061-5/+9
* Move IEEE 802.11n HT management code into a separate fileJouni Malinen2009-12-068-292/+288
* Remove unnecessary CONFIG_IEEE80211N useJouni Malinen2009-12-065-25/+4
* Remove unused phytype RX info variableJouni Malinen2009-12-062-41/+0
* Remove unused hostapd reconfig codeJouni Malinen2009-12-0613-108/+0
* Move EAP-SIM DB conditional build into hostapdJouni Malinen2009-12-061-4/+4
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-065-43/+73
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-063-1/+728
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-061-2/+1