Skip to content

Commit c91d22f

Browse files
committed
YANG MODEL
1 parent a7087f4 commit c91d22f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/confd/yang/confd/infix-if-wifi.yang

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,24 @@ submodule infix-if-wifi {
305305
description
306306
"Signal strength for connected station.";
307307
}
308+
309+
leaf tx-speed {
310+
type string;
311+
description
312+
"Transmit bitrate (e.g., '65.0 Mbps', '1.2 Gbps').";
313+
}
314+
315+
leaf rx-speed {
316+
type string;
317+
description
318+
"Receive bitrate (e.g., '65.0 Mbps', '1.2 Gbps').";
319+
}
320+
321+
leaf connected-time {
322+
type string;
323+
description
324+
"Time since station connected (e.g., '120 seconds', '5 minutes').";
325+
}
308326
}
309327
}
310328
}

0 commit comments

Comments
 (0)