aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* wpa_gui-qt4: tweak icon MakefileKel Modderman2008-11-111-3/+7
* wpa_gui-qt4: FTBFS with GCC 4.4: missing #includeMartin Michlmayr2008-11-113-0/+4
* Added an optional mitigation mechanism for certain attacks against TKIP byJouni Malinen2008-11-086-4/+94
* Fixed EAP-AKA RES Length field in AT_RES as length in bits, not bytesJouni Malinen2008-11-071-0/+2
* Added support for enforcing frequent PTK rekeyingJouni Malinen2008-11-065-1/+28
* Added Milenage-GSM simulator for EAP-SIMJouni Malinen2008-11-062-4/+13
* Added Milenage USIM emulator for EAP-AKA (can be used to simulate testJouni Malinen2008-11-053-0/+14
* Preparations for 0.6.5 releaseJouni Malinen2008-11-011-1/+1
* Added a comment about VS2008EE and updated WinPcap/OpenSSL versionsJouni Malinen2008-11-011-4/+5
* Fixed ctrl_iface BSS command to fetch scan results, if neededJouni Malinen2008-11-011-0/+4
* Updated VS2005 project files with new and removed C filesJouni Malinen2008-11-013-10/+22
* Use os_snprintf() instead of snprintf()Jouni Malinen2008-11-011-16/+16
* Use the common ieee802_11_parse_elems() implementations for mlme.cJouni Malinen2008-10-292-198/+35
* Verify fread(), fwrite(), and system() return valuesJouni Malinen2008-10-291-2/+4
* Avoid some gcc 4.3 warnings about deprecated string conversionsJouni Malinen2008-10-141-1/+1
* wpa_gui-qt4: Set EAP-FAST provisioning parameters if inner method is 'any'Jouni Malinen2008-10-071-1/+2
* Register a quick auth timeout if EAPOL fails to avoid long waitsJouni Malinen2008-10-021-0/+9
* Added debug_timestamp option to Windows registryJouni Malinen2008-10-022-0/+8
* Set update_config=1 in the example Windows registry configJouni Malinen2008-10-021-0/+1
* Save config after blob updates from EAP (if update_config=1)Jouni Malinen2008-10-021-0/+7
* wpa_gui-qt4: Fixed phase2 format for EAP-FAST GTC+MSCHAPv2 caseJouni Malinen2008-10-021-2/+2
* Fixed a typoJouni Malinen2008-10-021-1/+1
* wpa_gui-qt4: Set EAP-FAST provisioning parametersJouni Malinen2008-10-021-3/+14
* wpa_gui-qt4: Unset string variables instead of setting them to ""Jouni Malinen2008-10-021-6/+20
* Extended ctrl_iface SET_NETWORK to allow variables to be unsetJouni Malinen2008-10-021-0/+17
* wpa_gui-qt4: Added support for configuring Phase 2 methodJouni Malinen2008-10-014-1/+158
* Add pcsc="" to configuration for EAP-SIM and EAP-AKAJouni Malinen2008-10-011-4/+7
* wpa_gui-qt4: add support for starting in system tray onlyKel Modderman2008-10-014-10/+27
* wpa_gui-qt4: clean up closeEvent handlerKel Modderman2008-10-012-20/+6
* FT: Do not call wpa_ft_prepare_auth_request() if FT is not usedJouni Malinen2008-09-291-2/+4
* Added set_mode() handler for privsepJouni Malinen2008-09-291-0/+14
* Add an optional set_mode() driver_ops handler for setting mode before keysDan Williams2008-09-292-0/+13
* Silenced compiler warnings on size_t printf format and shadowed variablesJouni Malinen2008-09-271-2/+2
* Split wpa_supplicant_select_bss() into three and remove odd debug messageJouni Malinen2008-09-261-26/+60
* Don't bother showing a status message when returning to the system tray,Kel Modderman2008-09-261-9/+13
* wpa_gui-qt4: remove lastWindowClosed() signal handlerKel Modderman2008-09-252-12/+4
* wpa_gui-qt4: enhance svg iconBernard Gray2008-09-251-48/+5
* wpa_gui-qt4: add status fields to tray messageKel Modderman2008-09-251-1/+8
* Fix build with CONFIG_CLIENT_MLME, but without CONFIG_IEEE80211WAndriy Tkachuk2008-09-241-1/+1
* Don't post scan results when initial scan is emtpyDan Nicholson2008-09-241-3/+12
* Restore scan request settings if initial association failedDan Nicholson2008-09-241-0/+1
* Add a new auto-generated file to be ignoredJouni Malinen2008-09-241-0/+1
* wpa_gui-qt4: add system tray supportKel Modderman2008-09-242-1/+189
* wpa_gui-qt4: remove qPixmapFromMimeSource from ui filesKel Modderman2008-09-245-5/+5
* wpa_gui-qt4: use new svg as application iconKel Modderman2008-09-243-1/+14
* wpa_gui-qt4: desktop entry fileKel Modderman2008-09-241-0/+10
* wpa_gui-qt4: add svg iconBernard Gray2008-09-243-0/+329
* IEEE 802.11w: Use comeback duration to delay associationJouni Malinen2008-09-011-6/+28
* FT: Fixed FTIE for authentication after a failed associationJouni Malinen2008-09-012-0/+4
* Added support for using SHA256-based stronger key derivation for WPA2Jouni Malinen2008-08-319-45/+93