-
Notifications
You must be signed in to change notification settings - Fork 318
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
nrf_wifi: Add as a standlone library #1414
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
ab72dcd
to
7c01481
Compare
88e0e2a
to
34198d5
Compare
Add cmake and kconfig files to make this module as a standlone library. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
34198d5
to
317672b
Compare
Enable management buffer offload for scan and also pass missing args. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Fix radio test mode. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
317672b
to
36f590d
Compare
Closing, this needs to be moved to hal_nordic now. |
9c56b6a
to
f5281bb
Compare
Pass the regulatory configuration to FMAC. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This is also applicable for scan-only mode. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
The define should only be passed when it's enabled in the BM code, not unconditioanlly, this causes mismatch in the strucutre definition. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
2.7.0 doesn't have proper recovery support, so, disable WDT IRQ processing, it will just be ignored. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
f5281bb
to
b6a6409
Compare
Useful in generating random MAC address. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
ported to nrf_wifi |
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.
Add cmake and kconfig files to make this module as a standlone library.