View Single Post
Posts: 75 | Thanked: 269 times | Joined on Aug 2012
#4
Okay, now that I had more time to do this.. I got some more information.
One trying the Push method, and the other trying the Pin method.
Couldn't grep anything related to com.nokia.wps_ui though.
Let me know if you want me to try anything jonwil.

This is the Push method:
Code:
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3134 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ""
   string ":1.1457"
   
signal sender=:1.1457 -> dest=(null destination) serial=6 path=/com/nokia/eap/signal; interface=com.nokia.eap.signal; member=wps_success
   array [
      string "e02f42e8-9a24-4da6-98ac-cc31e5e69ef9"
   ]
   
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3137 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ":1.1457"
   string ""
   
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3142 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ""
   string ":1.1460"

signal sender=:1.1460 -> dest=(null destination) serial=8 path=/com/nokia/eap/signal; interface=com.nokia.eap.signal; member=auth_status
   uint32 4

and this one using the pin method:
Code:
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3204 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ""
   string ":1.1487"
   
signal sender=:1.1487 -> dest=(null destination) serial=6 path=/com/nokia/eap/signal; interface=com.nokia.eap.signal; member=wps_fail

signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3207 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ":1.1487"
   string ""
   
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3212 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ""
   string ":1.1490"
   
signal sender=:1.1490 -> dest=(null destination) serial=6 path=/com/nokia/eap/signal; interface=com.nokia.eap.signal; member=wps_success
   array [
      string "d90cdaca-4ea0-42e3-be43-93bc0d3e216c"
   ]

   signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3215 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ":1.1490"
   string ""
   
signal sender=org.freedesktop.DBus -> dest=(null destination) serial=3220 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string "com.nokia.eap"
   string ""
   string ":1.1493"
   
signal sender=:1.1493 -> dest=(null destination) serial=8 path=/com/nokia/eap/signal; interface=com.nokia.eap.signal; member=auth_status
   uint32 4

Last edited by Ilew; 2012-08-13 at 10:20.
 

The Following User Says Thank You to Ilew For This Useful Post: