-
Notifications
You must be signed in to change notification settings - Fork 639
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
wifi: Pull nRF70 upstream support #1939
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
2427779
to
e8e81a7
Compare
d14f318
to
1d8f397
Compare
6788044
to
d9d9b43
Compare
sachinthegreen
approved these changes
Aug 22, 2024
[SHEL-2054] Adding a kconfig option for WMM. By default it will be enabled. If user needs to disable it, set it as n. Tagged as "noup" because I had to fix a conflict because of another "noup". Upstream PR: zephyrproject-rtos/zephyr#76754 Signed-off-by: Kapil Bhatt <[email protected]>
…enterprise Fix compile error when enable enterprise security mode. Signed-off-by: Maochen Wang <[email protected]> (cherry picked from commit 001ac39)
Include paths all the way down to the file with common header filenames cause compilation errors, e.g., "common.h" can be present and used by multiple modules, temporarily remove this as this is mainly for CYRPTO_ALT, need to fix this properly. Signed-off-by: Chaitanya Tata <[email protected]>
TLS is only for Enterprise, so, move to enterprise macro. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 515f1fe)
Update hostap revision for bug fixes. Signed-off-by: Fengming Ye <[email protected]> (cherry picked from commit 24773a1)
…out cfg This is needed to avoid warnings about uninitialized structure member, which was added in nrfx 3.6. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 4312805)
Add nrf7002dk board. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 12559fe)
Add documentation to nrf7002dk board Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit e8f37c7)
nRF70 Wi-Fi upstream doesn't yet support NS variants. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit edd656012c076f6fffaaf615dcc7d2d075f38fd0)
This should be configurable by applications in case a full CLI interface to the WPA supplicant is needed. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 6b79e34)
Remove wpa_supp_els_pkc_mbedtls_config.h, as this header file contains PSA_CRYPTO_DRIVER_ELS_PKC, and ELS-PKC is a proprietary component of nxp to provides HW acceleration for psa-apis. Signed-off-by: Maochen Wang <[email protected]> (cherry picked from commit 6d01073)
SAP build fails due to missing WPA supplicant driver OP. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 69ad893)
Secure PPIB instances were accessed even when building for nonsecure Signed-off-by: Herman Berget <[email protected]> (cherry picked from commit af31464)
Pull latest OSAL code including FW. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 2ec8bfd)
[SHEL-2054] Adding a kconfig option for WMM. By default it will be enabled. If user needs to disable it, set it as n. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit 37a98bf)
[SHEL-2542] When reset command is called this will reset all statistics including firmware and host. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit e085d44)
Removes the requirement for the different layers in the OS agnostic parts of the driver having to maintain a handle to the OS interface layer in order to call the OS interface calls. The OS interface layer now maitains the handle to OS-specific ops internally and invokes the appropriate functions. Fixes SHEL-2639 Signed-off-by: Sachin D Kulkarni <[email protected]> (cherry picked from commit 1f49438)
SHEL-2947] Option to set either PS-poll or QoS null frame based power save data retrieval mechanism. Signed-off-by: Ajay Parida <[email protected]> (cherry picked from commit 41e29c6)
[SHEL-1063] Add calculation of drop packets in tx due to lack of buffer memory. Signed-off-by: Kapil Bhatt <[email protected]> (cherry picked from commit e5a665d)
For less than 32MHz using HFCLK192M, /2 divider should be used and only for Anamoly159 /1 divider should be used. Without this fix 8MHz clock in DTS uses 16MHz clock. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit ed58af2)
This is a fix from QSPI-NOR driver to wait for clock divider change to be applied and take effect. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit eea8f67)
Colloborators for both Wi-Fi native driver and Wi-Fi driver in hal_nordic. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit aef70cb)
If Wi-Fi management is enabled, then independent of modes scan functionality is always included. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 464cc9e)
Monitor mode relies on core Wi-Fi management functions, so, the file should be included for both system and system with raw modes. Fix this by adding a hidden symbol. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 56055ac)
Pass the AP mode configuration based on Zephyr's Kconfig to the OS agnostic code. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 22a1846)
719c7a9
to
19c9628
Compare
Part of upmerge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.