Home
last modified time | relevance | path

Searched refs:stopPnoScan (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_sta_feature.h111 int32_t (*stopPnoScan)(const char *ifName); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_sta_feature.c127 (*fe)->stopPnoScan = StopPnoScan; in InitStaFeature()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1514 if (g_staFeature == NULL || g_staFeature->stopPnoScan == NULL) { in WlanInterfaceStopPnoScan()
1515 HDF_LOGE("%{public}s g_staFeature or g_staFeature->stopPnoScan is NULL!", __func__); in WlanInterfaceStopPnoScan()
1523 ret = g_staFeature->stopPnoScan(ifName); in WlanInterfaceStopPnoScan()
1525 HDF_LOGE("%{public}s: stopPnoScan failed!, error code: %{public}d", __func__, ret); in WlanInterfaceStopPnoScan()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2202 ret = staFeature->stopPnoScan(nullptr);
2204 ret = staFeature->stopPnoScan(ifName);

Completed in 6 milliseconds