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
*
Report connection timeouts in CTRL-EVENT-ASSOC-REJECT
Jouni Malinen
2016-05-30
1
-4/+6
*
mesh: Fix error path handling for RSN (MGTK init)
Jouni Malinen
2016-05-30
1
-3/+1
*
D-Bus: Remove unused wpas_dbus_signal_p2p_group_started() parameter
Jouni Malinen
2016-05-30
3
-5/+1
*
D-Bus: Indicate whether created group is persistent or not
Nishant Chaprana
2016-05-30
5
-25/+20
*
mesh: Fix MESH_INTERFACE_ADD error path cleanup
Jouni Malinen
2016-05-29
1
-1/+1
*
Remove dead code from wpas_sched_scan_plans_set()
Jouni Malinen
2016-05-28
1
-7/+0
*
Improve reattach scan OOM failure handling
Jouni Malinen
2016-05-28
1
-5/+3
*
Indicate scan failure event on parameter cloning failure
Jouni Malinen
2016-05-28
1
-4/+2
*
wpa_cli: Run action file in case of an AP event
Jörg Krause
2016-05-23
1
-0/+4
*
scan: Fix a memory leak on an error path
Jouni Malinen
2016-05-23
1
-0/+3
*
scan: Clean up code a bit - phase1 is used in all WPS cases
Jouni Malinen
2016-05-22
1
-4/+1
*
scan: Clean up code a bit - ssid cannot be NULL here
Jouni Malinen
2016-05-22
1
-2/+1
*
Update ChangeLog files for v2.6
Jouni Malinen
2016-05-21
1
-0/+125
*
Fix sending non-Public Action frames over P2P Device interface
Lior David
2016-05-20
2
-5/+29
*
P2PS: Allow P2P_CONNECT command for P2PS connection with/without PIN
Purushottam Kushwaha
2016-05-19
2
-2/+5
*
Fix external radio work debug printing on removal
Jouni Malinen
2016-05-16
1
-0/+7
*
wpa_supplicant: Add wps_disabled parameter to network block
Lior David
2016-05-14
6
-1/+18
*
Set wpa_psk_set in wpa_supplicant AP mode is PSK is available
Jouni Malinen
2016-05-14
1
-0/+1
*
Fix AP mode key_mgmt configuration in wpa_supplicant default case
Jouni Malinen
2016-05-14
1
-1/+4
*
P2P: Do not enable P2P group processing for non-P2P AP mode
Jouni Malinen
2016-05-14
1
-1/+2
*
Send CTRL-EVENT-REGDOM-CHANGE event on the parent interface
Ilan Peer
2016-05-14
1
-1/+10
*
Add MGMT_RX_PROCESS test command for wpa_supplicant
Jouni Malinen
2016-05-13
1
-0/+73
*
mesh: Calculate MTK before sending it to MAC in case Open is dropped
Peter Oh
2016-05-13
1
-0/+2
*
mesh: Add missing action to cancel timer
Peter Oh
2016-05-13
1
-0/+1
*
D-Bus: Check driver capability for IBSS in Modes property of Capabilities
Saurav Babu
2016-05-13
1
-2/+3
*
wpa_supplicant: Fix CONFIG_AP build without CTRL_IFACE
Johannes Berg
2016-05-13
1
-1/+1
*
Skip connection attempt for non-RSN networks if PMF is set to required
Sunil Dutt
2016-05-05
1
-0/+8
*
Ignore pmf=1/2 parameter for non-RSN networks
Jouni Malinen
2016-05-05
3
-5/+21
*
Reject SET commands with newline characters in the string values
Jouni Malinen
2016-05-02
1
-0/+6
*
Reject SET_CRED commands with newline characters in the string values
Jouni Malinen
2016-05-02
1
-1/+8
*
Remove newlines from wpa_supplicant config network output
Paul Stewart
2016-05-02
1
-2/+13
*
Reject psk parameter set with invalid passphrase character
Jouni Malinen
2016-05-02
1
-0/+6
*
Android: Remove EAP-FAST option
Dmitry Shmidt
2016-04-28
1
-1/+1
*
P2P: Copy config from p2pdev when not using dedicated group interface
Andrei Otcheretianski
2016-04-24
1
-21/+12
*
P2P: Fix wpas_p2p_nfc_auth_join()
Andrei Otcheretianski
2016-04-24
1
-9/+9
*
WNM: Fetch scan results before checking transition candidates
Kanchanapally, Vidyullatha
2016-04-23
3
-26/+151
*
systemd: Update service files according to D-Bus interface version
Marcin Niestroj
2016-04-18
2
-4/+8
*
P2P: Add P2P_GROUP_MEMBER command to fetch client interface address
Purushottam Kushwaha
2016-04-18
2
-0/+37
*
P2P: Trigger event when invitation is accepted
Lior David
2016-04-18
1
-0/+19
*
RRM: Modify the processing of a received neighbor report
Ilan Peer
2016-04-17
1
-6/+94
*
SME: Add support for global RRM flag
Beni Lev
2016-04-17
1
-3/+4
*
wpa_supplicant: Handle LCI request
David Spinadel
2016-04-17
5
-0/+194
*
hostapd: Handle Neighbor Report Request frame
David Spinadel
2016-04-17
2
-0/+2
*
hostapd: Add a database of neighboring APs
David Spinadel
2016-04-16
2
-0/+2
*
Fix spelling of "neighbor" in a function name
Jouni Malinen
2016-04-16
1
-3/+3
*
wpa_supplicant: Add LCI and civic request to Neighbor Report Request
David Spinadel
2016-04-16
4
-13/+108
*
utils: Add ssid_parse() function
David Spinadel
2016-04-16
1
-5/+0
*
utils: Rename hostapd_parse_bin to wpabuf_parse_bin and move it
David Spinadel
2016-04-09
1
-12/+2
*
Extend VENDOR_ELEM parameters to cover non-P2P Probe Request frame
Jouni Malinen
2016-04-08
1
-0/+7
*
HS 2.0: Add support for configuring frame filters
Matti Gottlieb
2016-04-08
5
-1/+61
[next]