-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
hostap: add WPS PBC and PIN for AP mode #79540
base: main
Are you sure you want to change the base?
hostap: add WPS PBC and PIN for AP mode #79540
Conversation
Hi @jukkar @krish2718 please review |
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.
also maybe the file supp_api.c
is becoming large, so, may be it's time to start adding supp_api_wps.c
, supp_api_p2p.c
etc?
875c9fd
to
d2a8efb
Compare
Hi @krish2718 @jukkar @dleach02 please review |
d2a8efb
to
dcf698b
Compare
Hi @krish2718 @jukkar @dleach02 please review |
Please rebase on |
dcf698b
to
8060580
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.
temporary hold until #79536 merges
8060580
to
2bd783c
Compare
Hi @krish2718 @jukkar @dleach02 fix the conflict, please review again |
Hi @krish2718 @dleach02 please review again |
2bd783c
to
a17332b
Compare
Hi @krish2718 @jukkar @dleach02 fix the conflict, please review again |
Hi @dleach02 please review and approve this |
Hi @henrikbrixandersen rebased and conflicts resolved, can you help review again? |
Hi @henrikbrixandersen |
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.
blocking PR merged
add WPS PBC and PIN for AP mode. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
Should use EAP_SERVER and EAP_SERVER_IDENTITY as the correct config, for the AP WPS case. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
921e839
a17332b
to
921e839
Compare
add WPS PBC and PIN for AP mode.