Home
last modified time | relevance | path

Searched refs:WifiApIface (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_ap_iface.cpp24 WifiApIface::WifiApIface( in WifiApIface() function in OHOS::HDI::Wlan::Chip::V1_0::WifiApIface
34 void WifiApIface::Invalidate() in Invalidate()
40 bool WifiApIface::IsValid() in IsValid()
45 std::string WifiApIface::GetName() in GetName()
50 void WifiApIface::RemoveInstance(std::string instance) in RemoveInstance()
55 int32_t WifiApIface::GetIfaceType(IfaceType& type) in GetIfaceType()
61 int32_t WifiApIface::GetIfaceName(std::string& name) in GetIfaceName()
67 int32_t WifiApIface::GetSupportFreqs(int band, std::vector<uint32_t>& frequencies) in GetSupportFreqs()
80 int32_t WifiApIface
[all...]
H A Dwifi_ap_iface.h31 class WifiApIface : public IChipIface { class
33 WifiApIface(const std::string& ifname, const std::vector<std::string>& instances,
H A Dwifi_chip.cpp37 void InvalidateAndClearApIface(std::vector<sptr<WifiApIface>>& ifaces) in InvalidateAndClearApIface()
316 std::vector<std::string> GetApNames(std::vector<sptr<WifiApIface>>& ifaces) in GetApNames()
325 sptr<WifiApIface> FindApUsingName(std::vector<sptr<WifiApIface>>& ifaces, const std::string& name) in FindApUsingName()
485 sptr<WifiApIface> WifiChip::NewApIface(std::string& ifname) in NewApIface()
488 sptr<WifiApIface> iface = in NewApIface()
489 new WifiApIface(ifname, ap_instances, vendorHal_, ifaceUtil_); in NewApIface()
H A Dwifi_chip.h92 sptr<WifiApIface> NewApIface(std::string& ifname);
100 std::vector<sptr<WifiApIface>> apIfaces_;
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_ap_iface_test.cpp39 apIface = new (std::nothrow) WifiApIface(AP_IFNAME, instances, wifiVendorHalTest, ifaceUtil); in SetUp()
56 sptr<WifiApIface> apIface;
H A Dwifi_chip_test.cpp112 sptr<IChipIface> apIface = new (std::nothrow) WifiApIface(TEST_AP_IFNAME, instances, vendorHal, in HWTEST_F()

Completed in 4 milliseconds