Skip to content
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

Pull in PRF-256 Implementation from upstream Hostap #2085

Merged
merged 3 commits into from
Oct 16, 2024

Conversation

VivekUppunda
Copy link
Contributor

This Pulls in PRF-256 code from upstream hostap. Picking a SHA commit which is 1 level above my commit SHA for upstream as there is a CI build fix in this SHA for my commit.

@NordicBuilder
Copy link
Contributor

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
hostap zephyrproject-rtos/hostap@cbae017 zephyrproject-rtos/hostap@9896a2e zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@VivekUppunda VivekUppunda force-pushed the pull_prfx_from_upstream branch from 0e00063 to ab657f1 Compare October 14, 2024 05:57
Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how can this be a fromtree when this replaces cbae0170437dbe196d436b2b53d7aefb97044b0c and the upstream replaces 291e1cd0dfad83ec02826adf48dd6db69c3471ca

@VivekUppunda VivekUppunda force-pushed the pull_prfx_from_upstream branch from ab657f1 to 31801c9 Compare October 14, 2024 08:16
@VivekUppunda
Copy link
Contributor Author

how can this be a fromtree when this replaces cbae0170437dbe196d436b2b53d7aefb97044b0c and the upstream replaces 291e1cd0dfad83ec02826adf48dd6db69c3471ca

Kindly check - updated the commits.

@VivekUppunda VivekUppunda requested a review from nordicjm October 14, 2024 08:16
LiLongNXP and others added 3 commits October 15, 2024 12:32
Update hostap revision to PR

Signed-off-by: Li Long <[email protected]>
(cherry picked from commit 04e1b71)
…icant

This pulls in PRF-256 wrapper API based on PSA APIs. This implements
PRF-256 as per section 11.6.1.7.2 in 802.11ac using PSA APIs.

Signed-off-by: Vivekananda Uppunda <[email protected]>
(cherry picked from commit 06d0c58)
Hotfix for two compilation warning issues for
wpa_drv_zep_event_dfs_cac_finished() and
wpa_drv_zep_event_dfs_cac_started(),
and for hmac_prf256() in hostap project.

Signed-off-by: Jukka Rissanen <[email protected]>
(cherry picked from commit 0ae12ad)
@VivekUppunda VivekUppunda force-pushed the pull_prfx_from_upstream branch from 31801c9 to 3847cd6 Compare October 15, 2024 07:02
@rlubos rlubos merged commit 82d54c5 into nrfconnect:main Oct 16, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants