aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* driver_test: Merge socket_dir into test_dirJouni Malinen2009-09-101-14/+13
* driver_test: Some additional merging of send_mlmeJouni Malinen2009-09-101-49/+40
* driver_test: Claim AP mode capability for wpa_supplicantJouni Malinen2009-09-101-0/+1
* driver_test: Build most of code in unconditionallyJouni Malinen2009-09-101-117/+116
* driver_test: Merge wpa_supplicant and hostapd data structuresJouni Malinen2009-09-101-46/+36
* radius_server: clean up completed sessions soonerAlex Badea2009-09-091-1/+5
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-079-1/+149
* WPS: Add support for AP reconfiguration with wps_regJouni Malinen2009-09-065-20/+134
* nl80211: Ignore connect/roam/disconnect events when using SMEJouni Malinen2009-09-041-0/+19
* nl80211: Connect API supportZhu Yi2009-09-031-0/+217
* nl80211: Add connect/disconnect event processingZhu Yi2009-09-031-0/+46
* nl80211: Check whether the driver support separate auth/assoc commandsZhu Yi2009-09-031-5/+30
* nl80211: Use defines for cipher suite selectorsZhu Yi2009-09-032-5/+21
* OpenBSD: wired IEEE 802.1X for OpenBSDMasashi Honma2009-08-263-5/+13
* WPS: Aggregate deinit calls in WPS OOBMasashi Honma2009-08-261-11/+9
* Fix a bug with ap_rx_from_unknown_sta() recursionWitold Sowa2009-08-261-2/+2
* nl80211: Use two sockets to avoid mixing command replies with eventsJouni Malinen2009-08-261-6/+38
* Disable PMTU discovery for RADIUS packets (sent them without DF)Jouni Malinen2009-08-231-0/+18
* Disable PMTU discovery for RADIUS packets (sent them without DF)Stefan Winter2009-08-231-2/+22
* Reject X.509 certificate strings with embedded NUL charactersJouni Malinen2009-08-231-0/+31
* Sync with linux/nl80211.h from wireless-testing.gitJouni Malinen2009-08-181-5/+169
* Remove unneeded aes_i.h inclusion from number of placesJouni Malinen2009-08-179-41/+43
* Verify that EAPOL-Key MIC generation succeedsJouni Malinen2009-08-162-5/+10
* Verify that RC4 operation succeedsJouni Malinen2009-08-161-2/+8
* Fix crypto_cipher_init() EVP initializationJouni Malinen2009-08-161-2/+2
* Use OpenSSL for RC4 instead of internal implementationJouni Malinen2009-08-161-0/+37
* Move RC4 into crypto.h as a replaceable crypto functionJouni Malinen2009-08-168-41/+23
* Remove rc4() wrapperJouni Malinen2009-08-164-20/+3
* Fix build with non-FIPS capable OpenSSLJouni Malinen2009-08-161-0/+4
* Verify CHAP/MSCHAPv2 return codeJouni Malinen2009-08-164-26/+54
* Allow non-FIPS MD5 to be used with TLS PRF even in FIPS modeJouni Malinen2009-08-165-8/+162
* Pass digest return value to CHAP/MSCHAPv2 callerJouni Malinen2009-08-164-23/+27
* Preliminary support for FIPS mode operation with OpenSSLJouni Malinen2009-08-163-1/+25
* Pass error values from digest calls to ms_funcs callersJouni Malinen2009-08-162-76/+107
* OpenSSL: Use library version of SHA256Jouni Malinen2009-08-161-0/+7
* OpenSSL: Use EVP_Digest*() functionsJouni Malinen2009-08-161-31/+30
* Make hash functions return error valueJouni Malinen2009-08-1616-94/+153
* Enable SHA256 digest support in OpenSSLJouni Malinen2009-08-161-0/+3
* Support PEM format RSA private key with internal TLS implementationJouni Malinen2009-08-161-0/+29
* NetBSD: Fix wired IEEE 802.1X problemMasashi Honma2009-08-151-0/+9
* Force rebuilding of src/drivers between hostapd and wpa_supplicantJouni Malinen2009-08-142-0/+3
* Create a common drivers makefile snippetJohannes Berg2009-08-141-0/+177