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

zephyr: Roaming support #38

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2024

  1. zephyr: Add support of EVENT_SIGNAL_CHANGE for roaming

    Added EVENT_SIGNAL_CHANGE support to trigger roaming.
    Generated events to upload Neighbor Reports to glue layer.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8a0ac38 View commit details
    Browse the repository at this point in the history
  2. zephyr: Fix ping fail issue after 11r roaming finishes

    Ping fail issue was found after 11r roaming finishes. This issue is
    caused by incorrect key. When doing 11r roaming, wpa_supplicant
    calculated new PTK of AP2 and send it to driver. In this case, STA is
    still associated to AP1 and the key installation might fail. To fix
    this issue, send new PTK and GTK after associating with AP2.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ceb1f6c View commit details
    Browse the repository at this point in the history
  3. zephyr: skip DHCP process after 11r roaming finishes.

    Skip DHCP after 11r roaming finishes.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bc7262f View commit details
    Browse the repository at this point in the history