Home
last modified time | relevance | path

Searched refs:GetIfaceHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp175 wifiInterfaceHandle WifiVendorHal::GetIfaceHandle(const std::string& ifaceName) in GetIfaceHandle() function in OHOS::HDI::Wlan::Chip::V1_0::WifiVendorHal
209 GetIfaceHandle(ifaceName), band, freqs); in GetValidFrequenciesForBand()
297 return globalFuncTable_.wifiSetCountryCode(GetIfaceHandle(ifaceName), code.c_str()); in SetCountryCode()
303 return globalFuncTable_.getSignalPollInfo(GetIfaceHandle(ifaceName), signalPollResult); in GetSignalPollInfo()
331 WifiError status = globalFuncTable_.wifiStartScan(GetIfaceHandle(ifaceName), params); in StartScan()
337 WifiError status = globalFuncTable_.wifiStartPnoScan(GetIfaceHandle(ifaceName), pnoParams); in StartPnoScan()
343 WifiError status = globalFuncTable_.wifiStopPnoScan(GetIfaceHandle(ifaceName)); in StopPnoScan()
350 WifiError status = globalFuncTable_.getScanResults(GetIfaceHandle(ifaceName), scanResultsInfo); in GetScanInfos()
H A Dwifi_vendor_hal.h76 wifiInterfaceHandle GetIfaceHandle(const std::string& ifaceName);