[Fix] Register "StaAuthorized" and "StaDeauthorized" on "fi.w1.wpa_supplicant1.Interface" 80/128080/2 accepted/tizen/unified/20170608.184737 submit/tizen/20170608.074045
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 5 May 2017 05:06:06 +0000 (10:36 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 7 Jun 2017 02:25:45 +0000 (07:55 +0530)
Change-Id: I50769c426eb0131db3214200e757c577f14f23c1
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c

index 60847a1..8791382 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:          wifi-direct-manager
 Summary:       Wi-Fi Direct manger
-Version:       1.2.224
+Version:       1.2.225
 Release:       1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index 21fed3b..9369abc 100644 (file)
@@ -3581,13 +3581,13 @@ static struct {
 } ws_interface_signal_map[] = {
        {
                0,
-               SUPPLICANT_INTERFACE,
+               SUPPLICANT_IFACE,
                "StaAuthorized",
                _ws_process_sta_authorized
        },
        {
                0,
-               SUPPLICANT_INTERFACE,
+               SUPPLICANT_IFACE,
                "StaDeauthorized",
                _ws_process_sta_deauthorized
        },