Skip to content

Commit

Permalink
Add transition OPMODES to wifi-phy models (#895)
Browse files Browse the repository at this point in the history
* adding opmodes for WPA3
* Adding transition modes to phy opmodes
  • Loading branch information
jsnyder81 authored Jul 17, 2024
1 parent 5ba5c93 commit daf73c3
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion release/models/wifi/openconfig-wifi-phy.yang
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ module openconfig-wifi-phy {
description
"Model for managing PHY layer configuration of Radio interfaces.";

oc-ext:openconfig-version "1.2.3";
oc-ext:openconfig-version "1.2.4";

revision "2024-07-10" {
description
"Adding TRANSITION modes to PHY OPMODES";
reference "1.2.4";
}

revision "2023-11-30" {
description
Expand Down Expand Up @@ -484,20 +490,40 @@ module openconfig-wifi-phy {
description
"Open authentication with Opportunistic Wireless Encryption.";
}
enum ENHANCED_OPEN_TRANSITION {
description
"Open authentication with Opportunistic Wireless Encryption and
support for transition mode.";
}
enum WPA3_SAE {
description
"WPA3-SAE using Simultaneous Authentication of Equals (SAE).";
}
enum WPA3_2_SAE_TRANSITION {
description
"WPA3-SAE using Simultaneous Authentication of Equals (SAE) and
WPA2-PSK AKMs.";
}
enum WPA3_ENTERPRISE {
description
"WPA3-Enterprise with 802.1X SHA-256 authentication key
management.";
}
enum WPA3_2_ENTERPRISE_TRANSITION {
description
"WPA3-Enterprise with 802.1X SHA-256 authentication key
management.";
}
enum WPA3_ENTERPRISE_192_BIT {
description
"WPA3-Enterprise with 802.1X SHA-384 authentication key
management.";
}
enum WPA3_ENTERPRISE_GCM_256_BIT {
description
"WPA3-Enterprise with 802.1X GCM256 authentication key
management.";
}
}
description
"Operating mode of the BSS.";
Expand Down

0 comments on commit daf73c3

Please sign in to comment.