Home | History | Annotate | Download | only in dbus

Lines Matching refs:scanning

354 			   " out of memory to return scanning state");
2062 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2065 * Returns: A dbus message containing whether the interface is scanning
2067 * Getter for "scanning" property.
2072 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE;
2074 &scanning);