-
Notifications
You must be signed in to change notification settings - Fork 0
[PW_SID:933251] PMKSA support for fullmac drivers #447
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
base: workflow
Are you sure you want to change the base?
Conversation
This is taken care of by the individual cache items and if none exist, tar fails.
Since roaming is handled by the firmware setting CQM thresholds for roaming is pointless.
The iwd_notice function was more meant for special purpose events not general debug prints. For these error conditions we should be using l_warn. For the informational "External Auth to SSID" log we already print this information when connecting from station. In addition there are logs when performing external auth so it should be very obvious external auth is being used without this log.
Supporting PMKSA on fullmac drivers requires that we set the PMKSA into the kernel as well as remove it. Since station has a removal path netdev_remove_pmksa needed to be added which station will call. This will handle both removing IWD's PMKSA cache as well as in the kernels. On addition its similar, we add to both IWDs cache and the kernels.
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Output: Clang Build |
8fcf519 to
c8a8351
Compare
6a6b0cc to
55901fd
Compare
55901fd to
8713461
Compare
a2c9985 to
624cea8
Compare
f77997d to
bc55824
Compare
bc55824 to
1d29908
Compare
0e6ebfd to
9ab928a
Compare
2123adf to
d37ddb0
Compare
d37ddb0 to
ba43a37
Compare
5d04e8d to
b29a924
Compare
e4aa359 to
0e452d2
Compare
0e452d2 to
d035ebb
Compare
d035ebb to
25a40e4
Compare
Since roaming is handled by the firmware setting CQM thresholds for
roaming is pointless.
src/netdev.c | 9 +++++++++
1 file changed, 9 insertions(+)