Home
last modified time | relevance | path

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

/foundation/communication/wifi/services/wifi_standard/wifi_hal/
Dwifi_hal_chip_interface.c74 WifiIface tmpIface; in GetIface() local
75 tmpIface.index = 0; /* fixed compile error, -Werror,-Wunused-parameter */ in GetIface()
76 tmpIface.type = 0; in GetIface()
77 tmpIface.name[0] = '\0'; in GetIface()
78 if (strcpy_s(tmpIface.macAddr, sizeof(tmpIface.macAddr), "00:00:00:00:00:00") != EOK) { in GetIface()
82 iface = &tmpIface; in GetIface()