Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal_event.c190 rc = memcpy_s(((uint8_t *)(&res[1]) + scanResult->ieLen), scanResult->beaconIeLen, scanResult->beaconIe, scanResult->beaconIeLen); in WifiWpaEventScanResultProcess()
201 WpaMemFree(scanResult->beaconIe); in WifiWpaEventScanResultProcess()
213 WpaMemFree(scanResult->beaconIe); in WifiWpaEventScanResultProcess()
485 uint8_t *beaconIe = NULL; in WifiWpaScanResultProcess() local
514 beaconIe = (uint8_t *)os_zalloc(scanResult->beaconIeLen); in WifiWpaScanResultProcess()
515 if (beaconIe == NULL) { in WifiWpaScanResultProcess()
519 ret = memcpy_s(beaconIe, scanResult->beaconIeLen, scanResult->beaconIe, scanResult->beaconIeLen); in WifiWpaScanResultProcess()
533 copyScanResult->beaconIe = beaconIe; in WifiWpaScanResultProcess()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal_event.c192 rc = memcpy_s(((uint8_t *)(&res[1]) + scanResult->ieLen), scanResult->beaconIeLen, scanResult->beaconIe, scanResult->beaconIeLen); in WifiWpaEventScanResultProcess()
203 WpaMemFree(scanResult->beaconIe); in WifiWpaEventScanResultProcess()
215 WpaMemFree(scanResult->beaconIe); in WifiWpaEventScanResultProcess()
487 uint8_t *beaconIe = NULL; in WifiWpaScanResultProcess() local
516 beaconIe = (uint8_t *)os_zalloc(scanResult->beaconIeLen); in WifiWpaScanResultProcess()
517 if (beaconIe == NULL) { in WifiWpaScanResultProcess()
521 ret = memcpy_s(beaconIe, scanResult->beaconIeLen, scanResult->beaconIe, scanResult->beaconIeLen); in WifiWpaScanResultProcess()
535 copyScanResult->beaconIe = beaconIe; in WifiWpaScanResultProcess()
[all...]

Completed in 2 milliseconds