index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parsed information from WPS IE(s) into scan results
Jouni Malinen
2009-09-11
2
-0
/
+102
*
WPS: Add parsing of AP Setup Locked attribute
Jouni Malinen
2009-09-11
2
-0
/
+9
*
Fix driver_test for hostapd
Jouni Malinen
2009-09-11
1
-0
/
+1
*
Convert WPS IE concat routine to a generic helper
Jouni Malinen
2009-09-11
2
-0
/
+47
*
driver_test: Update BSS data when using wpa_supplicant AP mode
Jouni Malinen
2009-09-11
1
-9
/
+39
*
driver_test: Implement set_mode for wpa_supplicant AP deinit
Jouni Malinen
2009-09-11
1
-9
/
+25
*
driver_test: Preliminary support for wpa_supplicant AP functionality
Jouni Malinen
2009-09-10
1
-11
/
+69
*
driver_test: Share the same deinit() for hostapd and wpa_supplicant
Jouni Malinen
2009-09-10
1
-53
/
+33
*
driver_test: Merge socket_dir into test_dir
Jouni Malinen
2009-09-10
1
-14
/
+13
*
driver_test: Some additional merging of send_mlme
Jouni Malinen
2009-09-10
1
-49
/
+40
*
driver_test: Claim AP mode capability for wpa_supplicant
Jouni Malinen
2009-09-10
1
-0
/
+1
*
driver_test: Build most of code in unconditionally
Jouni Malinen
2009-09-10
1
-117
/
+116
*
driver_test: Merge wpa_supplicant and hostapd data structures
Jouni Malinen
2009-09-10
1
-46
/
+36
*
radius_server: clean up completed sessions sooner
Alex Badea
2009-09-09
1
-1
/
+5
*
WPS: Store device info and make it available through AP ctrl_iface
Jouni Malinen
2009-09-07
9
-1
/
+149
*
WPS: Add support for AP reconfiguration with wps_reg
Jouni Malinen
2009-09-06
5
-20
/
+134
*
nl80211: Ignore connect/roam/disconnect events when using SME
Jouni Malinen
2009-09-04
1
-0
/
+19
*
nl80211: Connect API support
Zhu Yi
2009-09-03
1
-0
/
+217
*
nl80211: Add connect/disconnect event processing
Zhu Yi
2009-09-03
1
-0
/
+46
*
nl80211: Check whether the driver support separate auth/assoc commands
Zhu Yi
2009-09-03
1
-5
/
+30
*
nl80211: Use defines for cipher suite selectors
Zhu Yi
2009-09-03
2
-5
/
+21
*
OpenBSD: wired IEEE 802.1X for OpenBSD
Masashi Honma
2009-08-26
3
-5
/
+13
*
WPS: Aggregate deinit calls in WPS OOB
Masashi Honma
2009-08-26
1
-11
/
+9
*
Fix a bug with ap_rx_from_unknown_sta() recursion
Witold Sowa
2009-08-26
1
-2
/
+2
*
nl80211: Use two sockets to avoid mixing command replies with events
Jouni Malinen
2009-08-26
1
-6
/
+38
*
Disable PMTU discovery for RADIUS packets (sent them without DF)
Jouni Malinen
2009-08-23
1
-0
/
+18
*
Disable PMTU discovery for RADIUS packets (sent them without DF)
Stefan Winter
2009-08-23
1
-2
/
+22
*
Reject X.509 certificate strings with embedded NUL characters
Jouni Malinen
2009-08-23
1
-0
/
+31
*
Sync with linux/nl80211.h from wireless-testing.git
Jouni Malinen
2009-08-18
1
-5
/
+169
*
Remove unneeded aes_i.h inclusion from number of places
Jouni Malinen
2009-08-17
9
-41
/
+43
*
Verify that EAPOL-Key MIC generation succeeds
Jouni Malinen
2009-08-16
2
-5
/
+10
*
Verify that RC4 operation succeeds
Jouni Malinen
2009-08-16
1
-2
/
+8
*
Fix crypto_cipher_init() EVP initialization
Jouni Malinen
2009-08-16
1
-2
/
+2
*
Use OpenSSL for RC4 instead of internal implementation
Jouni Malinen
2009-08-16
1
-0
/
+37
*
Move RC4 into crypto.h as a replaceable crypto function
Jouni Malinen
2009-08-16
8
-41
/
+23
*
Remove rc4() wrapper
Jouni Malinen
2009-08-16
4
-20
/
+3
*
Fix build with non-FIPS capable OpenSSL
Jouni Malinen
2009-08-16
1
-0
/
+4
*
Verify CHAP/MSCHAPv2 return code
Jouni Malinen
2009-08-16
4
-26
/
+54
*
Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode
Jouni Malinen
2009-08-16
5
-8
/
+162
*
Pass digest return value to CHAP/MSCHAPv2 caller
Jouni Malinen
2009-08-16
4
-23
/
+27
*
Preliminary support for FIPS mode operation with OpenSSL
Jouni Malinen
2009-08-16
3
-1
/
+25
*
Pass error values from digest calls to ms_funcs callers
Jouni Malinen
2009-08-16
2
-76
/
+107
*
OpenSSL: Use library version of SHA256
Jouni Malinen
2009-08-16
1
-0
/
+7
*
OpenSSL: Use EVP_Digest*() functions
Jouni Malinen
2009-08-16
1
-31
/
+30
*
Make hash functions return error value
Jouni Malinen
2009-08-16
16
-94
/
+153
*
Enable SHA256 digest support in OpenSSL
Jouni Malinen
2009-08-16
1
-0
/
+3
*
Support PEM format RSA private key with internal TLS implementation
Jouni Malinen
2009-08-16
1
-0
/
+29
*
NetBSD: Fix wired IEEE 802.1X problem
Masashi Honma
2009-08-15
1
-0
/
+9
*
Force rebuilding of src/drivers between hostapd and wpa_supplicant
Jouni Malinen
2009-08-14
2
-0
/
+3
*
Create a common drivers makefile snippet
Johannes Berg
2009-08-14
1
-0
/
+177
[next]