Home
last modified time | relevance | path

Searched refs:destPort (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
H A Dhdi_hostapd_hal.h140 void GetDestPort(char *destPort, size_t len, int id);
H A Dhdi_hostapd_hal.c160 void GetDestPort(char *destPort, size_t len, int id) in GetDestPort() argument
162 if (strcpy_s(destPort, len, g_hostapdHalDevInfo[id].udpPort) != EOK) { in GetDestPort()
163 HDF_LOGE("failed to copy the destPort"); in GetDestPort()

Completed in 2 milliseconds