Commit graph

  • f1f54cb8b1 Fix RSN parameter setting for multi-BSS case Jouni Malinen 2009-04-02 19:54:13 +0300
  • d2440ba01b Add Beacon configuration for wpa_supplicant AP mode Jouni Malinen 2009-04-02 16:09:48 +0300
  • 74f2ad326f Merge set_dtim_period() into set_beacon() Jouni Malinen 2009-04-02 16:05:21 +0300
  • 2e24a366ea nl80211: Add IGTK (AES-128-CMAC) configuration Jouni Malinen 2009-04-01 17:14:07 +0300
  • efa4607800 SME: Add processing for rejected associations Jouni Malinen 2009-04-01 17:10:36 +0300
  • c0a6190815 Fix SHA-256-based KDF when using CCMP as the pairwise cipher Jouni Malinen 2009-04-01 12:04:36 +0300
  • d61f48ba1d nl80211: Remove forgotten comment about SIOCSIWMODE Jouni Malinen 2009-03-31 15:25:10 +0300
  • 1b2a72e884 nl80211: Remove SIOCGIWRANGE and assume TKIP+CCMP+WPA+WPA2 Jouni Malinen 2009-03-31 14:25:15 +0300
  • d8816397c3 nl80211: Remove WEXT Michael MIC event processing Jouni Malinen 2009-03-31 14:14:16 +0300
  • e8a029fb6d nl80211: Remove WEXT_COMPAT Jouni Malinen 2009-03-31 14:09:30 +0300
  • 73267b9ca4 WPS: Fix local configuration update after AP configuration Jouni Malinen 2009-03-30 19:00:55 +0300
  • 6ce4b59342 WPS: Fix hostapd runtime WPS configuration after Enrollee run Jouni Malinen 2009-03-30 18:48:41 +0300
  • 9c6d8e1db5 Make channel number available to set_freq() Jouni Malinen 2009-03-30 17:55:37 +0300
  • 0f2b2c1973 Add needed AP driver wrappers (most of which are still to-do) Jouni Malinen 2009-03-27 17:13:54 +0200
  • 07f117edb5 Set hostapd configuration based on wpa_supplicant AP mode config Jouni Malinen 2009-03-27 16:45:47 +0200
  • c813b69546 Update driver SSID and 802.1X/WPA parameters on configuration reload Jouni Malinen 2009-03-27 16:10:14 +0200
  • 871bb568d2 Fix: Loop in driver selection routine Masashi Honma 2009-03-27 10:49:47 +0200
  • d3a9822542 Add support for specifying subset of enabled frequencies to scan Jouni Malinen 2009-03-26 21:55:01 +0200
  • 2d5b792d2b Add preliminary hostapd data structure initialization for AP mode Jouni Malinen 2009-03-26 20:37:05 +0200
  • 89111f3bbc Rename struct wpa_driver_ops to hapd_driver_ops Jouni Malinen 2009-03-26 20:35:49 +0200
  • b6a7859d15 Move hostapd_init() into main.c Jouni Malinen 2009-03-26 19:23:41 +0200
  • 3067ac2bb8 Get rid of couple of shadowed variable warnings Jouni Malinen 2009-03-26 19:23:02 +0200
  • 21db94c5dc Remove shadowed variable Jouni Malinen 2009-03-26 19:09:25 +0200
  • 5c333467b3 Move main() and configuration file related functions into main.c Jouni Malinen 2009-03-26 19:06:02 +0200
  • 1f1b62a0f0 Move wpa_supplicant_create_ap() into ap.c Jouni Malinen 2009-03-26 16:08:17 +0200
  • c746331b52 Allow hostapd/config.h and wpa_supplicant/config_ssid.h coexist Jouni Malinen 2009-03-26 16:06:15 +0200
  • bfd67fc44c Fix WPS UPnP SSDP on 32-bit targets Jouni Malinen 2009-03-26 15:32:02 +0200
  • 89d39d9d6c Move hostapd driver_ops to use similar set_key with wpa_supplicant Jouni Malinen 2009-03-25 17:49:22 +0200
  • fb86519d12 Replace deprecated add_sta() with add_sta2() Jouni Malinen 2009-03-25 16:55:09 +0200
  • 909a6ef00c Remove deprecated version of set_freq() and rename the new version Jouni Malinen 2009-03-25 16:48:22 +0200
  • 4f86ca6870 Remove unused set_assoc_ap() wpa_driver_ops Jouni Malinen 2009-03-25 16:45:57 +0200
  • 089757c6a9 Fix wpa_supplicant AP build after hostapd header file cleanup Jouni Malinen 2009-03-25 16:35:26 +0200
  • b1c0e29733 Include config.h explicitly into files that actually use it Jouni Malinen 2009-03-25 16:29:00 +0200
  • 97234b5073 Move STA entry structure into sta_info.h and remove ap.h Jouni Malinen 2009-03-25 16:13:35 +0200
  • 2991469cd1 Replace sta_aid array with bitfield Jouni Malinen 2009-03-25 15:54:25 +0200
  • d42a62b36c Move AID derivation into a separate function Jouni Malinen 2009-03-25 15:35:00 +0200
  • f1a4871084 Link in AP functionality from hostapd when CONFIG_AP=y Jouni Malinen 2009-03-25 12:23:42 +0200
  • 1e5839e06f Rename EAP server defines from EAP_* to EAP_SERVER_* Jouni Malinen 2009-03-25 12:06:19 +0200
  • 1581b38b67 Initial step in adding simple AP mode support into wpa_supplicant Jouni Malinen 2009-03-25 11:38:47 +0200
  • 17449e213f Remove local variable shadowing to avoid a warning Jouni Malinen 2009-03-25 11:36:09 +0200
  • a87c9d9609 driver_nl80211: Fix initial iftype change Jouni Malinen 2009-03-24 20:50:40 +0200
  • 36b15723ca Deprecate set_drop_unencrypted(), set_auth_alg(), and set_mode() Jouni Malinen 2009-03-24 20:06:02 +0200
  • 143980694f Preparations for 0.6.9 release Jouni Malinen 2009-03-23 16:42:45 +0200
  • 5ce2a4649d driver_madwifi: Fix build with old driver versions Jouni Malinen 2009-03-22 15:53:46 +0200
  • 75864b7f63 Fix UNIX domain socket address handling to be more portable Jouni Malinen 2009-03-21 22:07:14 +0200
  • 19b9436c0e Fix UNIX domain socket address handling to be more portable Sam Leffler 2009-03-21 22:00:27 +0200
  • 22498d6dc3 Fix WPS UPnP build for FreeBSD Jouni Malinen 2009-03-21 21:00:37 +0200
  • 7d737d6bf9 Fix FreeBSD build by not adding -ldl Jouni Malinen 2009-03-21 20:59:07 +0200
  • 4df91b3f3f Fix driver_bsd.c build for FreeBSD Jouni Malinen 2009-03-21 20:58:27 +0200
  • 26c9d7ea24 Fix IEEE 802.11r build without CONFIG_CLIENT_MLME Jouni Malinen 2009-03-21 20:57:21 +0200
  • 8104763131 Fix CONFIG_DRIVER_RADIUS_ACL=y build Jouni Malinen 2009-03-21 20:56:39 +0200
  • fd05d64ecf nl80211: Make get_ssid behave like get_bssid with SME Jouni Malinen 2009-03-20 23:03:18 +0200
  • ed384c2c67 nl80211: Make set_bssid() WEXT_COMPAT Jouni Malinen 2009-03-20 22:59:17 +0200
  • 95f02a5ddd nl80211: Make PMKSA caching candidate event WEXT_COMPAT Jouni Malinen 2009-03-20 22:57:46 +0200
  • f555b6dec1 nl80211: Mark PMKSA cache operations with WEXT_COMPAT Jouni Malinen 2009-03-20 22:55:24 +0200
  • af723760ba nl80211: Fix no-WEXT_COMPAT build Jouni Malinen 2009-03-20 22:44:53 +0200
  • c9d2ffbc4c Document CONFIG_CLIENT_MLME option as specific to test driver Jouni Malinen 2009-03-20 22:35:19 +0200
  • 625f587b03 nl80211: Remove user space MLME code Jouni Malinen 2009-03-20 22:31:24 +0200
  • c2a0407851 Add SME support (separate authentication and association) Jouni Malinen 2009-03-20 22:26:41 +0200
  • b21fab69fd Update linux/nl80211.h copy based on wireless-testing.git Jouni Malinen 2009-03-20 21:28:34 +0200
  • 9f98c48315 Fix doxygen function comment Jouni Malinen 2009-03-19 21:42:15 +0200
  • aca77fe3fc Add link to mac80211 driver information Jouni Malinen 2009-03-19 20:32:45 +0200
  • 4cb0dcd92d Fix IEEE 802.11r key derivation function to match with the standard Jouni Malinen 2009-03-19 15:46:00 +0200
  • c5aaa01562 Detach ctrl_iface monitor if the client socket is removed Jouni Malinen 2009-03-17 16:56:30 +0200
  • 2943799678 TNC: Fix a stray pointer that could cause segfault on error path Masashi Honma 2009-03-16 21:01:07 +0200
  • c590cb67d4 Update draft-cam-winget-eap-fast-provisioning references to RFC 5422 Jouni Malinen 2009-03-14 10:30:14 +0200
  • bffc384cbf hostapd: Fix some manual page formatting Kel Modderman 2009-03-13 20:49:01 +0200
  • 51853c899b Fix TNC with EAP-TTLS Jouni Malinen 2009-03-13 18:18:18 +0200
  • 99bff8430f Fix segmentation fault on EAP-TTLS phase 2 EAP method init failure Jouni Malinen 2009-03-13 17:53:13 +0200
  • 0d308bc074 TNC: Send EAP-Failure on TNC failure Masashi Honma 2009-03-13 17:41:58 +0200
  • b7d3a95afc Zero struct ifreq data before use in l2_packet_init() Larry Stefani 2009-03-13 17:04:33 +0200
  • 90ac1f9fc9 Allow more complex BSSID masks to be used for multi-BSSID Jouni Malinen 2009-03-12 22:01:26 +0200
  • eb1f7446b5 Move DTIM period configuration into Beacon set operation Jouni Malinen 2009-03-12 21:57:08 +0200
  • 816bce98e1 nl80211: Add per-BSS data structure and enable BSS add/remove Jouni Malinen 2009-03-12 21:55:42 +0200
  • 86f4deb635 FT: Fix status code values to match with IEEE 802.11r-2007 Jouni Malinen 2009-03-09 22:28:30 +0200
  • f238cf9f42 FT: Add RIC Request processing and RIC Response generation Jouni Malinen 2009-03-09 22:25:58 +0200
  • babfbf15cc FT: Add RIC Request generation and validation (but not processing) Jouni Malinen 2009-03-09 20:45:17 +0200
  • 143a4bf632 WPS: Add a workaround for static WEP with Windows network probe Jouni Malinen 2009-03-08 19:36:02 +0200
  • 9e783041fa Add a workaround for EAP-FAST with Cisco AP local RADIUS server Jouni Malinen 2009-03-08 12:04:39 +0200
  • 58d1f6d189 Fix EAP-FAST only build to include the needed EAPOL implementation Jouni Malinen 2009-03-08 11:29:31 +0200
  • a14bda9d9d driver_ndis: Detect Native 802.11 drivers (NDIS 6, Vista) Jouni Malinen 2009-03-07 23:53:40 +0200
  • c472ef754d driver_ndis: Add PAE group address to the multicast address Jouni Malinen 2009-03-07 23:10:41 +0200
  • 4ef1e644eb Determiner whether driver is wired at runtime based on capabilities Jouni Malinen 2009-03-07 22:05:43 +0200
  • ed843aaa33 WMM-AC: Fix hostapd processing of ADDTS Request and add test code Jouni Malinen 2009-03-06 20:12:31 +0200
  • 5c3dd4ebbe Enable WMM support in the test MLME code Jouni Malinen 2009-03-06 16:47:05 +0200
  • 9cf548c082 Allow PN531_PATH to be overriden from .config Jouni Malinen 2009-03-06 16:25:48 +0200
  • e1ee6b600b WPS: Add support for NFC out-of-band mechanism Masashi Honma 2009-03-06 16:16:22 +0200
  • 7cc1b6c900 WPS: Add a workaround for TKIP/CCMP mixed mode credentials Jouni Malinen 2009-03-05 21:39:39 +0200
  • d85825e355 Fix UP-to-AC mapping for prio 3 (EE) to be AC_BE, not AC_VI Jouni Malinen 2009-03-05 16:37:13 +0200
  • 77ac446621 Fix MLME build after WMM renames Jouni Malinen 2009-03-05 15:56:51 +0200
  • 37d8922e58 Fix non-HT STA addition Jouni Malinen 2009-03-05 11:25:32 +0200
  • f72750896c nl80211: Add verbose result debugging for NL80211_CMD_NEW_STATION Jouni Malinen 2009-03-05 11:24:48 +0200
  • b175bff0ce No need for including endian.h anymore Jouni Malinen 2009-03-04 16:29:36 +0200
  • 317c33ebfb No need to check WMM IE OUI or type here Jouni Malinen 2009-03-04 16:28:47 +0200
  • 979be3fecf Use bit mask/shift and helper functions instead of C bit fields Jouni Malinen 2009-03-04 16:23:44 +0200
  • 3ae0800c5f WMM cleanup (WME -> WMM rename, comments, etc.) Jouni Malinen 2009-03-04 12:33:24 +0200
  • 1c6965f7db Remove unused tsinfo() Jouni Malinen 2009-03-04 11:32:51 +0200
  • a83d9c9652 Add build option CONFIG_TERMINATE_ONLASTIF Sam Leffler 2009-03-02 21:57:00 +0200
  • daa70d49de Add support for wpa_supplicant syslog output Sam Leffler 2009-03-02 21:40:44 +0200
  • af12135524 Fix hostapd build with RADIUS support removed Jouni Malinen 2009-03-02 21:25:53 +0200