Home | History | Annotate | Download | only in dbus

Lines Matching defs:scanning

2720  * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2726 * Getter for "scanning" property.
2733 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE;
2736 &scanning, error);