-
Notifications
You must be signed in to change notification settings - Fork 1.4k
wifi: hostap: Add a module to manage hostap crypto configuration #18803
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
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK 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: f9fce8b86e430c45261b502891939e19bdc6c1c0 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (8)Outputs:ToolchainVersion: b77d8c1312 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 |
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. |
4d537a3 to
4014f4b
Compare
4014f4b to
4b01ee6
Compare
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]>
Pulls in external crypto support for hostap. Signed-off-by: Chaitanya Tata <[email protected]>
4b01ee6 to
f9fce8b
Compare
Instead of managing NCS crypto for hostap using
nrf nouppatches, this modules overrides the crypto config for NCS using external crypto support.