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
*
DPP: Fix compilation without openssl
Andrei Otcheretianski
2017-07-07
5
-6/+3
*
FILS: Advertize FILS capability based on driver capability
Vidyullatha Kanchanapally
2017-07-07
2
-0/+14
*
Fix a typo in vendor attribute documentation
Jouni Malinen
2017-07-07
1
-1/+1
*
FILS: Add HLP support with driver-based AP SME
Jeffin Mammen
2017-07-06
7
-9/+127
*
FILS: Fix the IP header protocol field in HLP DHCP response
Jeffin Mammen
2017-07-06
1
-0/+1
*
FILS: ERP-based PMKSA cache addition on AP
Jouni Malinen
2017-07-05
2
-1/+29
*
FILS: Fix a frame name in a debug print
Jouni Malinen
2017-07-05
1
-1/+1
*
OCE: Define OCE attributes and other related macros
Ashwini Patil
2017-07-04
1
-0/+11
*
DPP: Add DPP_CONFIGURATOR_SIGN to generate own connector
Jouni Malinen
2017-07-04
2
-0/+46
*
DPP: DPP_BOOTSTRAP_INFO for hostapd
Jouni Malinen
2017-07-04
2
-0/+23
*
DPP: Share bootstrap type to string helper function
Jouni Malinen
2017-07-04
2
-0/+13
*
Add new key_mgmt values for wpa_supplicant STATUS command
Jouni Malinen
2017-07-03
1
-0/+4
*
Add mgmt_group_cipher to wpa_supplicant STATUS command
Jouni Malinen
2017-07-03
2
-2/+13
*
Update default wpa_group_rekey to once-per-day when using CCMP/GCMP
Jouni Malinen
2017-07-03
2
-0/+4
*
DPP: Set PMKSA expiration based on peer connector
Jouni Malinen
2017-07-03
3
-11/+15
*
DPP: Update hostapd configurator parameters to match wpa_supplicant
Jouni Malinen
2017-07-03
2
-50/+125
*
DPP: Configurator in hostapd
Jouni Malinen
2017-07-03
5
-0/+254
*
DPP: PKEX in hostapd
Jouni Malinen
2017-07-03
4
-1/+314
*
DPP: Check JWS protected header alg against C-sign-key curve
Jouni Malinen
2017-07-03
1
-2/+25
*
DPP: Update JWS algorithm strings for Brainpool curves
Jouni Malinen
2017-07-02
2
-15/+15
*
DPP: Rename Brainpool curve names for JSON
Jouni Malinen
2017-07-02
1
-3/+3
*
DPP: PKEX bootstrapping
Jouni Malinen
2017-07-02
2
-7/+1476
*
DPP: Add helper functions for running hash operations
Jouni Malinen
2017-07-02
1
-115/+77
*
DPP: More debug for own connector configuration errors
Jouni Malinen
2017-07-02
1
-2/+6
*
DPP: Fix JWK debug prints
Jouni Malinen
2017-07-02
1
-4/+4
*
nl80211/MBO: Set temporary disallowed BSSID list to driver
Ashwini Patil
2017-06-30
4
-0/+75
*
ERP: Derive ERP key only after successful EAP authentication
Vidyullatha Kanchanapally
2017-06-23
1
-4/+7
*
Add Set Wi-Fi Configuration vendor attribute to configure LRO
Sunil Dutt
2017-06-23
1
-0/+6
*
Introduce a vendor command to specify the active Type Of Service
Sunil Dutt
2017-06-23
1
-0/+31
*
nl80211: Make KCK attribute optional in rekey data
Vidyullatha Kanchanapally
2017-06-23
1
-1/+1
*
JSON: Fix \u escaping
Jouni Malinen
2017-06-22
1
-1/+1
*
DPP: Automatic network profile creation
Jouni Malinen
2017-06-21
3
-6/+16
*
DPP: Network Introduction protocol for wpa_supplicant
Jouni Malinen
2017-06-19
1
-0/+1
*
DPP: Network Introduction protocol for hostapd
Jouni Malinen
2017-06-19
1
-0/+108
*
DPP: Network Introduction protocol
Jouni Malinen
2017-06-19
2
-0/+511
*
DPP: AP parameters for DPP AKM
Jouni Malinen
2017-06-19
2
-0/+14
*
DPP: Allow PMKSA cache entries to be added through hostapd ctrl_iface
Jouni Malinen
2017-06-19
4
-0/+68
*
DPP: Add new AKM
Jouni Malinen
2017-06-19
15
-52/+190
*
DPP: Integration for hostapd
Jouni Malinen
2017-06-19
9
-3/+1761
*
DPP: Configuration exchange
Jouni Malinen
2017-06-19
7
-1/+2217
*
DPP: Authentication exchange
Jouni Malinen
2017-06-19
3
-0/+2010
*
DPP: Bootstrap information management
Jouni Malinen
2017-06-19
2
-0/+688
*
nl80211: Register to receive DPP Public Action frames
Jouni Malinen
2017-06-17
1
-2/+9
*
tests: Module tests for JSON parser
Jouni Malinen
2017-06-17
1
-0/+77
*
Add JavaScript Object Notation (JSON) parser (RFC7159)
Jouni Malinen
2017-06-17
2
-0/+583
*
tests: Update base64 OOM test cases to match implementation changes
Jouni Malinen
2017-06-17
1
-1/+1
*
Add base64url encoding/decoding per RFC 4648
Jouni Malinen
2017-06-17
2
-48/+95
*
Extend SHA-384 and SHA-512 support to match SHA-256
Jouni Malinen
2017-06-17
6
-0/+341
*
eap_proxy: Support multiple SIMs in get_imsi()
Vidyullatha Kanchanapally
2017-06-06
6
-10/+12
*
eap_proxy: Build realm from IMSI for proxy based EAP methods
Vidyullatha Kanchanapally
2017-06-06
4
-49/+121
[next]