HomeSort by relevance Sort by last modified time
    Searched refs:Supplicant (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/binder/
supplicant.h 26 * Implementation of the supplicant binder object. This binder
30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant
33 Supplicant(struct wpa_global *global);
34 virtual ~Supplicant() = default;
binder_manager.h 16 #include "supplicant.h"
27 * class which is created by the supplicant core and can be used
50 android::sp<Supplicant> supplicant_object_;
supplicant.cpp 11 #include "supplicant.h"
15 Supplicant::Supplicant(struct wpa_global *global)
21 android::binder::Status Supplicant::CreateInterface(
59 /* The supplicant core creates a corresponding binder object via
85 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname)
102 android::binder::Status Supplicant::GetInterface(
binder_manager.cpp 45 supplicant_object_ = new Supplicant(global);

Completed in 317 milliseconds