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
/
dbus
/
dbus_new_handlers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
D-Bus: Add association response status code property for failure cases
Naveen Singh
2016-03-06
1
-0/+21
*
D-Bus: Fix p2p interface capability message
John Ernberg
2016-02-05
1
-0/+1
*
dbus: Add support for vendor specific elements
Avichal Agarwal
2015-12-06
1
-0/+144
*
dbus: Do not use pointer arithmetic with a void pointer
Samuel Tan
2015-11-15
1
-1/+2
*
dbus: Add SaveConfig to update configuration file
Purushottam Kushwaha
2015-11-15
1
-0/+29
*
dbus: Fix a copy-paste error in debug print
Purushottam Kushwaha
2015-11-15
1
-1/+1
*
dbus: Expose interface globals via D-Bus properties
Dan Williams
2015-10-28
1
-0/+73
*
dbus: Pass property description to getters/setters
Dan Williams
2015-10-28
1
-133/+161
*
D-Bus: Add a dbus handler for expected disconnection
Ningyuan Wang
2015-10-12
1
-0/+21
*
D-Bus: Set last_scan_req to MANUAL_SCAN_REQ on Scan() trigger paths
Jouni Malinen
2015-08-11
1
-0/+2
*
Do not check unsigned size is less than zero
Jouni Malinen
2015-06-23
1
-1/+1
*
dbus: Add Reconnect command to D-Bus Interface
MAYANK HAARIT
2015-06-14
1
-0/+24
*
dbus: Stop ongoing scheduled scan when scan is requested
Avraham Stern
2015-05-03
1
-7/+25
*
D-Bus: Fix operations when P2P management interface is used
Jouni Malinen
2015-04-29
1
-20/+40
*
Replace MAX_SSID_LEN with SSID_MAX_LEN
Jouni Malinen
2015-04-22
1
-2/+2
*
dbus: Fix WPS property of fi.w1.wpa_supplicant1.BSS interface
Floris Bos
2015-04-13
1
-1/+3
*
P2P: Fix interface deinit for failed group interface initialization
Jouni Malinen
2015-03-01
1
-1/+1
*
Add Suite B 192-bit AKM
Jouni Malinen
2015-01-26
1
-2/+8
*
D-Bus: Clear cached EAP data on network profile changes
Jouni Malinen
2015-01-14
1
-0/+13
*
D-Bus: Use NoMemory error message from CreateInterface
Jouni Malinen
2015-01-09
1
-4/+7
*
D-Bus: Simplify out-of-memory reporting
Jouni Malinen
2015-01-02
1
-72/+29
*
D-Bus: Remove the obsolete notes from wpas_dbus_error_unknown_error()
Jouni Malinen
2015-01-02
1
-15/+1
*
D-Bus: Coding style cleanup
Jouni Malinen
2015-01-02
1
-146/+155
*
D-Bus: Simplify message building error paths
Jouni Malinen
2015-01-02
1
-310/+169
*
D-Bus: Clean up wpas_dbus_new_decompose_object_path()
Jouni Malinen
2015-01-02
1
-9/+12
*
D-Bus: Remove useless wpa_s->conf checks
Jouni Malinen
2015-01-02
1
-28/+0
*
D-Bus: Make wpas_dbus_error_scan_error() static
Jouni Malinen
2014-12-31
1
-9/+5
*
Check os_snprintf() result more consistently - manual
Jouni Malinen
2014-12-08
1
-1/+1
*
Check os_snprintf() result more consistently - maximum length
Jouni Malinen
2014-12-08
1
-2/+2
*
Suite B: Add AKM 00-0F-AC:11
Jouni Malinen
2014-11-16
1
-1/+3
*
dbus: Fix memory leak in wpas_dbus_getter_bss_wps
Slava Monich
2014-11-01
1
-0/+2
*
dbus: Add SignalPoll() method to report current signal properties
Dan Williams
2014-09-13
1
-0/+83
*
dbus: add BSS Age property to indicate last-seen time
Dan Williams
2014-09-07
1
-0/+29
*
dbus: Clean up array-array-type property getter
Jouni Malinen
2014-06-29
1
-1/+1
*
dbus: Check return value more consistently (CID 62841)
Jouni Malinen
2014-06-14
1
-2/+7
*
dbus: Avoid theoretical memory leaks with duplicated dict entries
Jouni Malinen
2014-06-12
1
-0/+4
*
dbus: Fix a potential double-free in on error path (CID 62880)
Jouni Malinen
2014-06-12
1
-0/+1
*
Parse DMG capabilities when reporting to external interfaces
Boris Sorochkin
2014-05-26
1
-5/+16
*
dbus: Reorder deauthentication and cleanup calls when removing a network
Hannu Mallat
2014-05-12
1
-10/+9
*
Propagate scan failures over D-Bus
quiche@chromium.org
2014-04-13
1
-2/+29
*
Fix reassociate dbus method
Fionn Cleary
2014-04-11
1
-5/+5
*
Add a reattach command for fast reassociate-back-to-same-BSS
Peter Qiu
2014-03-11
1
-0/+23
*
dbus: Clean up error reporting for TDLS peer address parsing
Jouni Malinen
2014-03-02
1
-15/+15
*
Declare wpa_debug_* variables in src/utils/wpa_debug.h
Jouni Malinen
2013-12-31
1
-4/+0
*
Add definitions for new cipher suites from IEEE Std 802.11ac-2013
Jouni Malinen
2013-12-24
1
-1/+35
*
D-Bus: Add support to set pkcs11_{engine,module}_path
Michael Schaller
2013-11-23
1
-0/+127
*
dbus_new: Add DBus TDLS methods
Paul Stewart
2013-11-17
1
-0/+164
*
Use ARRAY_SIZE() macro
Jouni Malinen
2013-10-26
1
-6/+6
*
dbus: Add boolean AllowRoam option to Scan() method options dictionary
Dan Williams
2013-10-22
1
-0/+27
*
dbus_new: Add EAP logon/logoff
Paul Stewart
2013-04-23
1
-0/+32
[next]