Home
last modified time | relevance | path

Searched refs:resetDriver (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h216 int32_t (*resetDriver)(const uint8_t chipId, const char *ifName); member
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp424 ret = g_wifi->resetDriver(chipIdInvalid, "wlan0"); in HWTEST_F()
426 ret = g_wifi->resetDriver(chipId, nullptr); in HWTEST_F()
428 ret = g_wifi->resetDriver(chipId, staFeature->baseFeature.ifName); in HWTEST_F()
456 ret = g_wifi->resetDriver(chipIdInvalid, "wlan0"); in HWTEST_F()
458 ret = g_wifi->resetDriver(chipId, nullptr); in HWTEST_F()
460 ret = g_wifi->resetDriver(chipId, apFeature->baseFeature.ifName); in HWTEST_F()
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp286 ret = g_wifi->resetDriver(chipId, apFeature->baseFeature.ifName); in HWTEST_F()
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c648 singleWifiInstance.resetDriver = ResetDriver; in WifiConstruct()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c998 if (g_wifi == NULL || g_wifi->resetDriver == NULL) { in WlanInterfaceResetDriver()
999 HDF_LOGE("%{public}s g_wifi or g_wifi->resetDriver is NULL!", __func__); in WlanInterfaceResetDriver()
1002 ret = g_wifi->resetDriver(chipId, ifName); in WlanInterfaceResetDriver()

Completed in 7 milliseconds