espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
526 stars 93 forks source link

FIX missing peer MACs when exchanging keys using espnow_sec_initiator_start function (AEGHB-566) #113

Closed marcoccio closed 7 months ago

marcoccio commented 7 months ago

Function protocomm_espnow_initiator_start was copying a private espnow_sec_result_t memory space to our external struct but never assigned memory to successed_addr pointer nor saved each successful MAC in the corresponding pointer array.

lhespress commented 7 months ago

@marcoccio Thanks for your contribution.