pop-os/cosmic-settings#1521
SecurityFeatures decodes owe / owe_transition_mode and preferred_connect_type() returns ConnectType::Owe, but there is no WifiSecurity::Owe variant and no builder path that emits key-mgmt=owe.
the applet currently maps ConnectType::Owe → NetworkType::Open (i.e. sends no security at all), which means OWE-transition networks either fail to connect or silently fall back to the unencrypted side.
need:
WifiSecurity::Owe variant
WifiConnectionBuilder::owe() that emits key-mgmt=owe
upgrade_security_for_features handling for OWE-only APs (similar to the SAE upgrade in 3.5.1)
pop-os/cosmic-settings#1521
SecurityFeaturesdecodesowe/owe_transition_modeandpreferred_connect_type()returnsConnectType::Owe, but there is noWifiSecurity::Owevariant and no builder path that emitskey-mgmt=owe.the applet currently maps
ConnectType::Owe→NetworkType::Open(i.e. sends no security at all), which means OWE-transition networks either fail to connect or silently fall back to the unencrypted side.need:
WifiSecurity::OwevariantWifiConnectionBuilder::owe()that emitskey-mgmt=oweupgrade_security_for_featureshandling for OWE-only APs (similar to the SAE upgrade in 3.5.1)