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
*
Rename MSG to MESG to avoid conflicts with Windows header files
Jouni Malinen
2008-12-11
1
-9
/
+9
*
Don't include unused calls to SHA256 functions if EAP-AKA' is not enabled
Jouni Malinen
2008-12-11
1
-0
/
+4
*
SHA256 is needed for EAP-AKA' and WPS
Jouni Malinen
2008-12-11
1
-0
/
+2
*
Added CONFIG_IEEE80211N into defconfig (commented out)
Jouni Malinen
2008-12-10
1
-0
/
+3
*
Fixed build without CONFIG_IEEE80211N
Jouni Malinen
2008-12-10
1
-1
/
+1
*
Updated the comment about libnl to state that version 1.1 is new enough
Jouni Malinen
2008-12-09
1
-2
/
+3
*
Renamed the 'alpha2' variable to 'country' to match with config string
Jouni Malinen
2008-12-09
3
-9
/
+9
*
Added documentation for the new 'country' configuration option
Jouni Malinen
2008-12-09
1
-0
/
+5
*
wpa_supplicant: Add support for setting of a regulatory domain
Luis R. Rodriguez
2008-12-09
9
-3
/
+96
*
wpa_supplicant: print password field only if -K is given
Helmut Schaa
2008-12-09
1
-3
/
+3
*
Added libnl 2.0 compatibility code (CONFIG_LIBNL20=y in .config needed)
Jouni Malinen
2008-12-08
2
-0
/
+17
*
Fixed a typo in wpa_supplicant manpage
Jouni Malinen
2008-12-08
1
-1
/
+1
*
driver_test: Added support for testing WPS without use_mlme
Jouni Malinen
2008-12-08
1
-0
/
+7
*
WPS: Added [WPS], [WPS-PIN], [WPS-PBC] flags for scan results
Jouni Malinen
2008-12-08
2
-0
/
+43
*
nl80211: Include copy of linux/nl80211.h with hostapd/wpa_supplicant
Jouni Malinen
2008-12-08
3
-39
/
+786
*
Added option to force SoH version 1 (tnc=soh1)
Jouni Malinen
2008-12-07
3
-8
/
+14
*
Added EAP-FAST interop test results with Radiator 4.3.1
Jouni Malinen
2008-12-07
1
-7
/
+7
*
Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLog
Jouni Malinen
2008-12-07
14
-2722
/
+579
*
Added protection against EAP-AKA' -> EAP-AKA bidding down attacks
Jouni Malinen
2008-12-05
6
-1
/
+59
*
Fixed a typo in a comment
Jouni Malinen
2008-12-04
1
-1
/
+1
*
EAP-AKA': Added CK',IK' derivation
Jouni Malinen
2008-12-04
4
-3
/
+101
*
EAP-AKA': Comment out EAP-AKA' server KDF negotiation
Jouni Malinen
2008-12-04
1
-0
/
+4
*
EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributes
Jouni Malinen
2008-12-04
4
-2
/
+223
*
Fixed EAP-SIM and EAP-AKA AT_IDENTITY parsing (server only)
Jouni Malinen
2008-12-04
1
-2
/
+14
*
nl80211: Remove the debug print from data frame processing
Jouni Malinen
2008-12-04
1
-1
/
+0
*
Made 802.11 management frame IE parser aware of vendor HT Capab IE
Jouni Malinen
2008-12-04
3
-0
/
+22
*
Fixed WEP authentication (both Open System and Shared Key) with mac80211
Jouni Malinen
2008-12-04
2
-1
/
+25
*
EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.c
Jouni Malinen
2008-12-03
2
-8
/
+90
*
Removed mac_addr from eapol_ctx to fix the eapol_test build
Jouni Malinen
2008-12-03
1
-1
/
+0
*
EAP-AKA': Derive keys using the new KDF (PRF')
Jouni Malinen
2008-12-03
6
-51
/
+320
*
nl80211: Generate 802.11b mode based on 802.11g information
Jouni Malinen
2008-12-03
1
-1
/
+75
*
EAP-AKA': Use HMAC-SHA-256-128 for AT_MAC
Jouni Malinen
2008-12-02
4
-10
/
+117
*
EAP-AKA': Use SHA256 for AT_CHECKCODE
Jouni Malinen
2008-12-02
4
-20
/
+46
*
Use a variable to store EAP method type for EAP-AKA vs. EAP-AKA'
Jouni Malinen
2008-12-02
2
-16
/
+32
*
Add a starting point for EAP-AKA' (draft-arkko-eap-aka-kdf-10)
Jouni Malinen
2008-12-02
7
-0
/
+2227
*
Fixed non-HT (and GF, 20 MHz) counting
Jouni Malinen
2008-12-02
3
-11
/
+28
*
WPS: Added support for wildcard PINs that work with any UUID-E
Jouni Malinen
2008-11-30
3
-19
/
+57
*
WPS: Added more verbose debug info on authentication type mismatch
Jouni Malinen
2008-11-30
1
-1
/
+2
*
WPS: Added note about update_config and added WPS to ChangeLog
Jouni Malinen
2008-11-30
3
-1
/
+19
*
WPS: Added initial documentation on using WPS with wpa_supplicant
Jouni Malinen
2008-11-30
1
-0
/
+130
*
Clear various flags on re-association to allow key_mgmt changes
Jouni Malinen
2008-11-30
5
-2
/
+19
*
Always clear EAP altAccept and altReject variables on new association
Jouni Malinen
2008-11-30
1
-4
/
+3
*
WPS: Added support for fragmented WPS IE in Beacon and Probe Response
Jouni Malinen
2008-11-29
8
-166
/
+259
*
WPS: Added driver_test debug dump of Beacon/ProbeResp WPS IE
Jouni Malinen
2008-11-29
1
-0
/
+2
*
WPS: Add length limits to device attribute strings
Jouni Malinen
2008-11-29
1
-0
/
+25
*
WPS: Fixed hostapd to use allocated buffers for device attributes
Jouni Malinen
2008-11-29
1
-5
/
+6
*
WPS: Get AP PIN from configuration instead of using hardcoded value
Jouni Malinen
2008-11-29
1
-2
/
+4
*
WPS: Added WPS into key_mgmt config write handler
Jouni Malinen
2008-11-29
1
-0
/
+6
*
WPS: Added wpa_supplicant ctrl_iface commands to start WPS processing
Jouni Malinen
2008-11-29
4
-0
/
+356
*
Fixed wpa_config_parse_string() not to modify const string.
Jouni Malinen
2008-11-29
1
-4
/
+9
[next]