Commit Graph

  • db803a3607 eapol_test: Add a universal way of adding extra RADIUS attributes Tomasz Wolniewicz 2009-01-04 22:10:56 +02:00
  • b39d1280a7 Silenced number of Doxygen warnings Jouni Malinen 2009-01-04 15:07:54 +02:00
  • f565d71ac9 Remove wpa_gui from doxygen documentations Jouni Malinen 2009-01-04 14:58:47 +02:00
  • f58b20ce66 Fixed IMAGE_PATH for doxygen run in root directory Jouni Malinen 2009-01-04 14:44:33 +02:00
  • cd7aacbed4 Remove temporary Qt build directories from Doxygen run Jouni Malinen 2009-01-04 14:28:20 +02:00
  • 842e11d0bd Remove unwanted wpa_supplicant -> struct wpa_supplicant links Jouni Malinen 2009-01-04 14:25:58 +02:00
  • e857fb05df Resolve a Doxygen warning Jouni Malinen 2009-01-04 14:06:13 +02:00
  • f1a3e81098 Fixed Doxygen function links Jouni Malinen 2009-01-04 13:54:07 +02:00
  • 08c0f0670a Completed Doxygen documentation for functions declared in wps/wps.h Jouni Malinen 2009-01-04 13:43:05 +02:00
  • dcc03dbe78 Use NULL, not 0, when comparing a pointer Jouni Malinen 2009-01-03 21:01:20 +02:00
  • 2eba45c8de Added endianness annotation for sparse Jouni Malinen 2009-01-03 21:00:38 +02:00
  • 5306f43fc3 Fixed sparse warnings about integer vs. pointer use Jouni Malinen 2009-01-03 20:46:32 +02:00
  • d953d9ab80 Removed sparse destinations since "CC=cgcc make" works fine Jouni Malinen 2009-01-03 20:39:52 +02:00
  • 7e5ba1b916 Mark functions static if not used elsewhere and use proper prototypes Jouni Malinen 2009-01-03 20:38:42 +02:00
  • 26d1dc96e9 Include the header file to validate function prototype. Jouni Malinen 2009-01-03 20:21:12 +02:00
  • c5adf528a2 Moved WPS Registrar initialization from EAP peer to wps_supplicant.c Jouni Malinen 2009-01-03 20:18:35 +02:00
  • 41c00105f2 Removed registrar pointer from wps_config and wps_data Jouni Malinen 2009-01-03 20:09:35 +02:00
  • 5a8c6d3353 Removed duplicated authenticator yes/no from wps_config and wps_data Jouni Malinen 2009-01-03 19:57:22 +02:00
  • ae2633af63 Removed unused WPS_PENDING processing result Jouni Malinen 2009-01-03 19:52:20 +02:00
  • f90c86d4a3 Added Doxygen documentation for WPS code Jouni Malinen 2009-01-03 19:50:49 +02:00
  • 875f6d7b93 Create all doxygen docs from root directory to get proper path names Jouni Malinen 2009-01-03 09:59:12 +02:00
  • a17df5fb8b Fixed number of doxygen warnings Jouni Malinen 2009-01-02 22:28:04 +02:00
  • a4149765a2 Added more src subdirectories into doxygen docs Jouni Malinen 2009-01-02 22:27:17 +02:00
  • 4be048a8a6 Updated doxygen configuration files to work with new doxygen Jouni Malinen 2009-01-02 21:57:51 +02:00
  • dd42f95f71 Move addr_un definitions to avoid using out-of-scope buffer Jouni Malinen 2009-01-02 21:53:21 +02:00
  • 243869858a Initialize wpa_ie_len to 0 if WPA IE is not set on all paths Jouni Malinen 2009-01-02 21:50:22 +02:00
  • 862e08a9a4 Include ieee802_11_defs.h explicitly instead of assuming it gets included Jouni Malinen 2009-01-02 21:14:21 +02:00
  • a1ba55a58a Replaced string comparison operator '==' with '=' to work with dash Jouni Malinen 2009-01-02 21:06:36 +02:00
  • 79da74a20c WPS: Generate UUID based on MAC address, if not set Jouni Malinen 2009-01-01 22:56:52 +02:00
  • 84f5b41fc1 WPS: Cleanup UUID and MAC address configuration Jouni Malinen 2009-01-01 22:56:02 +02:00
  • e834272f73 Include pending MFP defines in nl80211_copy.h Jouni Malinen 2008-12-31 18:10:14 +02:00
  • c2fef14520 Sync nl80211.h copy with the current kernel version Jouni Malinen 2008-12-31 18:00:07 +02:00
  • ac43f1fa39 Renamed nl80211 HT channel parameters to match with kernel Jouni Malinen 2008-12-31 17:59:13 +02:00
  • 97d3497e29 MFP: Require MFP is it is enabled and AP scan shows support for it Jouni Malinen 2008-12-31 17:53:31 +02:00
  • c3469d1534 MFP: Fix SA Query Action Category Jouni Malinen 2008-12-31 17:52:05 +02:00
  • df1e9601a4 Fixed SA Query Request length Jouni Malinen 2008-12-31 17:50:14 +02:00
  • 1aa5c13471 Clear BIP keys, too, when removing broadcast keys with MFP enabled Jouni Malinen 2008-12-31 17:49:43 +02:00
  • d5263983ac MFP: Remove mac80211 workaround of IGTK in monitor netdev Jouni Malinen 2008-12-31 17:48:13 +02:00
  • 88b4b4246d Added ctrl_interface command for sending a SA Query request Jouni Malinen 2008-12-30 18:04:29 +02:00
  • 3f732d1fc3 Fix TLS message processing if Flags field is not present Jouni Malinen 2008-12-30 12:28:02 +02:00
  • 805e6dc663 Disconnect the STA if EAP timeout is reached Jouni Malinen 2008-12-29 19:16:48 +02:00
  • 98de443890 WPS: Set recommended retransmission times with EAP method specific hint Jouni Malinen 2008-12-29 18:50:37 +02:00
  • 8e09c6d253 Fixed retransmission of EAP requests if no response is received Jouni Malinen 2008-12-29 18:10:34 +02:00
  • 65d50f0ac6 Add RADIUS server support for identity selection hint (RFC 4284) Jouni Malinen 2008-12-26 20:22:12 +02:00
  • d9f5626293 NEED_BASE64 for WPS Andriy Tkachuk 2008-12-26 16:40:27 +02:00
  • 6f5c8dbd79 Added a TODO item for sending protected Disassoc after failed SA Query Jouni Malinen 2008-12-26 15:56:30 +02:00
  • d4c0db0d09 hostap.epitest.fi server is not at ISC anymore. Jouni Malinen 2008-12-26 15:39:09 +02:00
  • cae93bdc9c Added a note about IEEE 802.11w/D7.0 update Jouni Malinen 2008-12-26 12:59:07 +02:00
  • 8f4617c6c4 Do not use SA Query procedure if reassociation is part of FT Jouni Malinen 2008-12-26 12:55:35 +02:00
  • ff89afb77b Add Key Length field into IGTK sub-element (FTIE) per 802.11w/D7.0 Jouni Malinen 2008-12-26 12:49:15 +02:00
  • 45c94154a6 Updated SA Query procedure to use timeouts per 802.11w/D7.0 Jouni Malinen 2008-12-26 12:30:34 +02:00
  • 93b76319f1 Renamed Ping procedure into SA Query procedure per 802.11w/D7.0 Jouni Malinen 2008-12-26 11:46:21 +02:00
  • 9a9876bf9c Fixed the MFP Status/Reason Code values per 802.11w/D7.0 Jouni Malinen 2008-12-26 11:25:05 +02:00
  • 34cbe7d0b0 WPS: As a workaround, pad zero-length device attributes Jouni Malinen 2008-12-25 21:19:46 +02:00
  • febc0551c5 WPS: Do not use Selected Registrar Config Methods from scan results Andriy Tkachuk 2008-12-25 20:33:00 +02:00
  • a6f06dabb2 Longer auth_timeout for WPS key_mgmt Andriy Tkachuk 2008-12-25 20:26:07 +02:00
  • c674a55d71 Added a ChangeLog entry about the new Windows installer Jouni Malinen 2008-12-25 17:37:04 +02:00
  • 6207129af4 wpa_gui-qt4: Do not about new network adapters unless service is running Jouni Malinen 2008-12-25 17:32:51 +02:00
  • a6f060d7ec Fixed control interface enabling for dynamically added interface Jouni Malinen 2008-12-25 17:13:19 +02:00
  • e40348080d Add Windows registry entries during installation Jouni Malinen 2008-12-25 16:59:37 +02:00
  • 9904b53d67 wpa_gui-qt4: Added support for adding new network interfaces Jouni Malinen 2008-12-25 16:38:09 +02:00
  • af7837feff Added get_interfaces() handler to list all NDIS adapters Jouni Malinen 2008-12-24 21:31:14 +02:00
  • f44b6b8c04 wpasvc: Add skip_on_error registry value to skip interfaces on error Jouni Malinen 2008-12-24 20:39:32 +02:00
  • 4b4a8ae547 Added a mechanism for quering driver wrappers for available interfaces Jouni Malinen 2008-12-24 20:25:19 +02:00
  • 3cf85239bd Mark local functions static. Jouni Malinen 2008-12-22 22:27:25 +02:00
  • ac305589a3 Added support for global driver data (shared by multiple interfaces) Jouni Malinen 2008-12-22 22:24:31 +02:00
  • e83a089818 Changed the example device_type value to be Computer/PC Jouni Malinen 2008-12-22 19:43:44 +02:00
  • ff36ff00b8 Reject association if HT STA tries to use TKIP as pairwise cipher Jouni Malinen 2008-12-22 14:05:53 +02:00
  • f130ba9b4a Allow HT to be enabled for a STA even without WMM Jouni Malinen 2008-12-22 13:05:33 +02:00
  • 45832ddd4d Add Start menu shortcuts to wpa_gui and uninstall Jouni Malinen 2008-12-21 19:50:39 +02:00
  • d6e0ce9ac8 Use wildcard UUID when setting AP PIN for Registrar in wpa_supplicant Jouni Malinen 2008-12-21 17:37:40 +02:00
  • 44cd430f87 Fixed PBC overlap detection to handle case of missing UUID-E Jouni Malinen 2008-12-21 17:28:01 +02:00
  • 723763cba0 Fixed NDIS AuthMode configuration for WPS connection Jouni Malinen 2008-12-21 17:27:32 +02:00
  • 8647475ebe wpa_gui-qt4: Added wpasvc start/stop functionality for Windows Jouni Malinen 2008-12-21 14:28:45 +02:00
  • 56fac36e86 Silence a compiler warning Jouni Malinen 2008-12-21 12:26:32 +02:00
  • f9e4465c42 Added more notes about WPS GUI scan operations and wpa_gui Jouni Malinen 2008-12-20 23:03:32 +02:00
  • 24c23d1b3c WPS: Added support for wildcard SSID matching in ap_scan=2 mode Jouni Malinen 2008-12-20 22:55:02 +02:00
  • 3c1e276507 Fixed a typo in a comment Jouni Malinen 2008-12-20 21:51:34 +02:00
  • 71b72a5d14 Include WPS support in the Windows binary Jouni Malinen 2008-12-20 21:40:26 +02:00
  • ed8db67247 Register wpasvc service on install and unregister on uninstall Jouni Malinen 2008-12-20 20:49:58 +02:00
  • 5719f73c58 Use parallel compilation to speed up release build Jouni Malinen 2008-12-20 20:42:39 +02:00
  • 798afa8162 Added Windows NSIS installer for wpa_supplicant Jouni Malinen 2008-12-20 20:40:23 +02:00
  • 36cb321611 Create PNG version of the wpa_gui tray icon file for cross compilation Jouni Malinen 2008-12-20 17:55:52 +02:00
  • 2ae2d8aea4 Changed win_gui cross compilation to use cleaner Qt setup Jouni Malinen 2008-12-20 17:50:13 +02:00
  • e6f9861ace Added a note about mac80211-based drivers and nl80211 Jouni Malinen 2008-12-20 13:02:29 +02:00
  • a2b3a34bab IANA allocated EAP method type 51 to EAP-GPSK Jouni Malinen 2008-12-20 12:39:24 +02:00
  • ad5302a1ca WPS: Added event callback for successfully completed registration Jouni Malinen 2008-12-19 22:34:18 +02:00
  • 469fc3a41f WPS: Added callback for failure-after-M2/M2D Jouni Malinen 2008-12-19 22:19:41 +02:00
  • 4b68290e77 WPS: Added event callback and M2D notification Jouni Malinen 2008-12-18 21:58:42 +02:00
  • 9be0963605 Fixed global conf write to skip default values for uuid and os_version Jouni Malinen 2008-12-18 21:29:59 +02:00
  • f086742432 Fix CONFIG_WPS=y, CONFIG_TLS=internal build Andriy Tkachuk 2008-12-18 20:10:18 +02:00
  • c3ece50446 Fixed PSK editing in wpa_gui (copy-paste bug in field names) Jouni Malinen 2008-12-18 20:03:24 +02:00
  • bae61562a4 Cleaned up EAPOL-Key timeout processing Jouni Malinen 2008-12-18 17:15:36 +02:00
  • f0477201bd WPS: Fixed deinit code for freeing config and registrar data Jouni Malinen 2008-12-18 01:06:06 +02:00
  • 47f72245e2 Do not allow HT with WPA/WPA2 to be enabled without CCMP Jouni Malinen 2008-12-17 12:16:13 +02:00
  • 0ede75ae58 WPS: Added wpa_gui-qt4 support for BSS selection and AP PIN use Jouni Malinen 2008-12-16 23:43:08 +02:00
  • a92c421d1a WPS: Improved error processing to use NACK correctly Jouni Malinen 2008-12-16 22:37:55 +02:00
  • 64a6f69362 Use less frequent polling when wpa_gui is hidden Jouni Malinen 2008-12-16 21:25:44 +02:00
  • ac5953db66 Fixed EAP-AKA build in case EAP-AKA' is disabled Jouni Malinen 2008-12-16 18:57:49 +02:00
  • 22a299ee9d Improve EAPOL-Key handshake stability with retransmitted frames Jouni Malinen 2008-12-16 14:17:33 +02:00