-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: hostap: Add a module to manage hostap crypto configuration #18803
base: main
Are you sure you want to change the base?
Conversation
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 4d537a335084b9d0f0994f7afa6c6c419e625984 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (8)
Outputs:ToolchainVersion: f51bdba1d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
Remember to add the skip manifest text if you are going to create your own manifest so #18802 doesn't get created |
efdc7a3
to
be77c09
Compare
Pulls in external crypto support for hostap. Signed-off-by: Chaitanya Tata <[email protected]>
This libray is primarily to maintain NCS build for hostap using nRF security. It uses external crypto option in the upstream hostap to overriwde crypto configuration. Signed-off-by: Chaitanya Tata <[email protected]>
This was missed in the original commit. Signed-off-by: Chaitanya Tata <[email protected]>
be77c09
to
4d537a3
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
Instead of managing NCS crypto for hostap using
nrf noup
patches, this modules overrides the crypto config for NCS using external crypto support.