Searched refs:srcIe (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal_event.c | 320 static int32_t AllocAndCopyIe(uint8_t *dstIe, uint32_t ieLen, uint8_t *srcIe) in AllocAndCopyIe() argument 332 ret = memcpy_s(dstIe, ieLen, srcIe, ieLen); in AllocAndCopyIe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal_event.c | 322 static int32_t AllocAndCopyIe(uint8_t *dstIe, uint32_t ieLen, uint8_t *srcIe) in AllocAndCopyIe() argument 334 ret = memcpy_s(dstIe, ieLen, srcIe, ieLen); in AllocAndCopyIe()
|
Completed in 3 milliseconds