Searched defs:ifname (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | hdi_wpa_common.c | 92 int InitWpaCtrl(WpaCtrl *pCtrl, const char *ifname) in InitWpaCtrl() argument
|
H A D | wpa_hal_p2p_struct.h | 128 char ifname[WIFI_P2P_GROUP_IFNAME_LENGTH]; member
|
H A D | wpa_supplicant_hal.h | 82 char ifname[WIFI_IFACE_NAME_MAXLEN]; member
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_sta_iface.cpp | 25 WifiStaIface( const std::string& ifname, const std::weak_ptr<WifiVendorHal> vendorHal, const std::weak_ptr<IfaceUtil> ifaceUtil) WifiStaIface() argument
|
H A D | wifi_p2p_iface.cpp | 23 WifiP2pIface( const std::string& ifname, const std::weak_ptr<WifiVendorHal> vendorHal, const std::weak_ptr<IfaceUtil> ifaceUtil) WifiP2pIface() argument
|
H A D | wifi_ap_iface.cpp | 24 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 D | wifi_vendor_hal.cpp | 226 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 D | wifi_chip.cpp | 139 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 D | wifi_hal_fn.cpp | 66 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