Commit graph

  • 2a91091e15 Fix driver_bsd.c build Masashi Honma 2009-12-07 21:35:35 +0200
  • 803a811b73 Add support for building IEEE 802.11n support into wpa_supplicant AP Jouni Malinen 2009-12-06 19:50:40 +0200
  • 95272a888c Fix conditional EAP-SIM/AKA DB code selection Jouni Malinen 2009-12-06 19:48:25 +0200
  • d45354be53 Move IEEE 802.11n HT management code into a separate file Jouni Malinen 2009-12-06 19:41:47 +0200
  • eb53b752df Remove unnecessary CONFIG_IEEE80211N use Jouni Malinen 2009-12-06 19:17:54 +0200
  • 644a8f2208 Remove unused phytype RX info variable Jouni Malinen 2009-12-06 18:54:58 +0200
  • 22a7f39f23 Remove unused hostapd reconfig code Jouni Malinen 2009-12-06 18:48:30 +0200
  • bed4d57488 Fix some issues with test program builds Jouni Malinen 2009-12-06 18:30:12 +0200
  • 5c90d47657 Move EAP-SIM DB conditional build into hostapd Jouni Malinen 2009-12-06 18:23:53 +0200
  • 655702f38d Move test_x509v3 into the new tests subdirectory Jouni Malinen 2009-12-06 18:10:52 +0200
  • 6b282c3951 Remove forgotten asn1_test build target Jouni Malinen 2009-12-06 17:57:23 +0200
  • 74784010af Remove conditional no-RADIUS build from src/radius Jouni Malinen 2009-12-06 17:53:59 +0200
  • 0bc377fa93 Resolve circular library references with --start-group Jouni Malinen 2009-12-06 17:18:28 +0200
  • ab7ddc74ad Move asn1_test.c into tests subdirectory and split it in two Jouni Malinen 2009-12-06 16:45:36 +0200
  • 0e574b07f8 Move hlr_auc_gw into hostapd directory Jouni Malinen 2009-12-06 16:33:19 +0200
  • 912321e935 Add rules for building src/tls/libtls.a and use it with eap_example Jouni Malinen 2009-12-06 16:27:54 +0200
  • e77e0a8320 Include functionality to support EAP-FAST unconditionally Jouni Malinen 2009-12-06 16:20:32 +0200
  • 1a70777868 Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines Jouni Malinen 2009-12-06 16:19:13 +0200
  • be473f3f09 Split crypto_internal.c into parts to clean up build Jouni Malinen 2009-12-06 14:37:46 +0200
  • 507d87930c Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds Jouni Malinen 2009-12-06 14:29:12 +0200
  • 4bb1228e1c Use thin archives to allow libraries to be merged Jouni Malinen 2009-12-06 13:49:31 +0200
  • f721aed4b1 Increase EAP server extra room for encryption overhead (for GnuTLS) Jouni Malinen 2009-12-06 12:02:28 +0200
  • 36b8ed2824 eap_example: Fix build after recent crypto changes Jouni Malinen 2009-12-06 11:59:51 +0200
  • d66e084a98 Remove obsolete comment about wpa_supplicant header files Jouni Malinen 2009-12-06 11:30:39 +0200
  • 127608152e Move EAP method registration away from src/eap_{peer,server} Jouni Malinen 2009-12-06 11:28:41 +0200
  • 2d106f21aa Remove unnecessary defines Jouni Malinen 2009-12-05 22:51:08 +0200
  • 1767f7c117 Resolve compiler warnings in the test programs Jouni Malinen 2009-12-05 22:32:45 +0200
  • 36ee258db7 Add forgotten files into libcrypto.a Jouni Malinen 2009-12-05 22:25:50 +0200
  • f8cf3ce6a6 Move more tests from wpa_supplicant/tests into tests Jouni Malinen 2009-12-05 22:25:32 +0200
  • c7ab5122a7 Use simpler make rules for test programs Jouni Malinen 2009-12-05 22:14:55 +0200
  • e280cf6693 Get rid of some compiler warnings Jouni Malinen 2009-12-05 22:13:33 +0200
  • 668562d5fb Move MD4 test from wpa_supplicant/tests into tests Jouni Malinen 2009-12-05 22:11:50 +0200
  • 631afd993f Add rules for building src/crypto as a library Jouni Malinen 2009-12-05 22:03:46 +0200
  • 841b52b403 Include needed header files to avoid compiler warnings Jouni Malinen 2009-12-05 21:40:44 +0200
  • 6a230ba274 Add build rules for building a library from src/utils files Jouni Malinen 2009-12-05 21:39:41 +0200
  • be916e0012 Remove Milenage test from hostapd/Makefile Jouni Malinen 2009-12-05 21:27:19 +0200
  • 953f83439b Move Milenage test code into the new tests directory Jouni Malinen 2009-12-05 21:14:08 +0200
  • 43df4cc2ca Move milenage.[ch] into src/crypto Jouni Malinen 2009-12-05 21:00:52 +0200
  • 8ad733d5ea Use auto-generated dependency files and clean them Jouni Malinen 2009-12-05 20:44:12 +0200
  • 1801bd7fae Move base64 test code into a new tests subdirectory Jouni Malinen 2009-12-05 20:43:07 +0200
  • a486c0c72a IBSS RSN: Add more verbose debug info for key setup Jouni Malinen 2009-12-04 22:55:28 +0200
  • a95795ad61 nl80211: Add extra IEs into IBSS join request Jouni Malinen 2009-12-04 22:20:59 +0200
  • 9c972abb66 IBSS RSN: Wait for connection event and do not use auth timeout Jouni Malinen 2009-12-04 22:09:06 +0200
  • 0e379654b0 SME: Do not process disassoc frame unless SME is used Jouni Malinen 2009-12-04 21:44:13 +0200
  • 3680a5dbbf Fix build with both CONFIG_AP=y and CONFIG_IBSS_RSN=y enabled Jouni Malinen 2009-12-04 21:34:34 +0200
  • 05df8cb3f6 Fix hostapd build with WPS disabled Jouni Malinen 2009-12-04 00:29:10 +0200
  • 5cc4d64bf2 nl80211: Add support for IBSS networks Jouni Malinen 2009-12-04 00:15:32 +0200
  • 85d3f273df dbus: switch dbus APIs initialization order Witold Sowa 2009-12-03 21:17:49 +0200
  • a5717c957c dbus: Enable -u option when only the new DBus API is included Witold Sowa 2009-12-03 21:12:42 +0200
  • 3dee308178 Fix wpa_priv compilation after driver_ops changes Jouni Malinen 2009-12-03 21:03:58 +0200
  • 4e2225a520 Fix wpa_priv memory leak in wpa_priv_get_scan_results2() Dmitry Shmidt 2009-12-03 20:59:27 +0200
  • 362bd35f2d Add more Doxygen documentation for RADIUS server implementation Jouni Malinen 2009-12-02 21:29:32 +0200
  • d72aad942b nl80211: Clear BSS state mismatches with deauth as a workaround Jouni Malinen 2009-12-02 17:54:57 +0200
  • a84ed99ee4 SME: Deauthenticate to clear state after disassociation events Jouni Malinen 2009-12-02 17:26:28 +0200
  • e6b8efeba0 nl80211: Add debug prints for BSS status in scan results Jouni Malinen 2009-12-02 16:45:31 +0200
  • d8222ae38c Fix driver initialization not to crash if driver does not use init2() Jouni Malinen 2009-12-02 16:43:09 +0200
  • e0e14a7bc3 Move internal EAPOL authenticator defines into their own file Jouni Malinen 2009-11-29 23:16:04 +0200
  • 03da66bd59 Remove src/crypto from default include path Jouni Malinen 2009-11-29 23:04:43 +0200
  • 5586f500a0 Split handle_assoc() into number of helper functions Jouni Malinen 2009-11-29 22:14:57 +0200
  • 9294bfefc7 Mark IE input to hostapd_eid_wmm_valid() const Jouni Malinen 2009-11-29 22:10:38 +0200
  • 2a3c6f5077 Check AID availability before handling HT state updates on association Jouni Malinen 2009-11-29 21:11:10 +0200
  • df84268ae7 Allocate sta->ht_capabilities dynamically Jouni Malinen 2009-11-29 21:07:52 +0200
  • 99d845a7ec Include src/eapol_auth in Doxygen documents Jouni Malinen 2009-11-29 20:23:55 +0200
  • ffa2a30e33 Add Makefile for the new src/eapol_auth directory Jouni Malinen 2009-11-29 20:21:25 +0200
  • b60d6f61e4 Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE Jouni Malinen 2009-11-29 20:18:47 +0200
  • 281c950be4 Move EAPOL authenticator state machine into src/eapol_auth Jouni Malinen 2009-11-29 20:03:28 +0200
  • a2befd37cc Change EAPOL authenticator hapd pointers to be opaque context Jouni Malinen 2009-11-29 19:49:14 +0200
  • d79b779204 Remove dependency on sta_info.h from eapol_sm.c Jouni Malinen 2009-11-29 19:40:47 +0200
  • ee58e87195 Make eapol_auth_initialize() static since it is internal to eapol_sm.c Jouni Malinen 2009-11-29 19:32:40 +0200
  • 382942004f Add EAPOL authenticator event callback Jouni Malinen 2009-11-29 19:31:50 +0200
  • c02d52b405 Get PMKSA cache status as EAPOL alloc flag Jouni Malinen 2009-11-29 19:21:56 +0200
  • 5ed1c08fcd Initialize EAPOL authenticator flags during allocation Jouni Malinen 2009-11-29 19:12:45 +0200
  • fa04fa1005 Include common/eapol_common.h explicit and fix eapol_auth_logger enum Jouni Malinen 2009-11-29 19:03:47 +0200
  • 2773ca093e Replace eap_type_text() with EAP server methods function Jouni Malinen 2009-11-29 18:57:15 +0200
  • 4dbfe5c58a Conver hostapd specific files to include common.h Jouni Malinen 2009-11-29 18:46:42 +0200
  • ea038e0da4 Fix IBSS RSN build Jouni Malinen 2009-11-29 18:31:16 +0200
  • 3acb50056c Remove src/rsn_supp from default header path Jouni Malinen 2009-11-29 18:28:08 +0200
  • 0c3abf8d22 Add driver wrapper callback for WPS push button pressed Jouni Malinen 2009-11-29 18:18:02 +0200
  • b8be7f5c03 driver_prism54: Use hostapd_notif_disassoc() instead of private copy Jouni Malinen 2009-11-29 18:13:15 +0200
  • 67470d5112 Remove some unneeded header file inclusions Jouni Malinen 2009-11-29 18:07:08 +0200
  • bcd154c343 Include sta_flags.h explicitly, not via sta_info.h Jouni Malinen 2009-11-29 18:00:39 +0200
  • 90973fb2fd Remove src/common from default header file path Jouni Malinen 2009-11-29 17:51:55 +0200
  • 6ae9318536 Split scan processing for RSN preauthentication into parts Jouni Malinen 2009-11-29 17:06:03 +0200
  • 4d69dc3ecc Add Doxygen documentation for directories Jouni Malinen 2009-11-29 14:57:30 +0200
  • 120158cc8b Move uuid_gen_mac_addr() from uuid.c into src/wps Jouni Malinen 2009-11-29 13:15:32 +0200
  • 197ef6abef nl80211: Remove unneeded header file: ieee802_11_common.h Jouni Malinen 2009-11-29 13:06:44 +0200
  • fc4e2d9501 HT: Remove unneeded struct ht_cap_ie wrapper Jouni Malinen 2009-11-29 13:04:21 +0200
  • 3a328c8133 Remove unused/unneeded IEEE 802.11n definitions Jouni Malinen 2009-11-29 12:43:23 +0200
  • be8eb8ab3e Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driver Jouni Malinen 2009-11-29 12:21:26 +0200
  • a49148fd55 Rename HT Capabilities IE fields to match with IEEE Std 802.11n-2009 Jouni Malinen 2009-11-29 12:02:29 +0200
  • 15ef92d3cc Complete Doxygen documentation for RADIUS client Jouni Malinen 2009-11-29 11:48:28 +0200
  • 42158e247d Replace hostapd devel doc link with shared doc with wpa_supplicant Jouni Malinen 2009-11-29 10:50:49 +0200
  • 93704f8f95 Remove unused RADIUS client reconfig function Jouni Malinen 2009-11-28 23:04:35 +0200
  • 5843e1c9a6 Move acct_interim_interval away from RADIUS client configuration Jouni Malinen 2009-11-28 23:03:20 +0200
  • df1e24aceb Improved Doxygen documentation for RADIUS client code Jouni Malinen 2009-11-28 23:00:29 +0200
  • 8d5aca73bb Fix doxygen file level comments Jouni Malinen 2009-11-28 21:34:14 +0200
  • 84a690ed89 Fix doxygen references to EAP server/peer module Jouni Malinen 2009-11-28 21:28:53 +0200
  • 41fa8a892f Remove old wpa_supplicant/hostapd doxygen files Jouni Malinen 2009-11-28 21:24:15 +0200
  • 30c2897179 Add new, shared doxygen documentation for hostapd and wpa_supplicant Jouni Malinen 2009-11-28 21:19:48 +0200
  • e8f5625c45 Fix doxygen file level comments Jouni Malinen 2009-11-28 21:14:36 +0200