index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement kqueue(2) support via CONFIG_ELOOP_KQUEUE
Roy Marples
2016-02-07
1
-41/+237
*
eloop: Add eloop_sock_requeue()
Roy Marples
2016-02-07
3
-0/+20
*
wpa_ctrl: Retry select() on EINTR
Jörg Krause
2016-02-07
1
-0/+2
*
mesh: Fix peer link counting when a mesh peer reconnects
Srinivasa Duvvuri
2016-02-06
2
-2/+3
*
P2P: Reduce off channel wait time for some P2P Action frames
Avraham Stern
2016-02-06
3
-4/+4
*
RADIUS: Share a single function for generating session IDs
Jouni Malinen
2016-02-06
4
-21/+21
*
RADIUS: Redesign Request Authenticator generation
Nick Lowe
2016-02-06
5
-26/+16
*
Send an Acct-Multi-Session-Id attribute in Access-Request packets
Nick Lowe
2016-02-06
2
-15/+15
*
Add Acct-Session-Id to Accounting-On/Off
Nick Lowe
2016-02-06
2
-0/+20
*
RADIUS: Use more likely unique accounting Acct-{,Multi-}Session-Id
Nick Lowe
2016-02-06
11
-81/+62
*
EAPOL auth: Move radius_cui/identity freeing to eapol_auth_free()
Jouni Malinen
2016-02-06
2
-2/+3
*
wpa_supplicant: Fix couple of C++ compiler errors with header files
Roshan Pius
2016-02-06
2
-20/+21
*
Add Event-Timestamp to all Accounting-Request packets
Nick Lowe
2016-02-05
1
-8/+9
*
GAS: Calculate response buffer length of ANQP elements
Max Stepanov
2016-02-05
1
-1/+19
*
OpenSSL: Fix server side PKCS#12 processing with extra certificates
Ayala Beker
2016-02-05
1
-5/+17
*
OpenSSL: Fix possible null pointer dereference on an OCSP error path
Ayala Beker
2016-02-05
1
-0/+2
*
EAP-FAST: Fix an error path in PAC binary format parsing
Jouni Malinen
2016-02-05
1
-1/+3
*
Do not send Acct-Authentic in Accounting-On/Off
Nick Lowe
2016-02-05
1
-10/+11
*
RADIUS: Do not include Acct-Terminate-Cause in Accounting-On/Off
Nick Lowe
2016-02-05
1
-8/+0
*
Make fallback from HT40 to HT20 work
Eduardo Abinader
2016-02-05
1
-0/+1
*
BSD: Zero ifindex on interface removal
Roy Marples
2016-02-05
1
-8/+19
*
Android: Support multiple CA certs when connecting to EAP network
Rubin Xu
2016-02-05
1
-19/+89
*
BSD: Disable interface on down
Roy Marples
2016-02-05
1
-7/+15
*
BSD: Use correct ifindex from route messages
Roy Marples
2016-02-05
1
-16/+25
*
BSD: __FUNCTION__ -> __func__
Roy Marples
2016-02-05
1
-2/+2
*
OSU: Add debug printing of more LogotypeExtn fields
Jouni Malinen
2016-02-04
1
-2/+14
*
Add the selector suite into wpa_parse_wpa_ie_rsn() "invalid group cipher"
Jouni Malinen
2016-02-03
1
-2/+4
*
VHT: Add an interoperability workaround for 80+80 and 160 MHz channels
Jouni Malinen
2016-02-01
1
-0/+20
*
nl8021: Avoid potential memory leak on error path
Purushottam Kushwaha
2016-01-15
1
-2/+3
*
Fix wpa_supplicant build with IEEE8021X_EAPOL=y and CONFIG_NO_WPA=y
Jouni Malinen
2016-01-15
4
-7/+7
*
AP: Print interface name in more STA events
Jouni Malinen
2016-01-15
2
-13/+37
*
AP: Fix Deauth/Disassoc TX status timeout handling
Jouni Malinen
2016-01-15
4
-2/+23
*
EAP peer: Use ifdef PCSC_FUNCS to get rid of compiler warnings
Jouni Malinen
2016-01-15
1
-0/+2
*
FST: Get rid of gcc extensions in structure/array initialization
Jouni Malinen
2016-01-15
3
-19/+22
*
OpenSSL: Clean up openssl_digest_vector() to use a single implementation
Jouni Malinen
2016-01-15
1
-31/+17
*
OpenSSL: Clean up crypto_hash_*() to use a single implementation
Jouni Malinen
2016-01-15
1
-46/+20
*
LibreSSL: Fix build with LibreSSL
Jouni Malinen
2016-01-15
2
-10/+10
*
EAP-TTLS peer: Fix success after fragmented final Phase 2 message
Jouni Malinen
2016-01-15
1
-0/+15
*
tests: aes_encrypt_init() and aes_decrypt_init() to use TEST_FAIL
Jouni Malinen
2016-01-14
1
-0/+6
*
OpenSSL: Use EVP_CIPHER_CTX_new() to work with OpenSSL 1.1.0
Jouni Malinen
2016-01-14
1
-63/+72
*
OpenSSL: Update session_secret callback to match OpenSSL 1.1.0 API
Jouni Malinen
2016-01-14
1
-1/+1
*
EAP server: Simplify EAP method registration call
Jouni Malinen
2016-01-13
22
-122/+33
*
EAP peer: Simplify EAP method registration call
Jouni Malinen
2016-01-13
23
-127/+36
*
EAP-WSC peer: Remove unused state values
Jouni Malinen
2016-01-13
1
-5/+1
*
bsd: Optimize socket use
Roy Marples
2016-01-12
1
-89/+129
*
nl80211: Report disassociated STA / lost peer for the correct BSS
Rafał Miłecki
2016-01-12
1
-3/+4
*
OpenSSL: Fix client certificate chain building after PKCS#12 use
Jouni Malinen
2016-01-07
1
-0/+11
*
ACS: Remove unreachable case from a debug print
Jouni Malinen
2016-01-07
1
-2/+1
*
Remove a pointer check that can never be true
Jouni Malinen
2016-01-07
1
-2/+0
*
ACS: Be more consistent with iface->current_mode checks
Jouni Malinen
2016-01-07
1
-0/+3
[next]