We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7087f4 commit c91d22fCopy full SHA for c91d22f
src/confd/yang/confd/infix-if-wifi.yang
@@ -305,6 +305,24 @@ submodule infix-if-wifi {
305
description
306
"Signal strength for connected station.";
307
}
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
317
318
+ "Receive bitrate (e.g., '65.0 Mbps', '1.2 Gbps').";
319
320
321
+ leaf connected-time {
322
323
324
+ "Time since station connected (e.g., '120 seconds', '5 minutes').";
325
326
327
328
0 commit comments