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
/
wpa_supplicant
/
wpas_glue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SAE-PK: Allow automatic SAE-PK to be disabled
Jouni Malinen
2020-06-07
1
-2/+2
*
FT: Do not add PMKID to the driver for FT-EAP if caching is disabled
Jouni Malinen
2020-06-06
1
-2/+16
*
SAE-PK: Transition mode disabled indication processing
Jouni Malinen
2020-06-06
1
-0/+19
*
nl80211: Configure PMKSA lifetime and reauth threshold timer to driver
Veerendranath Jakkam
2020-03-28
1
-1/+4
*
Process Transition Disable KDE in station mode
Jouni Malinen
2020-03-25
1
-0/+68
*
STA: Support Extended Key ID
Alexander Wetzel
2020-03-23
1
-2/+4
*
OWE: Allow BSS entry with different SSID to be used in transition mode
Jouni Malinen
2020-03-08
1
-0/+7
*
Replace WPA_ALG_PMK with KEY_FLAG_PMK
Alexander Wetzel
2020-03-06
1
-2/+2
*
Make WEP functionality an optional build parameter
Jouni Malinen
2020-02-29
1
-0/+4
*
STA: Allow PTK rekeying without Ext KeyID to be disabled as a workaround
Alexander Wetzel
2020-02-23
1
-0/+23
*
wpa_supplicant configuration for Beacon protection
Jouni Malinen
2020-02-17
1
-0/+1
*
OWE: PTK derivation workaround in STA mode
Jouni Malinen
2020-01-23
1
-0/+1
*
Introduce and add key_flag
Alexander Wetzel
2020-01-09
1
-5/+8
*
Add no_encrypt flag for control port TX
Markus Theil
2020-01-05
1
-2/+7
*
wpa_supplicant: Send EAPOL frames over nl80211 where available
Brendan Jackman
2020-01-05
1
-0/+3
*
RSN: Verify RSNXE match between Beacon/ProbeResp and EAPOL-Key msg 3/4
Jouni Malinen
2019-10-15
1
-0/+4
*
Pass full struct to peer certificate callbacks
Jouni Malinen
2019-06-14
1
-6/+3
*
Replace int status/reason_code with u16 variable
Jouni Malinen
2019-04-22
1
-1/+1
*
drivers: Add separate driver flags for 802.1X and PSK 4-way HS offloads
Arend van Spriel
2019-01-07
1
-1/+1
*
Make channel_info available to the supplicant state machine
Mathy Vanhoef
2018-12-16
1
-0/+10
*
Propagate the EAP method error code
Ahmed ElArabawy
2018-03-31
1
-0/+9
*
Add testing functionality for resetting PN/IPN for configured keys
Jouni Malinen
2017-10-16
1
-0/+10
*
Remove all PeerKey functionality
Jouni Malinen
2017-10-15
1
-1/+0
*
DPP: Add new AKM
Jouni Malinen
2017-06-19
1
-0/+1
*
eap_proxy: Support multiple SIMs in get_imsi()
Vidyullatha Kanchanapally
2017-06-06
1
-1/+1
*
FILS: Add support for Cache Identifier in add/remove PMKSA
Vidyullatha Kanchanapally
2017-04-07
1
-4/+22
*
driver: Move add_pmkid() and remove_pmkid() arguments into a struct
Vidyullatha Kanchanapally
2017-04-07
1
-2/+13
*
OWE: Define and parse OWE AKM selector
Jouni Malinen
2017-03-12
1
-0/+1
*
FILS: Use FILS Cache Identifier to extend PMKSA applicability
Jouni Malinen
2017-02-26
1
-0/+5
*
FILS: Parse and report received FILS HLP Containers from response
Jouni Malinen
2017-02-01
1
-0/+21
*
eap_proxy: On SIM error flush PMKSAs only for SIM/AKA/AKA' networks
Purushottam Kushwaha
2017-01-04
1
-1/+29
*
eap_proxy: Add support for SIM state change indication from eap_proxy
Purushottam Kushwaha
2016-12-19
1
-0/+22
*
Add PMKSA-CACHE-ADDED/REMOVED events to wpa_supplicant
Jouni Malinen
2016-12-12
1
-2/+30
*
EAP peer: External server certificate chain validation
Jouni Malinen
2015-12-12
1
-0/+8
*
Fix CONFIG_NO_WPA=y build
Jouni Malinen
2015-11-23
1
-1/+1
*
wpa_supplicant: Add GTK RSC relaxation workaround
Max Stepanov
2015-11-01
1
-0/+1
*
Try to set PMK only with key mgmt offload support in the driver
Jouni Malinen
2015-04-27
1
-1/+2
*
Allow PSK/passphrase to be set only when needed
Jouni Malinen
2015-03-28
1
-22/+36
*
eap_proxy: Callback to notify any updates from eap_proxy
Sunil Dutt
2015-03-02
1
-0/+22
*
Preparations for variable length KCK and KEK
Jouni Malinen
2015-01-26
1
-4/+5
*
Add peer certificate alt subject name information to EAP events
Jouni Malinen
2015-01-14
1
-1/+3
*
Include peer certificate always in EAP events
Jouni Malinen
2015-01-14
1
-0/+1
*
Fix memory leak on wpa_supplicant_init_wpa() error path
Jouni Malinen
2015-01-07
1
-0/+1
*
TDLS: Propagate enable/disable channel-switch commands to driver
Arik Nemtsov
2015-01-04
1
-0/+23
*
TDLS: Add channel-switch capability flag
Arik Nemtsov
2015-01-04
1
-1/+6
*
Remove unused send_eapol() driver op
Jouni Malinen
2014-12-11
1
-1/+1
*
Check os_snprintf() result more consistently - automatic 1
Jouni Malinen
2014-12-08
1
-1/+1
*
Replace send_ft_action() driver_op with send_action()
Jouni Malinen
2014-12-06
1
-1/+38
*
Add support for offloading key management operations to the driver
Chet Lanctot
2014-10-23
1
-0/+14
*
wpa_supplicant: Allow OpenSSL cipherlist string to be configured
Jouni Malinen
2014-10-12
1
-0/+1
[next]