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

Iot ncs main #16097

Closed
wants to merge 6 commits into from
Closed

Iot ncs main #16097

wants to merge 6 commits into from

Commits on Jun 20, 2024

  1. drivers: wifi: Pass the connection type

    Firmware needs to know the connection type to be established.
    use the wpa_proto field to derive the connection type.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ecfb69a View commit details
    Browse the repository at this point in the history
  2. modules: hostap: Configure max idle period

    Support for configuring max idle period for STA mode.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b72a924 View commit details
    Browse the repository at this point in the history
  3. drivers: wifi: Support to set quite period

    [SHEL-2817] Quite period is the period during which STA will stop
    all types of TX/RX. Through this command user can configure the quiet period.
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bacc3c1 View commit details
    Browse the repository at this point in the history
  4. drivers: wifi: DMS support

    Support for Directed multicast service(DMS).
    
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    46d9230 View commit details
    Browse the repository at this point in the history
  5. modules: hostap: Fix H2E default value

    As Zephyr still doesn't have a way to convey the
    choice of algorithm for WPA3 (HaP or H2E),
    set the default method to allow both, else if AP sets H2E
    only then association will fail.
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    Signed-off-by: Ajay Parida <ajay.parida@nordicsemi.no>
    ajayparida committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9f474f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac7ce61 View commit details
    Browse the repository at this point in the history