ba4dc6be9eUpdated HT Capabilities Info field names to match with 802.11n/D7.0
Jouni Malinen
2008-11-24 15:08:02 +0200
31a4c88580Updated OpenSSL 0.9.8i patch to use new session ticket override API
Jouni Malinen
2008-11-23 21:18:26 +0200
191a8ad794Use SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL_VERSION_NUMBER to figure out whether to use the new session ticket override API with OpenSSL.
Jouni Malinen
2008-11-23 21:14:43 +0200
d268507aa0Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1
Jouni Malinen
2008-11-23 20:06:13 +0200
afc7a7ad3cAdd a .gitignore for the new wps directory.
Jouni Malinen
2008-11-23 19:40:37 +0200
cd35db9fefUpdated userspace MLME instructions for current mac80211
Jouni Malinen
2008-11-18 15:45:25 +0200
bac912e5bdRemove extra typedefs since they do not seem to be needed anymore
Jouni Malinen
2008-11-18 15:06:03 +0200
ba60b94a40Improved the error message for passive scan not being available
Jouni Malinen
2008-11-18 15:01:24 +0200
9ee06a63e5driver_nl80211: Remove monitor interface if AP initialization fails
Jouni Malinen
2008-11-18 14:55:32 +0200
10b83bd712Changed channel flags configuration to read the information from the driver (e.g., via driver_nl80211 when using mac80211) instead of using hostapd as the source of the regulatory information (i.e., information from CRDA is now used with mac80211); this allows 5 GHz channels to be used with hostapd (if allowed in the current regulatory domain).
Jouni Malinen
2008-11-18 14:51:43 +0200
0cf03892a4OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding API
Jouni Malinen
2008-11-16 21:29:12 +0200
ea251b4a23EAP-FAST: Reorder TLVs in PAC Acknowledgment to fix interop issues
Jouni Malinen
2008-11-16 11:10:29 +0200
1b554eb0d7Modified the OpenSSL patch to use session ticket -specific function
Jouni Malinen
2008-11-12 06:15:27 +0200
d13c05cafbUpdated indentation in the patch to match style used elsewhere in OpenSSL
Jouni Malinen
2008-11-12 05:06:03 +0200
efd59c96d7wpa_gui-qt4: tweak icon Makefile
Kel Modderman
2008-11-11 17:41:19 +0200
65db6cad23wpa_gui-qt4: FTBFS with GCC 4.4: missing #include
Martin Michlmayr
2008-11-11 17:36:37 +0200
46690a3b9bAdded an optional mitigation mechanism for certain attacks against TKIP by delaying Michael MIC error reports by a random amount of time between 0 and 60 seconds if multiple Michael MIC failures are detected with the same PTK (i.e., the Authenticator does not rekey PTK on first failure report). This is disabled by default and can be enabled with a build option CONFIG_DELAYED_MIC_ERROR_REPORT=y in .config.
Jouni Malinen
2008-11-08 04:43:12 +0200
6982784e20EAP-SIM/AKA: fixed initialization to verify PIN even if identity is set
Jouni Malinen
2008-11-07 20:09:44 +0200
04a5bad682EAP-AKA: Validate RES Length field in AT_RES
Jouni Malinen
2008-11-07 08:34:07 +0200
fa71a1d84aFixed EAP-AKA RES Length field in AT_RES as length in bits, not bytes
Jouni Malinen
2008-11-07 08:30:34 +0200
39452b4debEAP-FAST: Include Tunnel PAC request only after EAP authentication
Jouni Malinen
2008-11-06 21:07:53 +0200
581a8cde77Added support for enforcing frequent PTK rekeying
Jouni Malinen
2008-11-06 19:57:21 +0200
81eec387ddAdded Milenage-GSM simulator for EAP-SIM
Jouni Malinen
2008-11-06 04:21:32 +0200
31cbe002c9driver_ndis: Added a workaround for a driver that removes SSID IE in scan
Jouni Malinen
2008-11-05 23:44:26 +0200
2a24bb3199Added Milenage USIM emulator for EAP-AKA (can be used to simulate test USIM card with a known private key; enable with CONFIG_USIM_SIMULATOR in .config and password="Ki:OPc:SQN" in network configuration).
Jouni Malinen
2008-11-05 23:02:13 +0200
988ab690acPreparations for 0.6.5 release
Jouni Malinen
2008-11-01 17:20:25 +0200
ac987fb7deFixed fwrite error path in eap_fast_write_pac not to free buf
Jouni Malinen
2008-11-01 17:09:28 +0200
8caa12b46cAdded a comment about VS2008EE and updated WinPcap/OpenSSL versions
Jouni Malinen
2008-11-01 14:46:00 +0200
07d44beeabAdded a note about hostapd driver_nl80211 and AP mode in wireless-testing
Jouni Malinen
2008-11-01 14:32:10 +0200
e3e51d9f03Fixed ctrl_iface BSS command to fetch scan results, if needed
Jouni Malinen
2008-11-01 14:28:34 +0200
4aac554ce2driver_nl80211: Remove set_ssid from nl80211 driver
Johannes Berg
2008-11-01 13:45:34 +0200
b6a55236ceUpdated VS2005 project files with new and removed C files
Jouni Malinen
2008-11-01 13:03:09 +0200
3fd0b8f196Use os_snprintf() instead of snprintf()
Jouni Malinen
2008-11-01 13:02:50 +0200
1add3c3387Use the common ieee802_11_parse_elems() implementations for mlme.c
Jouni Malinen
2008-10-29 21:57:01 +0200
cb7b04c8c9Moved ieee802_11_parse_elems() into common code
Jouni Malinen
2008-10-29 21:48:14 +0200
3d536eb453Removed the unused hapd argument to ieee802_11_parse_elems()
Jouni Malinen
2008-10-29 21:33:46 +0200