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

modules: hostap: 11k/v/r roaming support #78684

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

Commits on Oct 9, 2024

  1. modules: hostap: add 11k cmd support

    Add 11k cmds support. User can issue 11k cmds to enable/disable 11k and
    send Neighbor Report Request packet.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2e30fb3 View commit details
    Browse the repository at this point in the history
  2. modules: hostap: add IEEE80211R support

    Add 80211R support in hostap.
    Add cmd wifi connect option '-R' to enable 80211R.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2af6481 View commit details
    Browse the repository at this point in the history
  3. modules: hostap: add 11k/v/r roaming support

    Added new ops and events in glue layer to support roaming.
    Added new flag WIFI_NM_WPA_SUPPLICANT_ROAMING to control roaming
    feature.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    57d74ee View commit details
    Browse the repository at this point in the history
  4. net: Increase net_mgmt task priority

    Originally, the net_mgmt task priority is very low. Based on roaming
    implementation, roaming is triggered in net_mgmt task. When running UDP
    test while doing roaming, the net_mgmt task won't have much chance to
    run and roaming can't be triggered.
    Increase it to 3, which is same value of supplicant task.
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    97bdf38 View commit details
    Browse the repository at this point in the history
  5. manifest: Update hostap repo

    Update hostap repo in west.yml
    
    Signed-off-by: Hui Bai <hui.bai@nxp.com>
    nxf58150 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cc509bc View commit details
    Browse the repository at this point in the history