Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c30 if (netDev->classDriverName != HDF_WIFI_PLATFORM_DRIVER_NAME) { in GetPlatformData()
85 if ((*netDev)->classDriverName != HDF_WIFI_PLATFORM_DRIVER_NAME) { in RenewNetDevice()
119 result->classDriverName = HDF_WIFI_PLATFORM_DRIVER_NAME; in RenewNetDevice()
184 result->classDriverName = HDF_WIFI_PLATFORM_DRIVER_NAME; in AllocPlatformNetDevice()
203 if (netDev->classDriverName != HDF_WIFI_PLATFORM_DRIVER_NAME) { in ReleasePlatformNetDevice()
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h480 const char* classDriverName; /**< driver name of class driver */ member