WiFiFlutter icon indicating copy to clipboard operation
WiFiFlutter copied to clipboard

feat(wifi_iot): add support for WPA3 and explicit WPA2 security types

Open JarenFeng opened this issue 2 months ago • 0 comments

  • Updated NetworkSecurity enum in Dart to include WPA2 and WPA3.
  • Updated Android implementation to handle WPA2 (treated same as WPA) and WPA3 security types.
  • Implemented setWpa3Passphrase for Android Q/R+ WifiNetworkSuggestion and WifiNetworkSpecifier.
  • Added support for KeyMgmt.SAE in legacy WifiConfiguration.

JarenFeng avatar Dec 11 '25 13:12 JarenFeng