Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: l2: ieee802154: set the src addr before deciphering the frame #78525

Commits on Sep 17, 2024

  1. net: l2: ieee802154: set the src addr before deciphering the frame

    The call to ieee802154_decipher_data_frame() from ieee802154_recv()
    always failed when checking the length of the src address,
    as it was not yet set. This sets the src and dst address of the packet
    before calling the decipher function, and converts the addresses
    to big endian afterward.
    
    Fixes zephyrproject-rtos#78490
    
    Signed-off-by: Lorenz Clijnen <[email protected]>
    lorc-dev authored and Lorenz Clijnen committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    47b28eb View commit details
    Browse the repository at this point in the history