driver_nl80211: use Linux socket filter to improve performance
[libeap.git] / src /
2009-01-24 Jouni MalinenWPS: Add a workaround for incorrect passphrase encoding...
2009-01-23 Jouni MalinenWPS: Lock AP Setup on multiple AP PIN validation failures
2009-01-23 Jouni MalinenAdded ap_settings option for overriding WPS AP Settings...
2009-01-23 Jouni MalinenAdd an EAPOL payload length workaround for a WPS implem...
2009-01-23 Jouni MalinenAllow WPS APs for PIN enrollment even without Selected...
2009-01-22 Jouni MalinenWPS: Pad DH Public Key and Shared Key to 192 octets
2009-01-22 Masashi HonmaUse WPS state Not Configured instead of Configured...
2009-01-22 Masashi HonmaWPS: Check Device Password ID attribute only if present...
2009-01-21 Jouni MalinenWPS: Added option to disable AP auto-config on first...
2009-01-20 Jouni MalinenChanged Credential MAC Address to be BSSID in AP/Registrar
2009-01-20 Jouni MalinenChanged the version to 0.7.0 since development branch...
2009-01-20 Jouni MalinenImplement set_probe_req_ie() for nl80211 drivers
2009-01-20 Jouni MalinenSync nl80211_copy.h with wireless-testing.git linux...
2009-01-19 Jouni MalinenFixed MFP Association Comeback mechanism to use Timeout...
2009-01-17 Jouni MalinenWPS: Provide the unparsed Credential attribute to cred_cb()
2009-01-17 Jouni MalinenChanged the Network Index value to 1 since that is...
2009-01-17 Jouni MalinenAdded a separate ctx pointer for wpa_msg() calls in...
2009-01-17 Jouni MalinenAdded support for IBSS scanning into driver_test
2009-01-16 Jouni MalinenAdded an option to add (or override) Credential attribu...
2009-01-14 Jouni MalinenAdded initial step for IBSS RSN support
2009-01-14 Jouni MalinenMoved rsn_pmkid() into shared code to avoid duplication
2009-01-13 Dan Williamsdriver_wext: Add IW_ENCODE_TEMP into SIOCSIWENCODE...
2009-01-13 Jouni MalinenRemoved wpa_sm dereference from pmksa_cache_list()
2009-01-13 Jouni MalinenMoved proto == RSN validation from pmksa_cache.c into...
2009-01-13 Jouni MalinenMoved RADIUS Class attribute helpers into RADIUS module
2009-01-13 Jouni MalinenRenamed shadowed variable
2009-01-12 Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-11 Jouni MalinenSilenced some sparse warnings
2009-01-09 Jouni MalinenShare the same radiotap helper implementation
2009-01-08 Jouni MalinenAdded support for removing RADIUS accounting and RADIUS...
2009-01-08 Jouni MalinenMark shared secret const in RADIUS client routines
2009-01-08 Jouni MalinenMoved documentation from developer.txt into source...
2009-01-06 Jouni MalinenPreparations for 0.6.7 release
2009-01-05 Ihar HrachyshkaFix wpa_supplicant build for uClinux
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-04 Jouni MalinenCompleted Doxygen documentation for functions declared...
2009-01-03 Jouni MalinenAdded endianness annotation for sparse
2009-01-03 Jouni MalinenFixed sparse warnings about integer vs. pointer use
2009-01-03 Jouni MalinenMark functions static if not used elsewhere and use...
2009-01-03 Jouni MalinenInclude the header file to validate function prototype.
2009-01-03 Jouni MalinenMoved WPS Registrar initialization from EAP peer to...
2009-01-03 Jouni MalinenRemoved registrar pointer from wps_config and wps_data
2009-01-03 Jouni MalinenRemoved duplicated authenticator yes/no from wps_config...
2009-01-03 Jouni MalinenRemoved unused WPS_PENDING processing result
2009-01-03 Jouni MalinenAdded Doxygen documentation for WPS code
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2009-01-02 Jouni MalinenMove addr_un definitions to avoid using out-of-scope...
2009-01-01 Jouni MalinenWPS: Generate UUID based on MAC address, if not set
2009-01-01 Jouni MalinenWPS: Cleanup UUID and MAC address configuration
2008-12-31 Jouni MalinenInclude pending MFP defines in nl80211_copy.h
2008-12-31 Jouni MalinenSync nl80211.h copy with the current kernel version
2008-12-31 Jouni MalinenRenamed nl80211 HT channel parameters to match with...
2008-12-31 Jouni MalinenMFP: Fix SA Query Action Category
2008-12-30 Jouni MalinenFix TLS message processing if Flags field is not present
2008-12-29 Jouni MalinenWPS: Set recommended retransmission times with EAP...
2008-12-29 Jouni MalinenFixed retransmission of EAP requests if no response...
2008-12-26 Jouni MalinenAdd RADIUS server support for identity selection hint...
2008-12-26 Jouni MalinenAdd Key Length field into IGTK sub-element (FTIE) per...
2008-12-26 Jouni MalinenRenamed Ping procedure into SA Query procedure per...
2008-12-26 Jouni MalinenFixed the MFP Status/Reason Code values per 802.11w...
2008-12-25 Jouni MalinenWPS: As a workaround, pad zero-length device attributes
2008-12-25 Andriy TkachukWPS: Do not use Selected Registrar Config Methods from...
2008-12-24 Jouni MalinenAdded get_interfaces() handler to list all NDIS adapters
2008-12-24 Jouni MalinenAdded a mechanism for quering driver wrappers for avail...
2008-12-22 Jouni MalinenMark local functions static.
2008-12-22 Jouni MalinenAdded support for global driver data (shared by multipl...
2008-12-21 Jouni MalinenUse wildcard UUID when setting AP PIN for Registrar...
2008-12-21 Jouni MalinenFixed NDIS AuthMode configuration for WPS connection
2008-12-20 Jouni MalinenIANA allocated EAP method type 51 to EAP-GPSK
2008-12-19 Jouni MalinenWPS: Added event callback for successfully completed...
2008-12-19 Jouni MalinenWPS: Added callback for failure-after-M2/M2D
2008-12-18 Jouni MalinenWPS: Added event callback and M2D notification
2008-12-18 Andriy TkachukFix CONFIG_WPS=y, CONFIG_TLS=internal build
2008-12-17 Jouni MalinenWPS: Fixed deinit code for freeing config and registrar...
2008-12-16 Jouni MalinenWPS: Improved error processing to use NACK correctly
2008-12-16 Jouni MalinenFixed EAP-AKA build in case EAP-AKA' is disabled
2008-12-15 Jouni MalinenUse a fixed wps_msg prefix with WPS creds notification
2008-12-15 Jouni MalinenWPS: Added control interface notification for available...
2008-12-14 Jouni MalinenFixed interoperability issue with PEAPv0 cryptobinding...
2008-12-14 Jouni MalinenCleaned up EAP-MSCHAPv2 key derivation
2008-12-12 Jouni MalinenPorted driver_test to Windows (only UDP socket available)
2008-12-12 Jouni Malinendriver_test: Optional support for using UDP socket
2008-12-10 Jouni MalinenComment out dynamic CertEnumCertificatesInStore loading...
2008-12-10 Jouni MalinenWorkaround number of compiler warnings with newer MinGW...
2008-12-10 Jouni MalinenResolved number of signed/unsigned mismatches and ntddn...
2008-12-10 Jouni MalinenRename MSG to MESG to avoid conflicts with Windows...
2008-12-10 Jouni MalinenDon't include unused calls to SHA256 functions if EAP...
2008-12-09 Luis R. Rodriguezwpa_supplicant: Add support for setting of a regulatory...
2008-12-08 Jouni Malinennl80211: Include copy of linux/nl80211.h with hostapd...
2008-12-07 Jouni MalinenAdded option to force SoH version 1 (tnc=soh1)
2008-12-07 Jouni MalinenMerged EAP-AKA' into eap_aka.c and added it to defconfi...
2008-12-05 Jouni MalinenAdded protection against EAP-AKA' -> EAP-AKA bidding...
2008-12-04 Jouni MalinenFixed a typo in a comment
2008-12-04 Jouni MalinenEAP-AKA': Added CK',IK' derivation
2008-12-04 Jouni MalinenEAP-AKA': Comment out EAP-AKA' server KDF negotiation
2008-12-04 Jouni MalinenEAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT...
2008-12-04 Jouni MalinenFixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server...
2008-12-04 Jouni MalinenMade 802.11 management frame IE parser aware of vendor...
2008-12-03 Jouni MalinenEAP-AKA': Allow both AKA AKA' to be registed from eap_a...
2008-12-03 Jouni MalinenEAP-AKA': Derive keys using the new KDF (PRF')
next