Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp554 auto staIter = mIWifiStaIfaces.find(ifaceName); in GetFrequenciesByBand() local
555 if (staIter != mIWifiStaIfaces.end()) { in GetFrequenciesByBand()
556 sptr<IChipIface> &iface = staIter->second; in GetFrequenciesByBand()
690 auto staIter = mIWifiStaIfaces.find(ifaceName); in SetWifiCountryCode() local
691 if (staIter != mIWifiStaIfaces.end()) { in SetWifiCountryCode()
692 sptr<IChipIface> &iface = staIter->second; in SetWifiCountryCode()