Handle WPA3-Enterprise connection event correctly
Connection event for WPA3-Enterprise networks contains a key
management of WPA_KEY_MGMT_IEEE8021X_SHA256 from wpa_supplicant
which was not translated to SECURITY_TYPE_EAP_WPA3_ENTERPRISE,
resulting in no security type match and falling back to
SECURITY_TYPE_OPEN, therefore, showing security None in Settings
and not being able to match a network with such security type
to the list of existing configurations.
Bug: 273818063
Test: atest WifiConfigurationTest
Test: Connect to a WPA3-Enterprise network
Change-Id: I8ce1d96543d8b99bc5af8c9d3cb2a89508b8f752
2 files changed