Skip to content
Commit d26f1bcd authored by Jimmy Chen's avatar Jimmy Chen
Browse files

wifi: fix wpa3 enterprise API

192-bit certificates could still be used for standard enterprise
networks. If certificates meet EAP-Suite-B requirements, setWpa3EnterpriseConfig will create
an EAP-Suite-B only configuration and lead to connection issues for stardard enterprise networks.

setWpa3EnterpriseConfig is deprecated and there are 2 new APIs to create
standard mode and 192-bit mode configurations.

Bug: 170311014
Test: atest FrameworksWifiApiTest \
            android.net.wifi.cts.WifiNetworkSpecifierTest \
            android.net.wifi.cts.WifiNetworkSuggestionTest
Change-Id: Iffd455a9e603666c20c2c728e478ce5d894582b1
parent ebf97e4b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment