aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* WPS ER: Fetch and parse device descriptionJouni Malinen2009-11-084-7/+170
* WPS: Move generic UPnP XML helper functionality into a separate fileJouni Malinen2009-11-085-272/+321
* WPS: Add HTTP client module to clean up codeJouni Malinen2009-11-083-181/+397
* WPS: Mark functions staticJouni Malinen2009-11-072-3/+2
* WPS: Add initial part of External Registrar functionalityJouni Malinen2009-11-075-31/+432
* Fix MCS set field to be based on driver infoJouni Malinen2009-11-052-0/+8
* Use type-punning to avoid breaking strict aliasing rulesJouni Malinen2009-11-051-11/+15
* Work around some gcc 4.4 strict-aliasing warningsJouni Malinen2009-11-046-7/+28
* Add Xcode project file for building wpa_supplicantJouni Malinen2009-11-021-0/+30
* WPS: SelectedRegistrar expiration for internal PIN registrarAndriy Tkachuk2009-11-011-0/+14
* WPS: Abort ongoing PBC protocol run if session overlap is detectedJouni Malinen2009-11-011-1/+35
* WPS: Add PBC overlap and timeout events from WPS moduleOleg Kravtsov2009-11-014-1/+34
* WPS: Use Config Error 12 to indicate PBC overlap in M2DJouni Malinen2009-11-011-2/+4
* Fix dbus build without EAPJouni Malinen2009-10-221-0/+5
* Move shared MD5/SHA-1 internal definitions into header filesJouni Malinen2009-10-175-26/+10
* Move shared DES definitions into a header fileJouni Malinen2009-10-173-21/+34
* Move PKCS# {1,5,8} functionality into separate filesJouni Malinen2009-10-177-565/+715
* TLS: Replace set_key helpers to return key instead of status codeJouni Malinen2009-10-171-19/+21
* Add support for PKCS #5 encrypted PKCS #8 keys with internal cryptoJouni Malinen2009-10-175-11/+336
* Add DES-CBC support into internal crypto implementationJouni Malinen2009-10-172-0/+74
* Internal TLS: Add support for unencrypred PKCS#8 private keys in PEMJouni Malinen2009-10-161-7/+16
* Add AP mode WPA status into ctrl_ifaceJouni Malinen2009-10-163-61/+70
* Add ctrl_iface events for AP mode STA connect/disconnectJouni Malinen2009-10-161-0/+2
* openssl: Allow build with OpenSSL 0.9.7Jouni Malinen2009-10-161-1/+42
* openssl: Mark openssl_digest_vector() staticJouni Malinen2009-10-161-2/+3
* DragonFly BSD: Fix driver_bsd.c buildMasashi Honma2009-10-121-0/+5
* nl80211: Work around mac80211 limitation on (re)auth when authenticatedJouni Malinen2009-10-121-0/+17
* Fix EAP-AKA server build without EAP-SIMJouni Malinen2009-10-111-3/+3
* Clean up crypto makefile segmentsJouni Malinen2009-10-112-4/+4
* Allow the internal DH implementation to be overriddenJouni Malinen2009-10-118-7/+179
* Include only the used DH groups in the buildJouni Malinen2009-10-111-1/+11
* nl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into scan resultsJouni Malinen2009-10-013-0/+8
* nl80211: Recognize NL80211_CMD_TRIGGER_SCAN eventsJouni Malinen2009-10-011-0/+3
* NSS: Implement TLS PRF using new TLS extractor interfaceJouni Malinen2009-09-301-12/+17
* nl80211: Fix a typo in set_sta_vlan()Author: Johannes Berg2009-09-301-1/+1
* Add preliminary version of NSS TLS/crypto wrapper for wpa_supplicantJouni Malinen2009-09-293-0/+900
* DragonFly BSD: Fix wired IEEE 802.1XMasashi Honma2009-09-281-4/+4
* Mac OS X: Fix wired IEEE 802.1XMasashi Honma2009-09-261-2/+2
* nl80211: Use defines for NL80211_KEY_CIPHER valuesJouni Malinen2009-09-151-5/+8
* Revert "nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setup"Jouni Malinen2009-09-151-37/+44
* nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setupJouni Malinen2009-09-151-44/+37
* driver_nl80211: Fix MLME key settings for static WEPJohannes Berg2009-09-152-3/+65
* Add parsed information from WPS IE(s) into scan resultsJouni Malinen2009-09-112-0/+102
* WPS: Add parsing of AP Setup Locked attributeJouni Malinen2009-09-112-0/+9
* Fix driver_test for hostapdJouni Malinen2009-09-111-0/+1
* Convert WPS IE concat routine to a generic helperJouni Malinen2009-09-112-0/+47
* driver_test: Update BSS data when using wpa_supplicant AP modeJouni Malinen2009-09-111-9/+39
* driver_test: Implement set_mode for wpa_supplicant AP deinitJouni Malinen2009-09-111-9/+25
* driver_test: Preliminary support for wpa_supplicant AP functionalityJouni Malinen2009-09-101-11/+69
* driver_test: Share the same deinit() for hostapd and wpa_supplicantJouni Malinen2009-09-101-53/+33