-
Notifications
You must be signed in to change notification settings - Fork 675
Wi-Fi upmerge for 2.8.0 #2142
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
Merged
Merged
Wi-Fi upmerge for 2.8.0 #2142
Changes from all commits
Commits
Show all changes
124 commits
Select commit
Hold shift + click to select a range
fab98a6
[nrf fromtree] hostap: only add STA interface when hostapd enabled
MaochenWang1 e6e8c8a
[nrf fromtree] zephyr: hostap: fix eap secure mode print UNKNOWN
GaofengZhangNXP 1e9e82c
[nrf fromtree] hostap: add AP configuration cmd support
gangli02 238d253
[nrf fromtree] hostap: The security keys were checked in wrong function
jukkar 753b8aa
[nrf fromtree] net: wifi: shell: add reg domain support
Rex-Chen-NXP 64f1a52
[nrf fromtree] hostap: Use proper value when generating supplicant event
jukkar 3b05305
[nrf fromtree] hostap: add crypto module test kconfig option
fengming-ye ab02480
[nrf fromtree] modules: hostap: Use OS primitive even in native code
krish2718 32ccc2d
[nrf fromtree] modules: hostap: Fix heap pool allocation
krish2718 a64d466
[nrf fromtree] modules: hostap: Add missing default for max STAs in A…
krish2718 d314330
[nrf fromtree] modules: hostap: Use the build time flag
krish2718 d078f24
[nrf fromtree] hostap: fix other STA failed to connect to SAP
MaochenWang1 267fd5a
[nrf fromtree] hostap: add WPA-Auto-Personal(WPA2/WPA3 mixed) support
gangli02 a194689
[nrf fromtree] modules: hostap: Add config options for EAP types
rado17 7beddf7
[nrf fromtree] modules: hostap: Add separate config for EAP-FAST
krish2718 eefdcca
[nrf fromtree] modules: hostap: Fix checks for Enterprise security
krish2718 05cc7a5
[nrf fromtree] hostap: fix DUT hang when start SAP on wrong channel
MaochenWang1 afaab5f
[nrf fromtree] drivers: nrfwifi: Fix random MAC address setting
krish2718 12cf9b9
[nrf fromtree] west.yml: update hostap revision
jukkar de2e3f4
[nrf fromtree] west.yml: update hostap revision
fengming-ye 24ebbf9
[nrf fromtree] manifest: hostap: Pull fixes from NCS
krish2718 e833201
[nrf fromtree] manifest: hostap: Pull fix for duplicate AP enable event
krish2718 942a122
[nrf fromtree] modules: hal_nordic: Add global domain power request s…
Rafal-Nordic 2876fdd
[nrf fromtree] manifest: update hal_nordic revision for offloaded raw…
kapbh c46b24f
[nrf fromtree] manifest: Update hostap to fix build error
MaochenWang1 6be7c5b
[nrf fromtree] drivers: nrfwifi: Create separate offloaded raw tx mode
kapbh b844353
[nrf fromtree] wifi: Add wrapper APIs for offloaded raw TX feature
kapbh b8240e9
Revert "[nrf fromtree] drivers: nrfwifi: Use Zephyr tooling to load n…
krish2718 b4c15d5
[nrf fromtree] drivers: nrfwifi: Fix rebuilding when FW blobs are cha…
krish2718 6a4c1f2
[nrf fromtree] Revert "drivers: nrfwifi: Fix rebuilding when FW blobs…
krish2718 4313a22
[nrf fromtree] drivers: nrfwifi: Use Zephyr tooling to load nRF70 FW …
krish2718 f7bd6ba
[nrf fromtree] drivers: wifi: Fix RPU recovery not being triggered
krish2718 49c139b
[nrf fromtree] drivers: wifi: nrf700x: Ignore all failures in iface down
krish2718 d593838
[nrf fromtree] drivers: wifi: Add a sanity check for RPU comms
krish2718 7386df2
[nrf fromtree] drivers: wifi: Add support for separate debugs for RPU…
krish2718 6107d84
[nrf fromtree] drivers: wifi: Increase the propogation delay
krish2718 1f65e78
[nrf fromtree] drivers: wifi: Ignore parallel recovery requests
krish2718 08ad98c
[nrf fromtree] drivers: wifi: Add quiet period for RPU recovery
krish2718 090e829
[nrf fromtree] drivers: wifi: Fix the NULL check
krish2718 b011de0
[nrf fromtree] drivers: wifi: Add RPU recovery retry mechanism
krish2718 fba3494
[nrf fromtree] drivers: wifi: Fix RPU recovery disabled build failures
krish2718 9435137
[nrf fromtree] drivers: wifi: Fix TX buffers leak
krish2718 0cc48f3
[nrf fromtree] drivers: wifi: Add PS state debugs
krish2718 507cf1b
[nrf fromtree] drivers: wifi: Enable management buffers offload
krish2718 48f9e39
[nrf fromtree] drivers: wifi: Increase default PS active timeout inte…
krish2718 0a086d5
[nrf fromtree] drivers: wifi: Add support for keepalive
krish2718 61fce39
[nrf fromtree] drivers: wifi: Fix shell hang
krish2718 24a5cec
[nrf fromtree] drivers: wifi: Use mutex for spinlock
krish2718 4368b70
[nrf fromtree] drivers: wifi: Add PS exit strategy runtime configuration
ajayparida f9814ab
[nrf fromtree] drivers: wifi: Fix crash when recovery is triggered
krish2718 05eb6be
[nrf fromtree] drivers: wifi: Fix missing unlock for stats
krish2718 f600394
[nrf fromtree] drivers: wifi: Fix mutex re-initialization
krish2718 9790c31
[nrf fromtree] wifi_mgmt: Add support for configuring PS exit strategy
ajayparida 2655071
[nrf fromtree] drivers: nrfwifi: Fix build errors when Util is enabled
krish2718 97c9357
Revert "[nrf noup] samples: net: wifi: Enable Wi-Fi driver in sysbuil…
krish2718 318d2bd
[nrf fromtree] samples: net: wifi: Enable nRF70 Util in nRF70 build
krish2718 a595b4b
[nrf fromtree] drivers: nrfwifi: Fix build error
krish2718 a2407bd
[nrf fromtree] modules: hostap: fix DPP build error
fengming-ye 284e834
[nrf fromtree] doc: wifi: Update enumeration for EAP-TLS
krish2718 17e64d9
[nrf fromtree] doc: wifi: Update build command for Enterprise mode
krish2718 70367b6
[nrf fromtree] samples: net: wifi: enable time checking for mbedtls c…
Rex-Chen-NXP ef12298
[nrf fromtree] samples: wifi: Add overlays for Enterprise mode
krish2718 8847bac
[nrf fromtree] net: l2: wifi: ensure certificates directory is created
danieldegrasse 19a0d2f
[nrf fromtree] net: wifi: shell: enhance consistency in `cmd_wifi_dpp…
ndrs-pst bfd1b48
Revert "[nrf fromlist] net: wifi: Fix DPP disabled build"
krish2718 2f0489d
[nrf fromtree] net: wifi: Fix DPP disabled build
krish2718 aeae8ca
[nrf fromtree] wifi: shell: Add missing newlines when printing error
jukkar bfa0c55
[nrf fromtree] wifi: shell: btm_query: Fix invalid pointer cast
jukkar 3dc7cd4
[nrf fromtree] net: wifi: Fix PEM certificate parsing errors
krish2718 a21b5e3
[nrf fromtree] net: l2: wifi: fix AP sets band failed with channel 0
MaochenWang1 9d11684
[nrf fromtree] modules: hostap: Fix memory leak of network
krish2718 4a0474b
[nrf fromtree] manifest: hostap: Pull fix for WPA3 connection
krish2718 af74f4a
[nrf fromtree] manifest: hal_nordic: include lpcomp-int-dis-on-stop p…
bjarki-andreasen f12f587
[nrf fromtree] manifest: Pull promiscuous mode filtering support in d…
VivekUppunda b1970a4
[nrf fromtree] drivers: wifi: nrfwifi: Promiscuous mode filtering sup…
VivekUppunda 1778454
[nrf fromtree] drivers: wifi: nrfwifi: Add promiscuous mode support f…
VivekUppunda 0e4b55b
[nrf fromtree] drivers: wifi: Add regulatory debug log
krish2718 db3bf46
[nrf fromtree] manifest: hal_nordic: Pull the flag to identify unsoli…
krish2718 145a60a
[nrf fromtree] drivers: wifi: Fix memory leak in regulatory processing
krish2718 d3297d2
[nrf fromtree] drivers: wifi: Clean up exit path
krish2718 2cddb7b
[nrf fromtree] drivers: nrfwifi: Remove non-existing member
krish2718 69cea23
[nrf fromlist] net: ip: Add a name to existing Kconfig choice
D-Triveni f9e8952
[nrf fromlist] drivers: wifi: nrfwifi: Enable variable network config…
D-Triveni 4eeccf4
[nrf fromlist] dts: bindings: wifi: split nrf700x coex and wifi models
bjarki-andreasen 0e102c0
[nrf fromlist] boards: nordic: nrf7002dk: align with nrf700x split in…
bjarki-andreasen 774c25d
[nrf fromlist] boards: shields: nrf7002eb: align with nrf700x split i…
bjarki-andreasen 683cab5
[nrf fromlist] boards: shields: nrf7002ek: align with nrf700x split i…
bjarki-andreasen fb1c72b
[nrf fromtree] drivers: wifi: Add Kconfig option for passive scan
kapbh 59c43b4
[nrf fromtree] drivers: nrfwifi: Allow scan-only for all platforms
krish2718 1306635
[nrf fromtree] drivers: wifi: Add changes for regulatory domain
kapbh 8d8d4db
[nrf fromtree] manifest: update hal_nordic revision for regularity do…
kapbh d5cc196
[nrf fromtree] modules: hostap: fix DPP build error
fengming-ye d02c3cb
[nrf fromtree] net: wifi: shell: add wps support
Rex-Chen-NXP 59a3381
[nrf fromtree] net: fix build error in DPP struct
MaochenWang1 d98e260
[nrf fromtree] hostapd: add ap status in l2 wifi
GaofengZhangNXP 701826f
[nrf fromtree] wifi: Refactor wifi-shell to allow external subcommands
jukkar f10500e
[nrf fromtree] net: wifi: shell: add enterprise support for station
Rex-Chen-NXP 3eff7c1
[nrf fromtree] hostap: Remove extra IEEE8021X_EAPOL as it was mention…
jukkar bed4069
[nrf fromtree] hostap: Fix hostapd AP compilation error
jukkar d5a4395
[nrf fromtree] hostap: Add ip-addr.c compilation to the build
jukkar fd869e5
[nrf fromtree] hostap: P2P needs EAPOL to select it
jukkar d3b21c2
[nrf fromtree] hostap: Fix compilation error when enterprise support …
jukkar 515d7f5
[nrf fromtree] hostap: Enterprise mode needs sha1-internal.c
jukkar 1ef0afa
[nrf fromtree] hostap: Fix crypto=none compilation
jukkar 12e3a54
[nrf fromtree] hostap: Remove not found hostapd functions
jukkar c5fb787
[nrf fromtree] hostap: Add needed include files to fix compilation
jukkar 8e04241
[nrf fromtree] hostap: Avoid warning of different enum mapping
jukkar 01b14ac
[nrf fromtree] tests: net: wifi: Add build test for various config co…
jukkar 2f6ec40
[nrf fromtree] manifest: hostap: Pull compile error fixes
jukkar 9ede25c
[nrf fromtree] modules: hostap: Add a config option for WPA control t…
krish2718 886dc71
[nrf fromlist] net: l2: wifi: Add checks for cert header creation
rado17 26b0413
[nrf fromtree] manifest: hal_nordic: Pull fix for build errors
krish2718 f8f842f
[nrf fromtree] drivers: nrfwifi: Fix a build error
krish2718 8669b6c
[nrf fromtree] samples: wifi: Fix missing CONFIG for the option
krish2718 04374fa
[nrf fromlist] manifest: hostap: Pull fix for build error
krish2718 c646c7d
[nrf noup] modules: hostap: Support Wi-Fi EAP-TLS mode
rado17 4ef193a
[nrf noup] samples: net: wifi: Changes for EAP-TLS support
rado17 6cd818c
[nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT
krish2718 fd98d1b
[nrf noup] samples: net: wifi: Enable Wi-Fi driver in sysbuild builds
krish2718 d8addd1
[nrf noup] modules: hostap: Fix duplicate define warning
krish2718 c48cd17
[nrf noup] boards: nordic: 7002dk_ns: Fix missing co-ex
krish2718 98ca54f
[nrf noup] modules: hostap: Fix NS build
krish2718 a3d04e7
[nrf noup] samples: net: wifi: Update certificates
krish2718 d8ba4d2
[nrf noup] modules: hostap: Add NCS PSA for hostap crypto ALT
krish2718 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,5 @@ | |
qspi-quad-mode; | ||
|
||
#include "nrf70_common.dtsi" | ||
#include "nrf70_common_coex.dtsi" | ||
}; | ||
}; |
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,5 @@ | |
qspi-quad-mode; | ||
|
||
#include "nrf70_common.dtsi" | ||
#include "nrf70_common_coex.dtsi" | ||
}; | ||
}; |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* Copyright (c) 2024 Nordic Semiconductor ASA | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
nrf70: coex { | ||
compatible = "nordic,nrf7002-coex"; | ||
status = "okay"; | ||
|
||
/* D2 */ | ||
status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; | ||
/* D3 */ | ||
req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; | ||
/* D4 */ | ||
grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; | ||
/* D6 */ | ||
swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.