aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed WEXT scan result parser to not crash on invalid IEs (zero len buffer)Jouni Malinen2008-08-272-4/+10
* Fixed internal TLSv1 server implementation for abbreviated handshakeJouni Malinen2008-08-241-1/+3
* Fixed EAP-FAST server PAC-Opaque paddingJouni Malinen2008-08-241-1/+1
* HT: Removed unused definitionsJouni Malinen2008-08-221-9/+0
* Add Intel copyright for files with 802.11n Intel changesTomas Winkler2008-08-221-0/+1
* Add preliminary IEEE 802.11n support into hostapdJouni Malinen2008-08-211-0/+229
* Added mlme_{add,remove}_sta() for userspace MLMEJouni Malinen2008-08-181-0/+73
* Internal X.509/TLSv1: Support SHA-256 in X.509 certificate digestJouni Malinen2008-08-161-2/+42
* Updated EAP-TTLSv0 references to use RFC 5281Jouni Malinen2008-08-164-10/+10
* nl80211: Preliminary code for usermode MLME supportJouni Malinen2008-08-154-0/+1198
* nl80211: Fixed re-initialization of removed and re-inserted interfaceJouni Malinen2008-08-151-26/+100
* nl80211: Fixed set_mode() to actually use adhoc/station nl80211 variablesJouni Malinen2008-08-151-1/+2
* IEEE Std 802.11r-2008 has been released, so update referencesJouni Malinen2008-08-152-5/+5
* Preparations for 0.6.4 releaseJouni Malinen2008-08-101-1/+1
* Fixed MinGW build without CONFIG_NDIS_EVENTS_INTEGRATED definedJouni Malinen2008-08-101-0/+2
* Renamed MSG to PROC_MSG to avoid conflicts with MinGW winuser.hJouni Malinen2008-08-102-10/+10
* Fixed opportunistic key caching (OKC)Jouni Malinen2008-08-031-1/+2
* WEXT: Fixed re-initialization of removed and re-inserted interfaceJouni Malinen2008-07-252-10/+79
* Fixed EAP-TNC not to include extra EAP header and TNC flagsJouni Malinen2008-07-172-21/+15
* wext: fix maxrate calculationDan Williams2008-07-152-2/+10
* Fixed wpa_scan_get_max_rate() to clear the basicrate flag when determiningJouni Malinen2008-07-151-4/+4
* Make proactive key caching working againMichael Bernhard2008-07-061-1/+2
* Added temporary #ifdef WEXT_MFP_PENDING around the MFP changesJouni Malinen2008-06-181-0/+4
* WEXT: IEEE 802.11w/MFP configurationJouni Malinen2008-06-182-0/+28
* Add support for the driver which do 4-way handshakeMasakazu Mokuno2008-06-181-3/+50
* Add the flags for the drivers which do 4-way handshakeMasakazu Mokuno2008-06-181-0/+2
* Fixed race condition between disassociation event and group key handshakeJouni Malinen2008-06-093-17/+0
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-094-140/+111
* Added a preliminary nl80211/cfg80211 driver interface for wpa_supplicantJouni Malinen2008-06-062-0/+2104
* Fix compile warnings on 64-bit systemsPavel Roskin2008-06-061-2/+2
* Updated the LibTomMath reference to use 0.41 versionJouni Malinen2008-06-061-3/+3
* Combined internal LibTomMath configuration into one optionJouni Malinen2008-06-061-11/+11
* Added an option to build internal LibTomMath with faster div routineJouni Malinen2008-06-061-0/+287
* Read Michael MIC keys through TK2 union instead of offset from TK1Jouni Malinen2008-06-051-2/+2
* Fixed potential NULL pointer dereference if memory allocation failsJouni Malinen2008-06-051-0/+6
* Fixed RADIUS client local address forcing for IPv6 (eapol_test)Jouni Malinen2008-06-051-3/+4
* Add faster, optional sqr routine for internal LibTomMathJouni Malinen2008-06-051-0/+104
* Silence compiler warnings about out of array bounds indexesJouni Malinen2008-06-051-2/+1
* wext: handle mode switches correctly for mac80211Dan Williams2008-06-041-4/+41
* Updated the comments since Montgomery reduction is now includedJouni Malinen2008-06-041-8/+5
* Internal LibTomMath: add optional support for Montgomery reductionJouni Malinen2008-06-041-0/+608
* Reduce integrated LibTomMath size by dropping negative exponent supportJouni Malinen2008-06-041-2/+17
* Introduced new helper function is_zero_ether_addr()Jouni Malinen2008-06-035-9/+9
* Do not continually reschedule specific scans to help finding hidden SSIDsDan Williams2008-06-034-0/+71
* wext: don't overwrite BSS frequencyDan Williams2008-06-021-1/+8
* Internal TLS: Added support for parsing PKCS #8 formatted private keysJouni Malinen2008-06-021-0/+114
* Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()Jouni Malinen2008-05-292-5/+39
* Add eap_tls_state() to get closer to EAP-TTLS/PEAP/FAST codeJouni Malinen2008-05-281-5/+31
* Share EAP-TLS/PEAP/TTLS/FAST core process() functionalityJouni Malinen2008-05-286-140/+130
* Do not refer to Flags::Version field as 'PEAP version'Jouni Malinen2008-05-285-12/+10