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

Register as a Native Wi-Fi driver #11534

Merged
merged 5 commits into from
Jul 6, 2023
Merged

Commits on Jul 6, 2023

  1. manifest: sdk-zephyr: Pull in Native Wi-Fi support

    Zephyr Wi-Fi now has two flavours: native and offloaded.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    abb12a3 View commit details
    Browse the repository at this point in the history
  2. manifest: sdk-hostap: Pull in Native Wi-Fi support

    WPA supplicant now registers as a Native Wi-Fi stack to Zephyr.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b7a64a3 View commit details
    Browse the repository at this point in the history
  3. drivers: wifi: Register as a Wi-Fi device

    Tell the networking stack that this is a Native Wi-Fi device.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    532bca6 View commit details
    Browse the repository at this point in the history
  4. drivers: wifi: Move to new Wi-Fi data structure

    The Wi-Fi ops now are separated in to their own structure.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f5f46e5 View commit details
    Browse the repository at this point in the history
  5. drivers: wifi: Fix the build failure

    The prototype has changed in Zephyr, this commit only fixes the build
    failure, doesn't implement the feature, it will be done in a separate
    commit.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2975a79 View commit details
    Browse the repository at this point in the history