aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-061-4/+8
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-063-0/+137
* Remove Milenage test from hostapd/MakefileJouni Malinen2009-12-051-17/+0
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-051-1/+1
* Fix hostapd build with WPS disabledJouni Malinen2009-12-041-0/+5
* Add more Doxygen documentation for RADIUS server implementationJouni Malinen2009-12-021-2/+2
* Move internal EAPOL authenticator defines into their own fileJouni Malinen2009-11-297-4/+12
* Remove src/crypto from default include pathJouni Malinen2009-11-2912-46/+43
* Split handle_assoc() into number of helper functionsJouni Malinen2009-11-291-259/+368
* Mark IE input to hostapd_eid_wmm_valid() constJouni Malinen2009-11-292-2/+3
* Check AID availability before handling HT state updates on associationJouni Malinen2009-11-291-6/+6
* Allocate sta->ht_capabilities dynamicallyJouni Malinen2009-11-294-13/+25
* Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATEJouni Malinen2009-11-295-157/+190
* Move EAPOL authenticator state machine into src/eapol_authJouni Malinen2009-11-2910-1611/+10