HomeSort by relevance Sort by last modified time
    Searched defs:StaIface (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
sta_iface.h 41 * Implementation of StaIface hidl object. Each unique hidl
45 class StaIface : public V1_2::ISupplicantStaIface
48 StaIface(struct wpa_global* wpa_global, const char ifname[]);
49 ~StaIface() override = default;
274 DISALLOW_COPY_AND_ASSIGN(StaIface);
sta_iface.cpp 169 StaIface::StaIface(struct wpa_global *wpa_global, const char ifname[])
173 void StaIface::invalidate() { is_valid_ = false; }
174 bool StaIface::isValid()
179 Return<void> StaIface::getName(getName_cb _hidl_cb)
183 &StaIface::getNameInternal, _hidl_cb);
186 Return<void> StaIface::getType(getType_cb _hidl_cb)
190 &StaIface::getTypeInternal, _hidl_cb);
193 Return<void> StaIface::addNetwork(addNetwork_cb _hidl_cb)
197 &StaIface::addNetworkInternal, _hidl_cb)
    [all...]

Completed in 56 milliseconds