Home
last modified time | relevance | path

Searched refs:WifiStaIface (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_sta_iface.cpp31 WifiStaIface::WifiStaIface(const std::string& ifname, in WifiStaIface() function in aidl::android::hardware::wifi::WifiStaIface
46 std::shared_ptr<WifiStaIface> WifiStaIface::create( in create()
49 std::shared_ptr<WifiStaIface> ptr = in create()
50 ndk::SharedRefBase::make<WifiStaIface>(ifname, legacy_hal, iface_util); in create()
51 std::weak_ptr<WifiStaIface> weak_ptr_this(ptr); in create()
56 void WifiStaIface::invalidate() { in invalidate()
62 void WifiStaIface::setWeakPtr(std::weak_ptr<WifiStaIface> ptr) { in setWeakPtr()
66 bool WifiStaIface::isValid() { in isValid()
70 std::string WifiStaIface::getName() { in getName()
74 std::set<std::shared_ptr<IWifiStaIfaceEventCallback>> WifiStaIface::getEventCallbacks() { in getEventCallbacks()
[all …]
Dwifi_sta_iface.h36 class WifiStaIface : public BnWifiStaIface {
38 WifiStaIface(const std::string& ifname,
43 static std::shared_ptr<WifiStaIface> create(
153 void setWeakPtr(std::weak_ptr<WifiStaIface> ptr);
158 std::weak_ptr<WifiStaIface> weak_ptr_this_;
163 DISALLOW_COPY_AND_ASSIGN(WifiStaIface);
Dwifi_chip.h284 std::vector<std::shared_ptr<WifiStaIface>> sta_ifaces_;
Dwifi_chip.cpp1071 std::shared_ptr<WifiStaIface> iface = WifiStaIface::create(ifname, legacy_hal_, iface_util_); in createStaIfaceInternal()