Skip to content

Commit

Permalink
[Tizen.Network.Connection] Add new values for WPA3 AP in enum WiFiSec…
Browse files Browse the repository at this point in the history
…urityType (#6118)

Co-authored-by: jeik01 <35021126+jeik01@users.noreply.github.com>
  • Loading branch information
a-nijhara and jeik01 committed May 14, 2024
1 parent 5b361ac commit faf3201
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,14 @@ public enum WiFiSecurityType
/// EAP
/// </summary>
Eap = 4,
/// <summary>
/// WPA3-SAE
/// </summary>
Wpa3Sae = 6,
/// <summary>
/// WPA3-OWE
/// </summary>
Wpa3Owe = 7,
}

/// <summary>
Expand Down

0 comments on commit faf3201

Please sign in to comment.