Skip to content
18 changes: 17 additions & 1 deletion release/models/wifi/openconfig-wifi-mac.yang
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ module openconfig-wifi-mac {
description
"Model for managing MAC layer configuration of Radio interfaces.";

oc-ext:openconfig-version "1.4.2";
oc-ext:openconfig-version "1.4.3";

revision "2026-03-23" {
description "Add RTT-enable to SSID config.";
reference "1.4.3";
}

revision "2026-01-06" {
description "Add tx-beacons counter to BSSID state.";
Expand Down Expand Up @@ -143,6 +148,17 @@ module openconfig-wifi-mac {
description
"Whether this SSID IE is hidden within Beacons.";
}
leaf enable-rtt {
type boolean;
default "false";
description
"Configures whether IEEE 802.11mc Fine Timing Measurement (FTM),
also known as Round Trip Time (RTT), is enabled for clients
associated with this SSID. When set to 'true', the Access Point
will respond to FTM requests from clients, allowing them to
perform accurate distance measurements. When 'false', FTM
responses are disabled for this SSID.";
}

leaf default-vlan {
type oc-vlan-types:vlan-id;
Expand Down
Loading