Skip to content
11 changes: 11 additions & 0 deletions release/models/wifi/openconfig-wifi-mac.yang
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,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