Lines Matching defs:ifname
130 const auto ifname = GetUsedIfaceName(); in GetChipCaps() local
370 const auto ifname = GetIfaceName(type, idx); in AllocIfaceName() local
456 void WifiChip::SetUsedIfaceNameProperty(const std::string& ifname) in SetUsedIfaceNameProperty()
464 sptr<WifiApIface> WifiChip::NewApIface(std::string& ifname) in NewApIface()
490 std::string ifname = AllocateApIfaceName(); in CreateApService() local
508 int32_t WifiChip::GetApService(const std::string& ifname, sptr<IChipIface>& iface) in GetApService()
517 int32_t WifiChip::RemoveApService(const std::string& ifname) in RemoveApService()
533 std::string ifname = GetDefaultP2pIfaceName(); in CreateP2pService() local
554 int32_t WifiChip::GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) in GetP2pService()
563 int32_t WifiChip::RemoveP2pService(const std::string& ifname) in RemoveP2pService()
581 std::string ifname = AllocateStaIfaceName(); in CreateStaService() local
609 int32_t WifiChip::GetStaService(const std::string& ifname, sptr<IChipIface>& iface) in GetStaService()
618 int32_t WifiChip::RemoveStaService(const std::string& ifname) in RemoveStaService()