ISupplicantCallbacks.aidl 599 B

1234567891011121314151617181920
  1. /*
  2. * binder interface for wpa_supplicant daemon
  3. * Copyright (c) 2004-2016, Jouni Malinen <j@w1.fi>
  4. * Copyright (c) 2004-2016, Roshan Pius <rpius@google.com>
  5. *
  6. * This software may be distributed under the terms of the BSD license.
  7. * See README for more details.
  8. */
  9. package fi.w1.wpa_supplicant;
  10. import android.os.PersistableBundle;
  11. /**
  12. * Callback Interface exposed by the wpa_supplicant service. Clients need
  13. * to host an instance of this binder object and pass a reference of the object
  14. * to wpa_supplicant via the registerCallbacksObject method.
  15. */
  16. interface ISupplicantCallbacks {
  17. }