Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c23 struct HdfWifiNetDeviceData *GetPlatformData(const struct NetDevice *netDev) in GetPlatformData()
35 return (struct HdfWifiNetDeviceData *)(netDev->classDriverPriv); in GetPlatformData()
40 struct HdfWifiNetDeviceData *data = GetPlatformData(netDev); in GetChipDriver()
79 struct HdfWifiNetDeviceData *data = NULL; in RenewNetDevice()
146 struct HdfWifiNetDeviceData *data = NULL; in AllocPlatformNetDevice()
152 data = (struct HdfWifiNetDeviceData *)OsalMemCalloc(sizeof(struct HdfWifiNetDeviceData)); in AllocPlatformNetDevice()
196 struct HdfWifiNetDeviceData *data = NULL; in ReleasePlatformNetDevice()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/
H A Dhdf_wlan_utils.h16 struct HdfWifiNetDeviceData *GetPlatformData(const struct NetDevice *netDev);
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wlan_chipdriver_manager.h61 struct HdfWifiNetDeviceData { struct
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c230 struct HdfWifiNetDeviceData *data = NULL; in HdfWlanInitInterface()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1113 struct HdfWifiNetDeviceData *netDeviceData = NULL; in HdfdWlanGetChipId()