diff options
author | Xin Deng <deng@codeaurora.org> | 2019-11-20 18:16:36 +0800 |
---|---|---|
committer | Xin Deng <deng@codeaurora.org> | 2019-12-11 16:34:35 +0800 |
commit | ad2ba1a7bca1af76e1fcb622389260c4587e67cf (patch) | |
tree | 7764feb7567bc0dfd4fc254a44075f4807fac83d /rs/java/android/renderscript/Program.java | |
parent | 445dce065f807f3a0f92840835ea71f2591de93f (diff) |
wifi: deprecated PSK_SAE_TRANSITION and OWE_TRANSITION mode
This change is a supplement for
I6275c40463034e0294a30282a711583bce6e2a7d, to fix UI display
abnormal when connect from Add network in PSK_SAE_TRANSITION
and OWE_TRANSITION security mode.
After deprecated PSK_SAE_TRANSITION and OWE_TRANSITION mode,
system will use SAE/OWE to instead of PSK_SAE_TRANSITION/
OWE_TRANSITION in scan result, however, when choice connect
from add network, if we choice the PSK security, if there is
only a PSK_SAE_TRANSITION AP nearby, UI will think the AP is
a SAE only AP, the security is not match, so it will not
display connected in UI.
To fix the problem, we will do a check when match scan result
with config, if find the scanned AP's capability contains
PSK and SAE, will use SAE to do first match, if not match, use
PSK match it again, the same logic as OWE_TRANSITION mode.
CRs-Fixed: 2559275
Change-Id: Ie4358509878543368fa0dbb15ec6448e2c591d75
Diffstat (limited to 'rs/java/android/renderscript/Program.java')
0 files changed, 0 insertions, 0 deletions