Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h228 int32_t (*getNetDevInfo)(struct NetDeviceInfoResult *netDeviceInfoResult); member
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp547 ret = g_wifi->getNetDevInfo(nullptr);
549 ret = g_wifi->getNetDevInfo(&netDeviceInfoResult);
565 ret = g_wifi->getNetDevInfo(nullptr);
567 ret = g_wifi->getNetDevInfo(&netDeviceInfoResult);
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c649 singleWifiInstance.getNetDevInfo = GetNetDevInfo; in WifiConstruct()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1114 if (g_wifi == NULL || g_wifi->getNetDevInfo == NULL ||netDeviceInfoResult == NULL) { in WlanInterfaceGetNetDevInfo()
1124 ret = g_wifi->getNetDevInfo(netDeviceInfo); in WlanInterfaceGetNetDevInfo()

Completed in 7 milliseconds