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
...
*
Fix driver_bsd.c build
Masashi Honma
2009-12-07
1
-17
/
+17
*
Add support for building IEEE 802.11n support into wpa_supplicant AP
Jouni Malinen
2009-12-06
1
-0
/
+7
*
Fix conditional EAP-SIM/AKA DB code selection
Jouni Malinen
2009-12-06
1
-5
/
+9
*
Move IEEE 802.11n HT management code into a separate file
Jouni Malinen
2009-12-06
8
-292
/
+288
*
Remove unnecessary CONFIG_IEEE80211N use
Jouni Malinen
2009-12-06
5
-25
/
+4
*
Remove unused phytype RX info variable
Jouni Malinen
2009-12-06
4
-43
/
+0
*
Remove unused hostapd reconfig code
Jouni Malinen
2009-12-06
13
-108
/
+0
*
Fix some issues with test program builds
Jouni Malinen
2009-12-06
1
-1
/
+2
*
Move EAP-SIM DB conditional build into hostapd
Jouni Malinen
2009-12-06
2
-20
/
+4
*
Move test_x509v3 into the new tests subdirectory
Jouni Malinen
2009-12-06
6
-15
/
+12
*
Remove forgotten asn1_test build target
Jouni Malinen
2009-12-06
1
-6
/
+0
*
Remove conditional no-RADIUS build from src/radius
Jouni Malinen
2009-12-06
9
-114
/
+77
*
Resolve circular library references with --start-group
Jouni Malinen
2009-12-06
1
-3
/
+7
*
Move asn1_test.c into tests subdirectory and split it in two
Jouni Malinen
2009-12-06
4
-12
/
+61
*
Move hlr_auc_gw into hostapd directory
Jouni Malinen
2009-12-06
7
-21
/
+2
*
Add rules for building src/tls/libtls.a and use it with eap_example
Jouni Malinen
2009-12-06
3
-82
/
+41
*
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
[prev]
[next]