Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal_event.c320 static int32_t AllocAndCopyIe(uint8_t *dstIe, uint32_t ieLen, uint8_t *srcIe) in AllocAndCopyIe() argument
324 dstIe = NULL; in AllocAndCopyIe()
327 dstIe = (uint8_t *)os_zalloc(ieLen); in AllocAndCopyIe()
328 if (dstIe == NULL) { in AllocAndCopyIe()
332 ret = memcpy_s(dstIe, ieLen, srcIe, ieLen); in AllocAndCopyIe()
334 WpaMemFree(dstIe); in AllocAndCopyIe()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal_event.c322 static int32_t AllocAndCopyIe(uint8_t *dstIe, uint32_t ieLen, uint8_t *srcIe) in AllocAndCopyIe() argument
326 dstIe = NULL; in AllocAndCopyIe()
329 dstIe = (uint8_t *)os_zalloc(ieLen); in AllocAndCopyIe()
330 if (dstIe == NULL) { in AllocAndCopyIe()
334 ret = memcpy_s(dstIe, ieLen, srcIe, ieLen); in AllocAndCopyIe()
336 WpaMemFree(dstIe); in AllocAndCopyIe()

Completed in 3 milliseconds