]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/binder/binder_manager.h
binder: Implement interface add/remove methods
[thirdparty/hostap.git] / wpa_supplicant / binder / binder_manager.h
index 011fa3edd882789392790978a49658e28d38703a..687e74044d89941be4e92990b64126dd2f03d208 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;