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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include functionality to support EAP-FAST unconditionally
Jouni Malinen
2009-12-06
5
-23
/
+0
*
Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines
Jouni Malinen
2009-12-06
6
-71
/
+2
*
Split crypto_internal.c into parts to clean up build
Jouni Malinen
2009-12-06
7
-398
/
+447
*
Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds
Jouni Malinen
2009-12-06
1
-2
/
+2
*
Use thin archives to allow libraries to be merged
Jouni Malinen
2009-12-06
3
-9
/
+14
*
Increase EAP server extra room for encryption overhead (for GnuTLS)
Jouni Malinen
2009-12-06
1
-1
/
+1
*
eap_example: Fix build after recent crypto changes
Jouni Malinen
2009-12-06
1
-3
/
+8
*
Remove obsolete comment about wpa_supplicant header files
Jouni Malinen
2009-12-06
1
-4
/
+0
*
Move EAP method registration away from src/eap_{peer,server}
Jouni Malinen
2009-12-06
16
-325
/
+654
*
Remove unnecessary defines
Jouni Malinen
2009-12-05
16
-50
/
+0
*
Resolve compiler warnings in the test programs
Jouni Malinen
2009-12-05
4
-39
/
+41
*
Add forgotten files into libcrypto.a
Jouni Malinen
2009-12-05
1
-0
/
+2
*
Move more tests from wpa_supplicant/tests into tests
Jouni Malinen
2009-12-05
8
-33
/
+29
*
Use simpler make rules for test programs
Jouni Malinen
2009-12-05
1
-9
/
+4
*
Get rid of some compiler warnings
Jouni Malinen
2009-12-05
1
-5
/
+5
*
Move MD4 test from wpa_supplicant/tests into tests
Jouni Malinen
2009-12-05
4
-8
/
+6
*
Add rules for building src/crypto as a library
Jouni Malinen
2009-12-05
5
-16
/
+74
*
Include needed header files to avoid compiler warnings
Jouni Malinen
2009-12-05
1
-2
/
+5
*
Add build rules for building a library from src/utils files
Jouni Malinen
2009-12-05
4
-9
/
+41
*
Remove Milenage test from hostapd/Makefile
Jouni Malinen
2009-12-05
1
-17
/
+0
*
Move Milenage test code into the new tests directory
Jouni Malinen
2009-12-05
5
-819
/
+846
*
Move milenage.[ch] into src/crypto
Jouni Malinen
2009-12-05
7
-8
/
+6
*
Use auto-generated dependency files and clean them
Jouni Malinen
2009-12-05
1
-1
/
+3
*
Move base64 test code into a new tests subdirectory
Jouni Malinen
2009-12-05
4
-35
/
+76
*
IBSS RSN: Add more verbose debug info for key setup
Jouni Malinen
2009-12-04
1
-8
/
+23
*
nl80211: Add extra IEs into IBSS join request
Jouni Malinen
2009-12-04
1
-0
/
+8
*
IBSS RSN: Wait for connection event and do not use auth timeout
Jouni Malinen
2009-12-04
2
-3
/
+6
*
SME: Do not process disassoc frame unless SME is used
Jouni Malinen
2009-12-04
1
-1
/
+2
*
Fix build with both CONFIG_AP=y and CONFIG_IBSS_RSN=y enabled
Jouni Malinen
2009-12-04
1
-21
/
+16
*
Fix hostapd build with WPS disabled
Jouni Malinen
2009-12-04
1
-0
/
+5
*
nl80211: Add support for IBSS networks
Jouni Malinen
2009-12-04
2
-3
/
+122
*
dbus: switch dbus APIs initialization order
Witold Sowa
2009-12-03
1
-8
/
+8
*
dbus: Enable -u option when only the new DBus API is included
Witold Sowa
2009-12-03
1
-4
/
+4
*
Fix wpa_priv compilation after driver_ops changes
Jouni Malinen
2009-12-03
1
-118
/
+13
*
Fix wpa_priv memory leak in wpa_priv_get_scan_results2()
Dmitry Shmidt
2009-12-03
1
-2
/
+2
*
Add more Doxygen documentation for RADIUS server implementation
Jouni Malinen
2009-12-02
3
-6
/
+364
*
nl80211: Clear BSS state mismatches with deauth as a workaround
Jouni Malinen
2009-12-02
1
-1
/
+19
*
SME: Deauthenticate to clear state after disassociation events
Jouni Malinen
2009-12-02
3
-1
/
+30
*
nl80211: Add debug prints for BSS status in scan results
Jouni Malinen
2009-12-02
2
-0
/
+69
*
Fix driver initialization not to crash if driver does not use init2()
Jouni Malinen
2009-12-02
1
-2
/
+2
*
Move internal EAPOL authenticator defines into their own file
Jouni Malinen
2009-11-29
11
-177
/
+205
*
Remove src/crypto from default include path
Jouni Malinen
2009-11-29
92
-238
/
+217
*
Split handle_assoc() into number of helper functions
Jouni Malinen
2009-11-29
1
-259
/
+368
*
Mark IE input to hostapd_eid_wmm_valid() const
Jouni Malinen
2009-11-29
2
-2
/
+3
*
Check AID availability before handling HT state updates on association
Jouni Malinen
2009-11-29
1
-6
/
+6
*
Allocate sta->ht_capabilities dynamically
Jouni Malinen
2009-11-29
4
-13
/
+25
*
Include src/eapol_auth in Doxygen documents
Jouni Malinen
2009-11-29
1
-0
/
+1
*
Add Makefile for the new src/eapol_auth directory
Jouni Malinen
2009-11-29
2
-1
/
+10
*
Make HOSTAPD_DUMP_STATE configurable with CONFIG_NO_DUMP_STATE
Jouni Malinen
2009-11-29
7
-371
/
+420
*
Move EAPOL authenticator state machine into src/eapol_auth
Jouni Malinen
2009-11-29
12
-14
/
+19
[next]