aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nl80211: Remove some of the unnecessary conditional compilationJouni Malinen2009-12-131-59/+14
* Replace hostapd_button_pushed() with generic driver eventJouni Malinen2009-12-132-3/+7
* Replace hostapd_michael_mic_failure() with generic driver eventJouni Malinen2009-12-135-6/+24
* driver_test: Merge drv->hapd into drv->ctxJouni Malinen2009-12-131-8/+7
* Add BSS ctx to if_add() driver opJouni Malinen2009-12-133-66/+17
* Map STA flags into values defined in driver.hJouni Malinen2009-12-136-25/+29
* Remove usused flags parameter from sta_add() driver opJouni Malinen2009-12-132-4/+2
* driver_bsd: Fix build after previous commitJouni Malinen2009-12-121-1/+1
* Add more WPA/IEEE 802.1X parameters into set_ieee8021x() driver opJouni Malinen2009-12-124-90/+81
* driver_bsd: Fix build (eapol_sm.h is not needed anymore)Jouni Malinen2009-12-121-1/+0
* Change set_ieee8021x driver op to use parameters structureJouni Malinen2009-12-125-9/+22
* Replace direct driver call to wpa_ft_rrb_rx() with driver eventJouni Malinen2009-12-122-6/+20
* driver_wired: Share multicast membership add/drop functionJouni Malinen2009-12-121-40/+38
* driver_wired: Remove unneeded conditional building blocksJouni Malinen2009-12-121-36/+22
* Remove obsolete Prism54.org driver support (driver_prism54.c)Jouni Malinen2009-12-124-1638/+0
* driver_wired: Move STA entry processing away from driver wrapperJouni Malinen2009-12-122-24/+4
* WPS: Handle Selected Registrar as a union of info from all RegistrarsJouni Malinen2009-12-127-63/+224
* WPS: Move POST URL validation into web_connection_parse_post()Jouni Malinen2009-12-122-9/+12
* WPS: Remove an obsolete comment about UPnP actions and callbacksJouni Malinen2009-12-121-5/+0
* WPS: Remove unnecessary GetDevice and PutMessage callbacksJouni Malinen2009-12-123-11/+38
* WPS: Remove unnecessary SetSelectedRegistrar callbackJouni Malinen2009-12-122-4/+1
* Merge get_seqnum_igtk() driver op with get_seqnum()Jouni Malinen2009-12-112-17/+3
* Add Doxygen comments for rest of struct wpa_driver_ops membersJouni Malinen2009-12-101-0/+201
* Move vendor-specific IE type defines away from driver.hJouni Malinen2009-12-102-2/+2
* Add more documentation for driver opsJouni Malinen2009-12-101-12/+153
* EAP-TTLS/PAP: User-Password obfuscation for zero length passwordMasashi Honma2009-12-091-1/+1
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-092-7/+0
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-094-27/+18
* Remove unused rate flags from driver useJouni Malinen2009-12-094-23/+5
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-094-95/+142
* Remove unused if_update() driver opJouni Malinen2009-12-094-21/+0
* Fix driver_bsd.c buildMasashi Honma2009-12-071-17/+17
* Remove unused phytype RX info variableJouni Malinen2009-12-062-2/+0
* Move EAP-SIM DB conditional build into hostapdJouni Malinen2009-12-061-16/+0
* Remove conditional no-RADIUS build from src/radiusJouni Malinen2009-12-063-68/+0
* Move asn1_test.c into tests subdirectory and split it in twoJouni Malinen2009-12-061-210/+0
* Move hlr_auc_gw into hostapd directoryJouni Malinen2009-12-064-737/+1
* Add rules for building src/tls/libtls.a and use it with eap_exampleJouni Malinen2009-12-062-3/+33
* Include functionality to support EAP-FAST unconditionallyJouni Malinen2009-12-065-23/+0
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-064-66/+0
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-065-379/+430
* Fix rsn_preauth_scan_result() inline wrapper for no-EAP buildsJouni Malinen2009-12-061-2/+2
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-062-2/+2
* Increase EAP server extra room for encryption overhead (for GnuTLS)Jouni Malinen2009-12-061-1/+1
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-064-310/+46
* Remove unnecessary definesJouni Malinen2009-12-057-30/+0
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-054-11/+69
* Add build rules for building a library from src/utils filesJouni Malinen2009-12-053-4/+36
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-052-817/+8