aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* EAP-SIM/AKA: fixed initialization to verify PIN even if identity is setJouni Malinen2008-11-071-2/+17
* EAP-AKA: Validate RES Length field in AT_RESJouni Malinen2008-11-073-2/+13
* Fixed EAP-AKA RES Length field in AT_RES as length in bits, not bytesJouni Malinen2008-11-071-1/+1
* EAP-FAST server: allow expired PAC for PAC refreshJouni Malinen2008-11-061-6/+15
* EAP-FAST: Include Tunnel PAC request only after EAP authenticationJouni Malinen2008-11-061-1/+3
* Added support for enforcing frequent PTK rekeyingJouni Malinen2008-11-063-1/+20
* Added Milenage-GSM simulator for EAP-SIMJouni Malinen2008-11-061-12/+73
* driver_ndis: Added a workaround for a driver that removes SSID IE in scanJouni Malinen2008-11-051-0/+27
* Added Milenage USIM emulator for EAP-AKA (can be used to simulate testJouni Malinen2008-11-053-25/+156
* Preparations for 0.6.5 releaseJouni Malinen2008-11-011-1/+1
* Fixed fwrite error path in eap_fast_write_pac not to free bufJouni Malinen2008-11-011-4/+3
* Use the common ieee802_11_parse_elems() implementations for mlme.cJouni Malinen2008-10-292-0/+6
* Moved ieee802_11_parse_elems() into common codeJouni Malinen2008-10-294-0/+316
* Verify fread(), fwrite(), and system() return valuesJouni Malinen2008-10-292-3/+14
* Fixed size_t printf format for 64-bit targetsJouni Malinen2008-10-292-10/+17
* nl80211: Finish dumps properly (ported from iw.git)Jouni Malinen2008-10-291-1/+3
* Fixed EAPOL skip for PMKSA caching case to remain in authenticated stateJouni Malinen2008-10-251-0/+2
* EAP-FAST peer: Fixed not to add PAC Request in PAC Acknowledgement messageJouni Malinen2008-10-191-1/+1
* EAP-FAST: Allow A-ID and A-ID-Info to be configured separatelyJouni Malinen2008-10-196-18/+62
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-086-14/+30
* EAP-FAST: Added support for disabling anonymous/authenticated provisioningJouni Malinen2008-10-086-0/+31
* Change the order of Result TLV and PAC TLV to avoid interop issuesJouni Malinen2008-10-081-8/+8
* Updated the comment on MS-Packet-Info mismatch based on [MS-SOH] infoJouni Malinen2008-10-021-2/+3
* SoH: Add null termination for empty url in MS-Quarantine-State.Jouni Malinen2008-10-021-2/+2
* SoH: Add all the mandatory attributes into SSoH vendor specific attributeJouni Malinen2008-10-021-5/+54
* Fixed EAP-FAST peer not to add double Result TLV when ACKing PACJouni Malinen2008-10-021-6/+3
* NDIS: Set authMode=WPA2, if needed, when flushing PMKID cacheJouni Malinen2008-10-021-1/+15
* Fixed a typoJouni Malinen2008-10-021-1/+1
* Fixed EAP-TTLS server to verify eap_ttls_phase2_eap_init() return codeJouni Malinen2008-10-011-2/+12
* nl80211: clean up netlink codeJouni Malinen2008-09-301-120/+108
* Added set_mode() handler for privsepJouni Malinen2008-09-292-1/+13
* Fixed build without CONFIG_CLIENT_MLMEJouni Malinen2008-09-291-0/+2
* Add an optional set_mode() driver_ops handler for setting mode before keysDan Williams2008-09-295-6/+21
* Validate WEXT event iwe->u.data.length before using the event dataJouni Malinen2008-09-271-1/+24
* Silenced compiler warnings on size_t printf format and shadowed variablesJouni Malinen2008-09-275-16/+20
* MFP + FT: Added support for sending IGTK in FTIEJouni Malinen2008-09-011-73/+146
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-3110-57/+151
* Moved WMM action category definition into ieee802_11_defs.hJouni Malinen2008-08-311-0/+1
* IEEE 802.11w: Added association pingJouni Malinen2008-08-311-3/+9
* Updated MFP defines based on IEEE 802.11w/D6.0 and use new MFPC/MFPRJouni Malinen2008-08-304-8/+32
* 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