aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed fwrite error path in eap_fast_write_pac not to free bufJouni Malinen2008-11-011-4/+3
* Added a comment about VS2008EE and updated WinPcap/OpenSSL versionsJouni Malinen2008-11-011-4/+5
* Added a note about hostapd driver_nl80211 and AP mode in wireless-testingJouni Malinen2008-11-011-0/+3
* Fixed ctrl_iface BSS command to fetch scan results, if neededJouni Malinen2008-11-011-0/+4
* driver_nl80211: Remove set_ssid from nl80211 driverJohannes Berg2008-11-011-23/+0
* 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-294-198/+41
* Moved ieee802_11_parse_elems() into common codeJouni Malinen2008-10-299-271/+319
* Removed the unused hapd argument to ieee802_11_parse_elems()Jouni Malinen2008-10-295-15/+10
* driver_nl80211: Added TX queue parameter configurationJouni Malinen2008-10-291-0/+41
* driver_nl80211: Added basic rate configurationJouni Malinen2008-10-291-0/+27
* Verify fread(), fwrite(), and system() return valuesJouni Malinen2008-10-293-5/+18
* 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-292-2/+6
* Set TX queue parameters during initializationJouni Malinen2008-10-291-0/+24
* Fixed EAPOL skip for PMKSA caching case to remain in authenticated stateJouni Malinen2008-10-251-0/+2
* Fix group key rekeying when reauth happens during pending group key updateJouni Malinen2008-10-212-4/+25
* 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-1914-26/+132
* Fixed WPA/RSN IE validation to verify the proto (WPA vs. WPA2) is enabledJouni Malinen2008-10-153-1/+9
* Avoid some gcc 4.3 warnings about deprecated string conversionsJouni Malinen2008-10-141-1/+1
* EAP-FAST: Make PAC-Key lifetime values configurableJouni Malinen2008-10-0813-14/+56
* EAP-FAST: Added support for disabling anonymous/authenticated provisioningJouni Malinen2008-10-0813-0/+50
* Change the order of Result TLV and PAC TLV to avoid interop issuesJouni Malinen2008-10-081-8/+8
* wpa_gui-qt4: Set EAP-FAST provisioning parameters if inner method is 'any'Jouni Malinen2008-10-071-1/+2
* 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
* 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
* NDIS: Set authMode=WPA2, if needed, when flushing PMKID cacheJouni Malinen2008-10-021-1/+15
* 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-022-2/+2
* 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
* Silenced some of the driver-related messages for driver=none caseJouni Malinen2008-10-013-11/+31
* Added a new driver wrapper, "none", for RADIUS server only configurationJouni Malinen2008-10-016-2/+80
* Fixed EAP-TTLS server to verify eap_ttls_phase2_eap_init() return codeJouni Malinen2008-10-011-2/+12
* 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
* nl80211: clean up netlink codeJouni Malinen2008-09-301-120/+108
* nl80211 hostapd driver: clean up netlink codeJohannes Berg2008-09-291-282/+139
* nl80211 driver: correctly set the encrypt bit for eapol framesJohannes Berg2008-09-291-4/+12