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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wpa_priv: Use fromlen instead sizeof(struct sockaddr_un)
Jouni Malinen
2016-12-03
1
-38/+45
*
wpa_priv: Add support for multiple l2_packet connections
Jouni Malinen
2016-12-03
1
-38/+92
*
mka: Remove references to macsec_qca from wpa_supplicant.conf
Sabrina Dubroca
2016-11-30
1
-6/+4
*
Add support to abort vendor scan
Sunil Dutt
2016-11-30
3
-8/+29
*
nl80211: Enhance abort scan to also abort the vendor scan
Sunil Dutt
2016-11-30
2
-3/+4
*
Use random MAC address for scanning only in non-connected state
Srinivas Dasari
2016-11-25
1
-3/+6
*
D-Bus: Send P2P IP address assignment info with GroupStarted event
Nishant Chaprana
2016-11-21
5
-9/+22
*
D-Bus: Add getter and setter for P2P IP address config parameters
Nishant Chaprana
2016-11-20
1
-0/+61
*
wpa_supplicant: Allow configuring the MACsec port for MKA
Sabrina Dubroca
2016-11-19
6
-2/+18
*
mka: Add enable_encrypt op and call it from CP state machine
Sabrina Dubroca
2016-11-19
2
-0/+15
*
wpa_supplicant: Add macsec_integ_only setting for MKA
Sabrina Dubroca
2016-11-19
6
-1/+30
*
wpa_supplicant: Allow pre-shared (CAK,CKN) pair for MKA
Sabrina Dubroca
2016-11-19
7
-1/+193
*
Android: Remove BoringSSL guard
Kenny Root
2016-11-19
1
-2/+0
*
Debug print scan results matching the currently selected network
Jouni Malinen
2016-11-13
3
-112/+206
*
Use estimated throughput to avoid signal based roaming decision
Jouni Malinen
2016-11-13
1
-10/+42
*
FT: Differentiate between FT for station and for AP in build
Ilan Peer
2016-10-29
3
-3/+17
*
wpa_supplicant: Make CONFIG_MBO independent of CONFIG_AP
Avrahams Stern
2016-10-29
2
-10/+10
*
wpa_supplicant: Get scan_result IE also from Beacon frames
Eliad Peller
2016-10-29
1
-1/+7
*
mka: Add support for removing SAs
Sabrina Dubroca
2016-10-29
2
-0/+30
*
mka: Remove "channel" hacks from the stack and the macsec_qca driver
Sabrina Dubroca
2016-10-29
2
-32/+0
*
wpa_supplicant: Use correct interface type when creating P2P interface
Avrahams Stern
2016-10-28
1
-1/+1
*
Add CONFIG_IBSS_RSN=y into wpa_supplicant defconfig
Jouni Malinen
2016-10-28
1
-0/+5
*
Do not try to start/join RSN IBSS without CONFIG_IBSS_RSN=y
Jouni Malinen
2016-10-28
2
-0/+28
*
nl80211: Allow TDLS trigger modes to be configured to the host driver
Sunil Dutt
2016-10-27
2
-0/+11
*
FILS: Claim FILS capability only if driver supports it
Jouni Malinen
2016-10-25
1
-1/+2
*
FILS: Association Response processing (STA)
Jouni Malinen
2016-10-25
1
-0/+20
*
FILS: Add elements to FILS Association Request frame
Jouni Malinen
2016-10-25
2
-1/+35
*
P2P: Check if the pref_freq reported by the driver supports P2P
Sunil Dutt
2016-10-24
1
-2/+4
*
FILS: Authentication frame processing (STA)
Jouni Malinen
2016-10-22
1
-0/+18
*
FILS: Extend wpa_auth_pmksa_get() to support PMKID matching
Jouni Malinen
2016-10-22
2
-3/+3
*
FILS: Try to use FILS authentication if PMKSA or ERP entry is available
Jouni Malinen
2016-10-22
1
-4/+25
*
SME: Clear possibly used WPA/RSN IE for new connection
Jouni Malinen
2016-10-22
1
-0/+4
*
Rename sae_data to more generic auth_data
Jouni Malinen
2016-10-22
2
-6/+6
*
wpa_cli: Mark number of char *cmd constant
Jouni Malinen
2016-10-16
1
-7/+7
*
wpa_cli: Add completion for ssid config commands
Mikael Kanstrup
2016-10-16
1
-9/+9
*
wpa_cli: Add completion for sta, deauthenticate and disassociate
Mikael Kanstrup
2016-10-16
1
-5/+79
*
cli: Add list_sta command
Mikael Kanstrup
2016-10-16
1
-4/+25
*
wpa_supplicant: Restore permanent MAC address on reassociation
Benjamin Richter
2016-10-16
1
-2/+4
*
Always propagate scan results to all interfaces
Avraham Stern
2016-10-15
1
-9/+26
*
Check for NULL qsort() base pointers
Joel Cunningham
2016-10-15
1
-2/+4
*
WPS: Force BSSID for WPS provisioning step connection
Jouni Malinen
2016-10-10
1
-3/+5
*
FILS: Use AEAD cipher to protect EAPOL-Key frames (STA)
Jouni Malinen
2016-10-10
2
-0/+2
*
FILS: Allow wpa_supplicant to select FILS AKM for connection
Jouni Malinen
2016-10-10
1
-0/+16
*
FILS: Add FILS flags into wpa_supplicant BSS command output
Jouni Malinen
2016-10-10
1
-0/+49
*
FILS: Add 'GET_CAPABILITY fils' for runtime check
Jouni Malinen
2016-10-10
1
-0/+9
*
FILS: Set FILS Capability bit in management frames from station
Jouni Malinen
2016-10-10
1
-4/+6
*
FILS: Add wpa_supplicant configuration options
Jouni Malinen
2016-10-10
5
-0/+41
*
Extend AES-SIV implementation to support different key lengths
Jouni Malinen
2016-10-10
1
-2/+2
*
mka: Add driver op to get macsec capabilities
Sabrina Dubroca
2016-10-09
2
-0/+15
*
mka: Pass full structures down to macsec drivers' receive SC ops
Sabrina Dubroca
2016-10-07
2
-14/+9
[next]