Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

MBO build fixes #135

Merged
merged 2 commits into from
Nov 28, 2023
Merged

MBO build fixes #135

merged 2 commits into from
Nov 28, 2023

Commits on Nov 27, 2023

  1. [nrf fromlist] zephyr: De-couple MBO and WNM

    MBO is mandatory for WFA certification but WNM is not, so, in order to
    have a lean build for WFA certification only, de-couple WNM from MBO so
    that it can be compiled out.
    
    WNM is still auto-selected automatically when MBO is enabled, this
    behaviour is unchanged.
    
    Upstream PR: http://lists.infradead.org/pipermail/hostap/2023-November/042013.html
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5a8badc View commit details
    Browse the repository at this point in the history
  2. [nrf fromlist] zephyr: Fix MBO build with GAS dependency

    On the default configuration if MBO only is enabled then build breaks as GAS
    is not selected, if other features that auto-enable GAS are selected
    then it works.
    
    Upstream PR: http://lists.infradead.org/pipermail/hostap/2023-November/042014.html
    
    Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
    krish2718 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    94790d8 View commit details
    Browse the repository at this point in the history