Skip to content

Commit

Permalink
Adding FREQ_2_6_GHZ to wifi-types #923 (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnyder81 authored Oct 17, 2023
1 parent c2d2219 commit 57adeaf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion release/models/wifi/openconfig-wifi-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ module openconfig-wifi-types {
that are used in the openconfig-wifi modules. It can be
imported by any module to make use of these types.";

oc-ext:openconfig-version "1.1.1";
oc-ext:openconfig-version "1.1.2";

revision "2023-09-01" {
description
"Adding FREQ_2_6_GHZ.";
reference "1.1.2";
}

revision "2022-05-26" {
description
Expand Down Expand Up @@ -273,6 +279,12 @@ module openconfig-wifi-types {
6GHz frequencies.";
}

identity FREQ_2_6_GHZ {
base OPERATING_FREQUENCY;
description "The Radio or SSID will be dual band; operating in 2.4 and
6GHz frequencies.";
}

identity CLIENT_CAPABILITIES {
description
"Client capabilities, as reported by Association Request or
Expand Down

0 comments on commit 57adeaf

Please sign in to comment.