mesh: Indicate OPN_RJCT event if AES-SIV decrypt fails
[mech_eap.git] / wpa_supplicant / binder / binder_manager.h
index 011fa3e..687e740 100644 (file)
@@ -34,6 +34,11 @@ public:
        static BinderManager * getInstance();
        static void destroyInstance();
        int registerBinderService(struct wpa_global *global);
+       int registerInterface(struct wpa_supplicant *wpa_s);
+       int unregisterInterface(struct wpa_supplicant *wpa_s);
+       int getIfaceBinderObjectByKey(
+               const void *iface_object_key,
+               android::sp<fi::w1::wpa_supplicant::IIface> *iface_object);
 
 private:
        BinderManager() = default;