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

Conversation

nxf58150
Copy link
Contributor

Added roaming support in wpa_supplicant for Zephyr.

@nxf58150
Copy link
Contributor Author

The 11kvr roaming RFC link: zephyrproject-rtos/zephyr#76307

src/drivers/driver_zephyr.c Outdated Show resolved Hide resolved
@jukkar
Copy link
Member

jukkar commented Sep 25, 2024

ping @krish2718, please take a look

Copy link
Collaborator

@krish2718 krish2718 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please split the 2nd commit in to two? The commit log as bulleted list, a good indication of the need to split the commit.

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>
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>
Skip DHCP after 11r roaming finishes.

Signed-off-by: Hui Bai <hui.bai@nxp.com>
@nxf58150
Copy link
Contributor Author

nxf58150 commented Oct 9, 2024

Can you please split the 2nd commit in to two? The commit log as bulleted list, a good indication of the need to split the commit.

Done. Please help review it again. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants