Lines Matching defs:WifiChip
69 WifiChip::WifiChip(
82 WifiChip::~WifiChip()
85 void WifiChip::Invalidate()
97 int32_t WifiChip::GetChipId(int32_t& id)
103 int32_t WifiChip::RegisterChipEventCallback(const sptr<IConcreteChipCallback>& chipEventcallback)
120 std::string WifiChip::GetIfaceName(IfaceType type, unsigned idx)
125 std::string WifiChip::GetUsedIfaceName()
135 int32_t WifiChip::GetChipCaps(uint32_t& capabilities)
148 int32_t WifiChip::GetChipModes(std::vector<UsableMode>& modes)
155 bool WifiChip::IsValidModeId(uint32_t modeId)
168 int32_t WifiChip::GetCurrentMode(uint32_t& modeId)
177 int32_t WifiChip::SetChipMode(uint32_t modeId)
197 int32_t WifiChip::HandleChipConfiguration(int32_t modeId)
220 std::vector<std::map<IfaceType, size_t>> WifiChip::ExpandIfaceCombinations(
253 std::map<IfaceType, size_t> WifiChip::GetCurrentIfaceCombo()
262 std::vector<ComboIface> WifiChip::GetCurrentCombinations()
281 bool WifiChip::CanExpandedIfaceSupportIfaceType(
298 bool WifiChip::CanSupportIfaceType(IfaceType type)
387 std::string WifiChip::AllocIfaceName(IfaceType type, uint32_t startIdx)
404 bool WifiChip::CanExpandedIfaceComboSupportIfaceCombo(
423 bool WifiChip::CanCurrentModeSupportIfaceCombo(
442 bool WifiChip::IsDualStaSupportInCurrentMode()
449 bool WifiChip::IsStaApCoexInCurrentMode()
457 uint32_t WifiChip::IdxOfApIface()
467 std::string WifiChip::AllocateApIfaceName()
477 void WifiChip::SetUsedIfaceNameProperty(const std::string& ifname)
485 sptr<WifiApIface> WifiChip::NewApIface(std::string& ifname)
495 int32_t WifiChip::CreateVirtualApInterface(const std::string& apVirtIf)
506 int32_t WifiChip::CreateApService(sptr<OHOS::HDI::Wlan::Chip::V1_0::IChipIface>& iface)
520 int32_t WifiChip::GetApServiceIfNames(std::vector<std::string>& ifnames)
529 int32_t WifiChip::GetApService(const std::string& ifname, sptr<IChipIface>& iface)
538 int32_t WifiChip::RemoveApService(const std::string& ifname)
549 int32_t WifiChip::CreateP2pService(sptr<IChipIface>& iface)
561 std::string WifiChip::GetDefaultP2pIfaceName()
566 int32_t WifiChip::GetP2pServiceIfNames(std::vector<std::string>& ifnames)
575 int32_t WifiChip::GetP2pService(const std::string& ifname, sptr<IChipIface>& iface)
584 int32_t WifiChip::RemoveP2pService(const std::string& ifname)
594 int32_t WifiChip::CreateStaService(sptr<IChipIface>& iface)
616 std::string WifiChip::AllocateStaIfaceName()
621 int32_t WifiChip::GetStaServiceIfNames(std::vector<std::string>& ifnames)
630 int32_t WifiChip::GetStaService(const std::string& ifname, sptr<IChipIface>& iface)
639 int32_t WifiChip::RemoveStaService(const std::string& ifname)
657 int32_t WifiChip::CreateExtService(const std::string& ifName, sptr<IChipIface>& iface)
671 int32_t WifiChip::GetExtService(const std::string& ifName, sptr<IChipIface>& iface)
680 int32_t WifiChip::RemoveExtService(const std::string& ifName)