Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h251 struct NetDeviceInfo { struct
261 struct NetDeviceInfo deviceInfos[MAX_NETDEVICE_COUNT]; argument
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1521 struct NetDeviceInfo *info = (struct NetDeviceInfo *)arg; in NetDeviceInfoHandler()
1548 static int32_t GetIftypeAndMac(struct NetDeviceInfo *info) in GetIftypeAndMac()
1582 if (memset_s(&netDeviceInfoResult->deviceInfos[i], sizeof(struct NetDeviceInfo), 0, in GetNetDeviceInfo()
1583 sizeof(struct NetDeviceInfo)) != EOK) { in GetNetDeviceInfo()