Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_common_cmd.c40 #define BUF_SIZE 512 macro
1569 char *notifyStr = (char*)malloc(BUF_SIZE); in ProcessEventStaNotify()
1579 if (memset_s(notifyStr, BUF_SIZE, 0, BUF_SIZE) != EOK) { in ProcessEventStaNotify()
1584 if (strcpy_s(notifyStr, BUF_SIZE, notifyParam) != EOK) { in ProcessEventStaNotify()

Completed in 4 milliseconds