Skip to content

Commit

Permalink
Add missing AkmSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
corbin-phipps committed Jan 24, 2024
1 parent a6f05b0 commit 50dae68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions protocol/protos/WifiCore.proto
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,12 @@ message Dot11AkmSuiteConfigurationEnterprise
message Dot11AkmSuiteConfiguration
{
Microsoft.Net.Wifi.Dot11AuthenticationAlgorithm AuthenticationAlgorithm = 1;
Microsoft.Net.Wifi.Dot11AkmSuite AkmSuite = 2;
oneof Configuration
{
Dot11AkmSuiteConfigurationNone ConfigurationNone = 2;
Dot11AkmSuiteConfigurationSharedKey ConfigurationSharedKey = 3;
Dot11AkmSuiteConfigurationEnterprise ConfigurationEnterprise = 4;
Dot11AkmSuiteConfigurationNone ConfigurationNone = 3;
Dot11AkmSuiteConfigurationSharedKey ConfigurationSharedKey = 4;
Dot11AkmSuiteConfigurationEnterprise ConfigurationEnterprise = 5;
}
}

Expand Down

0 comments on commit 50dae68

Please sign in to comment.