Home | History | Annotate | Download | only in dbus

Lines Matching refs:scanning

1283  * wpas_dbus_iface_get_scanning - Get interface scanning state
1286 * Returns: A dbus message containing whether the interface is scanning
1288 * Handler function for "scanning" method call.
1294 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE;
1298 dbus_message_append_args(reply, DBUS_TYPE_BOOLEAN, &scanning,
1302 "scanning state");