-
Notifications
You must be signed in to change notification settings - Fork 645
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
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. |
64ce064
to
0e00063
Compare
0e00063
to
ab657f1
Compare
There was a problem hiding this 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
ab657f1
to
31801c9
Compare
Kindly check - updated the commits. |
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)
31801c9
to
3847cd6
Compare
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.