Home
last modified time | relevance | path

Searched refs:CreateVirtualInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dwifi_vendor_hal_test.cpp112 wifiVendorHalTest->CreateVirtualInterface(VAILD_IFNAME, HalIfaceType::HAL_TYPE_STA); in GetValidFrequenciesForBandTest()
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.h48 WifiError CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype);
H A Dwifi_chip.cpp476 WifiError status = vendorHal_.lock()->CreateVirtualInterface( in CreateVirtualApInterface()
582 status = vendorHal_.lock()->CreateVirtualInterface(ifname, in CreateStaService()
H A Dwifi_vendor_hal.cpp213 WifiError WifiVendorHal::CreateVirtualInterface(const std::string& ifname, HalIfaceType iftype) in CreateVirtualInterface() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal