Home
last modified time | relevance | path

Searched defs:ifname (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dhdi_wpa_common.c92 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() argument
H A Dwpa_hal_p2p_struct.h128 char ifname[WIFI_P2P_GROUP_IFNAME_LENGTH]; member
H A Dwpa_supplicant_hal.h82 char ifname[WIFI_IFACE_NAME_MAXLEN]; member
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_sta_iface.cpp25 WifiStaIface( const std::string& ifname, const std::weak_ptr<WifiVendorHal> vendorHal, const std::weak_ptr<IfaceUtil> ifaceUtil) WifiStaIface() argument
H A Dwifi_p2p_iface.cpp23 WifiP2pIface( const std::string& ifname, const std::weak_ptr<WifiVendorHal> vendorHal, const std::weak_ptr<IfaceUtil> ifaceUtil) WifiP2pIface() argument
H A Dwifi_ap_iface.cpp24 WifiApIface( const std::string& ifname, const std::vector<std::string>& instances, const std::weak_ptr<WifiVendorHal> vendorHal, const std::weak_ptr<IfaceUtil> ifaceUtil) WifiApIface() argument
H A Dwifi_vendor_hal.cpp226 WifiError WifiVendorHal::CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype) in CreateVirtualInterface() argument
237 WifiError WifiVendorHal::DeleteVirtualInterface(const std::string& ifname) in DeleteVirtualInterface() argument
244 HandleIfaceChangeStatus( const std::string& ifname, WifiError status) HandleIfaceChangeStatus() argument
H A Dwifi_chip.cpp139 const auto ifname = GetUsedIfaceName(); in GetChipCaps() local
391 const auto ifname = GetIfaceName(type, idx); in AllocIfaceName() local
477 void WifiChip::SetUsedIfaceNameProperty(const std::string& ifname) in SetUsedIfaceNameProperty() argument
485 sptr<WifiApIface> WifiChip::NewApIface(std::string& ifname) in NewApIface() argument
511 std::string ifname = AllocateApIfaceName(); CreateApService() local
529 GetApService(const std::string& ifname, sptr<IChipIface>& iface) GetApService() argument
538 RemoveApService(const std::string& ifname) RemoveApService() argument
554 std::string ifname = GetDefaultP2pIfaceName(); CreateP2pService() local
575 GetP2pService(const std::string& ifname, sptr<IChipIface>& iface) GetP2pService() argument
584 RemoveP2pService(const std::string& ifname) RemoveP2pService() argument
602 std::string ifname = AllocateStaIfaceName(); CreateStaService() local
630 GetStaService(const std::string& ifname, sptr<IChipIface>& iface) GetStaService() argument
639 RemoveStaService(const std::string& ifname) RemoveStaService() argument
[all...]
/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_hal_fn.cpp66 WifiError VendorHalCreateIface(wifiHandle handle, const char* ifname, HalIfaceType ifaceType) in VendorHalCreateIface() argument
71 WifiError VendorHalDeleteIface(wifiHandle handle, const char* ifname) in VendorHalDeleteIface() argument

Completed in 6 milliseconds