dbus: add 'scanning' property
authorDan Williams <dcbw@redhat.com>
Wed, 27 May 2009 18:06:40 +0000 (21:06 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 May 2009 18:06:40 +0000 (21:06 +0300)
When the supplicant is connected and performs a scan, it doesn't enter
WPA_SCANNING state for various reasons.  However, external programs
still need to know that the supplicant is scanning since they may not
wish to perform certain operations during a scan (as those operations
will likely fail or yield incorrect results).  Add a 'scanning' property
and signal to the supplicant dbus interface to allow clients to
synchronize better with the supplicant when it scans.

Signed-off-by: Dan Williams <dcbw@redhat.com>


No differences found