Searched refs:resetDriver (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 216 int32_t (*resetDriver)(const uint8_t chipId, const char *ifName); member
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 424 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 D | hdf_wlan_performance_test.cpp | 286 ret = g_wifi->resetDriver(chipId, apFeature->baseFeature.ifName);
in HWTEST_F()
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 648 singleWifiInstance.resetDriver = ResetDriver; in WifiConstruct()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 998 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 9 milliseconds