docs: update js api docs
[project/luci.git] / docs / jsapi / LuCI.network.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Class: network</title>
6
7
8 <script src="scripts/prettify/prettify.js"></script>
9 <script src="scripts/prettify/lang-css.js"></script>
10 <script src="scripts/jquery.min.js"></script>
11 <!--[if lt IE 9]>
12 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13 <![endif]-->
14 <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
15 <link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
16 <link type="text/css" rel="stylesheet" href="styles/jaguar.css">
17
18
19 <script>
20 var config = {"monospaceLinks":true,"cleverLinks":true,"default":{"outputSourceFiles":true}};
21 </script>
22
23
24
25 </head>
26 <body>
27 <div id="wrap" class="clearfix">
28
29 <div class="navigation">
30 <h3 class="applicationName"><a href="index.html"></a></h3>
31
32 <div class="search">
33 <input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
34 </div>
35 <ul class="list">
36
37 <li class="item" data-name="LuCI">
38 <span class="title">
39 <a href="LuCI.html">LuCI</a>
40
41 </span>
42 <ul class="members itemMembers">
43
44 <span class="subtitle">Members</span>
45
46 <li data-name="LuCI#Class"><a href="LuCI.html#Class">Class</a></li>
47
48 <li data-name="LuCI#dom"><a href="LuCI.html#dom">dom</a></li>
49
50 <li data-name="LuCI#env"><a href="LuCI.html#env">env</a></li>
51
52 <li data-name="LuCI#Poll"><a href="LuCI.html#Poll">Poll</a></li>
53
54 <li data-name="LuCI#Request"><a href="LuCI.html#Request">Request</a></li>
55
56 <li data-name="LuCI#view"><a href="LuCI.html#view">view</a></li>
57
58 </ul>
59 <ul class="typedefs itemMembers">
60
61 <span class="subtitle">Typedefs</span>
62
63 <li data-name="LuCI.requestCallbackFn"><a href="LuCI.html#.requestCallbackFn">requestCallbackFn</a></li>
64
65 </ul>
66 <ul class="typedefs itemMembers">
67
68 </ul>
69 <ul class="methods itemMembers">
70
71 <span class="subtitle">Methods</span>
72
73 <li data-name="LuCI#bind"><a href="LuCI.html#bind">bind</a></li>
74
75 <li data-name="LuCI#error"><a href="LuCI.html#error">error</a></li>
76
77 <li data-name="LuCI#fspath"><a href="LuCI.html#fspath">fspath</a></li>
78
79 <li data-name="LuCI#get"><a href="LuCI.html#get">get</a></li>
80
81 <li data-name="LuCI#halt"><a href="LuCI.html#halt">halt</a></li>
82
83 <li data-name="LuCI#hasSystemFeature"><a href="LuCI.html#hasSystemFeature">hasSystemFeature</a></li>
84
85 <li data-name="LuCI#hasViewPermission"><a href="LuCI.html#hasViewPermission">hasViewPermission</a></li>
86
87 <li data-name="LuCI#isObject"><a href="LuCI.html#isObject">isObject</a></li>
88
89 <li data-name="LuCI#location"><a href="LuCI.html#location">location</a></li>
90
91 <li data-name="LuCI#media"><a href="LuCI.html#media">media</a></li>
92
93 <li data-name="LuCI#path"><a href="LuCI.html#path">path</a></li>
94
95 <li data-name="LuCI#poll"><a href="LuCI.html#poll">poll</a></li>
96
97 <li data-name="LuCI#post"><a href="LuCI.html#post">post</a></li>
98
99 <li data-name="LuCI#raise"><a href="LuCI.html#raise">raise</a></li>
100
101 <li data-name="LuCI#require"><a href="LuCI.html#require">require</a></li>
102
103 <li data-name="LuCI#resolveDefault"><a href="LuCI.html#resolveDefault">resolveDefault</a></li>
104
105 <li data-name="LuCI#resource"><a href="LuCI.html#resource">resource</a></li>
106
107 <li data-name="LuCI#run"><a href="LuCI.html#run">run</a></li>
108
109 <li data-name="LuCI#sortedKeys"><a href="LuCI.html#sortedKeys">sortedKeys</a></li>
110
111 <li data-name="LuCI#stop"><a href="LuCI.html#stop">stop</a></li>
112
113 <li data-name="LuCI#toArray"><a href="LuCI.html#toArray">toArray</a></li>
114
115 <li data-name="LuCI#url"><a href="LuCI.html#url">url</a></li>
116
117 </ul>
118 <ul class="events itemMembers">
119
120 </ul>
121 </li>
122
123 <li class="item" data-name="LuCI.baseclass">
124 <span class="title">
125 <a href="LuCI.baseclass.html">LuCI.baseclass</a>
126
127 </span>
128 <ul class="members itemMembers">
129
130 </ul>
131 <ul class="typedefs itemMembers">
132
133 </ul>
134 <ul class="typedefs itemMembers">
135
136 </ul>
137 <ul class="methods itemMembers">
138
139 <span class="subtitle">Methods</span>
140
141 <li data-name="LuCI.baseclass.extend"><a href="LuCI.baseclass.html#.extend">extend</a></li>
142
143 <li data-name="LuCI.baseclass.instantiate"><a href="LuCI.baseclass.html#.instantiate">instantiate</a></li>
144
145 <li data-name="LuCI.baseclass.isSubclass"><a href="LuCI.baseclass.html#.isSubclass">isSubclass</a></li>
146
147 <li data-name="LuCI.baseclass.singleton"><a href="LuCI.baseclass.html#.singleton">singleton</a></li>
148
149 <li data-name="LuCI.baseclass#super"><a href="LuCI.baseclass.html#super">super</a></li>
150
151 <li data-name="LuCI.baseclass#varargs"><a href="LuCI.baseclass.html#varargs">varargs</a></li>
152
153 </ul>
154 <ul class="events itemMembers">
155
156 </ul>
157 </li>
158
159 <li class="item" data-name="LuCI.dom">
160 <span class="title">
161 <a href="LuCI.dom.html">LuCI.dom</a>
162
163 </span>
164 <ul class="members itemMembers">
165
166 </ul>
167 <ul class="typedefs itemMembers">
168
169 <span class="subtitle">Typedefs</span>
170
171 <li data-name="LuCI.dom~ignoreCallbackFn"><a href="LuCI.dom.html#~ignoreCallbackFn">ignoreCallbackFn</a></li>
172
173 </ul>
174 <ul class="typedefs itemMembers">
175
176 </ul>
177 <ul class="methods itemMembers">
178
179 <span class="subtitle">Methods</span>
180
181 <li data-name="LuCI.dom#append"><a href="LuCI.dom.html#append">append</a></li>
182
183 <li data-name="LuCI.dom#attr"><a href="LuCI.dom.html#attr">attr</a></li>
184
185 <li data-name="LuCI.dom#bindClassInstance"><a href="LuCI.dom.html#bindClassInstance">bindClassInstance</a></li>
186
187 <li data-name="LuCI.dom#callClassMethod"><a href="LuCI.dom.html#callClassMethod">callClassMethod</a></li>
188
189 <li data-name="LuCI.dom#content"><a href="LuCI.dom.html#content">content</a></li>
190
191 <li data-name="LuCI.dom#create"><a href="LuCI.dom.html#create">create</a></li>
192
193 <li data-name="LuCI.dom#data"><a href="LuCI.dom.html#data">data</a></li>
194
195 <li data-name="LuCI.dom#elem"><a href="LuCI.dom.html#elem">elem</a></li>
196
197 <li data-name="LuCI.dom#findClassInstance"><a href="LuCI.dom.html#findClassInstance">findClassInstance</a></li>
198
199 <li data-name="LuCI.dom#isEmpty"><a href="LuCI.dom.html#isEmpty">isEmpty</a></li>
200
201 <li data-name="LuCI.dom#matches"><a href="LuCI.dom.html#matches">matches</a></li>
202
203 <li data-name="LuCI.dom#parent"><a href="LuCI.dom.html#parent">parent</a></li>
204
205 <li data-name="LuCI.dom#parse"><a href="LuCI.dom.html#parse">parse</a></li>
206
207 </ul>
208 <ul class="events itemMembers">
209
210 </ul>
211 </li>
212
213 <li class="item" data-name="LuCI.form">
214 <span class="title">
215 <a href="LuCI.form.html">LuCI.form</a>
216
217 </span>
218 <ul class="members itemMembers">
219
220 </ul>
221 <ul class="typedefs itemMembers">
222
223 </ul>
224 <ul class="typedefs itemMembers">
225
226 </ul>
227 <ul class="methods itemMembers">
228
229 </ul>
230 <ul class="events itemMembers">
231
232 </ul>
233 </li>
234
235 <li class="item" data-name="LuCI.form.AbstractElement">
236 <span class="title">
237 <a href="LuCI.form.AbstractElement.html">LuCI.form.AbstractElement</a>
238
239 </span>
240 <ul class="members itemMembers">
241
242 </ul>
243 <ul class="typedefs itemMembers">
244
245 </ul>
246 <ul class="typedefs itemMembers">
247
248 </ul>
249 <ul class="methods itemMembers">
250
251 <span class="subtitle">Methods</span>
252
253 <li data-name="LuCI.form.AbstractElement#append"><a href="LuCI.form.AbstractElement.html#append">append</a></li>
254
255 <li data-name="LuCI.form.AbstractElement#parse"><a href="LuCI.form.AbstractElement.html#parse">parse</a></li>
256
257 <li data-name="LuCI.form.AbstractElement#render"><a href="LuCI.form.AbstractElement.html#render">render</a></li>
258
259 <li data-name="LuCI.form.AbstractElement#stripTags"><a href="LuCI.form.AbstractElement.html#stripTags">stripTags</a></li>
260
261 <li data-name="LuCI.form.AbstractElement#titleFn"><a href="LuCI.form.AbstractElement.html#titleFn">titleFn</a></li>
262
263 </ul>
264 <ul class="events itemMembers">
265
266 </ul>
267 </li>
268
269 <li class="item" data-name="LuCI.form.AbstractSection">
270 <span class="title">
271 <a href="LuCI.form.AbstractSection.html">LuCI.form.AbstractSection</a>
272
273 </span>
274 <ul class="members itemMembers">
275
276 <span class="subtitle">Members</span>
277
278 <li data-name="LuCI.form.AbstractSection##parentoption"><a href="LuCI.form.AbstractSection.html#parentoption">parentoption</a></li>
279
280 </ul>
281 <ul class="typedefs itemMembers">
282
283 </ul>
284 <ul class="typedefs itemMembers">
285
286 </ul>
287 <ul class="methods itemMembers">
288
289 <span class="subtitle">Methods</span>
290
291 <li data-name="LuCI.form.AbstractSection#append"><a href="LuCI.form.AbstractSection.html#append">append</a></li>
292
293 <li data-name="LuCI.form.AbstractSection#cfgsections"><a href="LuCI.form.AbstractSection.html#cfgsections">cfgsections</a></li>
294
295 <li data-name="LuCI.form.AbstractSection#filter"><a href="LuCI.form.AbstractSection.html#filter">filter</a></li>
296
297 <li data-name="LuCI.form.AbstractSection#load"><a href="LuCI.form.AbstractSection.html#load">load</a></li>
298
299 <li data-name="LuCI.form.AbstractSection#option"><a href="LuCI.form.AbstractSection.html#option">option</a></li>
300
301 <li data-name="LuCI.form.AbstractSection#parse"><a href="LuCI.form.AbstractSection.html#parse">parse</a></li>
302
303 <li data-name="LuCI.form.AbstractSection#render"><a href="LuCI.form.AbstractSection.html#render">render</a></li>
304
305 <li data-name="LuCI.form.AbstractSection#stripTags"><a href="LuCI.form.AbstractSection.html#stripTags">stripTags</a></li>
306
307 <li data-name="LuCI.form.AbstractSection#tab"><a href="LuCI.form.AbstractSection.html#tab">tab</a></li>
308
309 <li data-name="LuCI.form.AbstractSection#taboption"><a href="LuCI.form.AbstractSection.html#taboption">taboption</a></li>
310
311 <li data-name="LuCI.form.AbstractSection#titleFn"><a href="LuCI.form.AbstractSection.html#titleFn">titleFn</a></li>
312
313 </ul>
314 <ul class="events itemMembers">
315
316 </ul>
317 </li>
318
319 <li class="item" data-name="LuCI.form.AbstractValue">
320 <span class="title">
321 <a href="LuCI.form.AbstractValue.html">LuCI.form.AbstractValue</a>
322
323 </span>
324 <ul class="members itemMembers">
325
326 <span class="subtitle">Members</span>
327
328 <li data-name="LuCI.form.AbstractValue##datatype"><a href="LuCI.form.AbstractValue.html#datatype">datatype</a></li>
329
330 <li data-name="LuCI.form.AbstractValue##default"><a href="LuCI.form.AbstractValue.html#default">default</a></li>
331
332 <li data-name="LuCI.form.AbstractValue##editable"><a href="LuCI.form.AbstractValue.html#editable">editable</a></li>
333
334 <li data-name="LuCI.form.AbstractValue##modalonly"><a href="LuCI.form.AbstractValue.html#modalonly">modalonly</a></li>
335
336 <li data-name="LuCI.form.AbstractValue##optional"><a href="LuCI.form.AbstractValue.html#optional">optional</a></li>
337
338 <li data-name="LuCI.form.AbstractValue##readonly"><a href="LuCI.form.AbstractValue.html#readonly">readonly</a></li>
339
340 <li data-name="LuCI.form.AbstractValue##rmempty"><a href="LuCI.form.AbstractValue.html#rmempty">rmempty</a></li>
341
342 <li data-name="LuCI.form.AbstractValue##uciconfig"><a href="LuCI.form.AbstractValue.html#uciconfig">uciconfig</a></li>
343
344 <li data-name="LuCI.form.AbstractValue##ucioption"><a href="LuCI.form.AbstractValue.html#ucioption">ucioption</a></li>
345
346 <li data-name="LuCI.form.AbstractValue##ucisection"><a href="LuCI.form.AbstractValue.html#ucisection">ucisection</a></li>
347
348 <li data-name="LuCI.form.AbstractValue##validate"><a href="LuCI.form.AbstractValue.html#validate">validate</a></li>
349
350 <li data-name="LuCI.form.AbstractValue##width"><a href="LuCI.form.AbstractValue.html#width">width</a></li>
351
352 </ul>
353 <ul class="typedefs itemMembers">
354
355 </ul>
356 <ul class="typedefs itemMembers">
357
358 </ul>
359 <ul class="methods itemMembers">
360
361 <span class="subtitle">Methods</span>
362
363 <li data-name="LuCI.form.AbstractValue#append"><a href="LuCI.form.AbstractValue.html#append">append</a></li>
364
365 <li data-name="LuCI.form.AbstractValue#cbid"><a href="LuCI.form.AbstractValue.html#cbid">cbid</a></li>
366
367 <li data-name="LuCI.form.AbstractValue#cfgvalue"><a href="LuCI.form.AbstractValue.html#cfgvalue">cfgvalue</a></li>
368
369 <li data-name="LuCI.form.AbstractValue#depends"><a href="LuCI.form.AbstractValue.html#depends">depends</a></li>
370
371 <li data-name="LuCI.form.AbstractValue#formvalue"><a href="LuCI.form.AbstractValue.html#formvalue">formvalue</a></li>
372
373 <li data-name="LuCI.form.AbstractValue#getUIElement"><a href="LuCI.form.AbstractValue.html#getUIElement">getUIElement</a></li>
374
375 <li data-name="LuCI.form.AbstractValue#isActive"><a href="LuCI.form.AbstractValue.html#isActive">isActive</a></li>
376
377 <li data-name="LuCI.form.AbstractValue#isValid"><a href="LuCI.form.AbstractValue.html#isValid">isValid</a></li>
378
379 <li data-name="LuCI.form.AbstractValue#load"><a href="LuCI.form.AbstractValue.html#load">load</a></li>
380
381 <li data-name="LuCI.form.AbstractValue#parse"><a href="LuCI.form.AbstractValue.html#parse">parse</a></li>
382
383 <li data-name="LuCI.form.AbstractValue#remove"><a href="LuCI.form.AbstractValue.html#remove">remove</a></li>
384
385 <li data-name="LuCI.form.AbstractValue#render"><a href="LuCI.form.AbstractValue.html#render">render</a></li>
386
387 <li data-name="LuCI.form.AbstractValue#stripTags"><a href="LuCI.form.AbstractValue.html#stripTags">stripTags</a></li>
388
389 <li data-name="LuCI.form.AbstractValue#textvalue"><a href="LuCI.form.AbstractValue.html#textvalue">textvalue</a></li>
390
391 <li data-name="LuCI.form.AbstractValue#titleFn"><a href="LuCI.form.AbstractValue.html#titleFn">titleFn</a></li>
392
393 <li data-name="LuCI.form.AbstractValue#validate"><a href="LuCI.form.AbstractValue.html#validate">validate</a></li>
394
395 <li data-name="LuCI.form.AbstractValue#write"><a href="LuCI.form.AbstractValue.html#write">write</a></li>
396
397 </ul>
398 <ul class="events itemMembers">
399
400 </ul>
401 </li>
402
403 <li class="item" data-name="LuCI.form.ButtonValue">
404 <span class="title">
405 <a href="LuCI.form.ButtonValue.html">LuCI.form.ButtonValue</a>
406
407 </span>
408 <ul class="members itemMembers">
409
410 <span class="subtitle">Members</span>
411
412 <li data-name="LuCI.form.ButtonValue##inputstyle"><a href="LuCI.form.ButtonValue.html#inputstyle">inputstyle</a></li>
413
414 <li data-name="LuCI.form.ButtonValue##inputtitle"><a href="LuCI.form.ButtonValue.html#inputtitle">inputtitle</a></li>
415
416 <li data-name="LuCI.form.ButtonValue##onclick"><a href="LuCI.form.ButtonValue.html#onclick">onclick</a></li>
417
418 <li data-name="LuCI.form.ButtonValue#datatype"><a href="LuCI.form.ButtonValue.html#datatype">datatype</a></li>
419
420 <li data-name="LuCI.form.ButtonValue#default"><a href="LuCI.form.ButtonValue.html#default">default</a></li>
421
422 <li data-name="LuCI.form.ButtonValue#editable"><a href="LuCI.form.ButtonValue.html#editable">editable</a></li>
423
424 <li data-name="LuCI.form.ButtonValue#modalonly"><a href="LuCI.form.ButtonValue.html#modalonly">modalonly</a></li>
425
426 <li data-name="LuCI.form.ButtonValue#optional"><a href="LuCI.form.ButtonValue.html#optional">optional</a></li>
427
428 <li data-name="LuCI.form.ButtonValue#password"><a href="LuCI.form.ButtonValue.html#password">password</a></li>
429
430 <li data-name="LuCI.form.ButtonValue#placeholder"><a href="LuCI.form.ButtonValue.html#placeholder">placeholder</a></li>
431
432 <li data-name="LuCI.form.ButtonValue#readonly"><a href="LuCI.form.ButtonValue.html#readonly">readonly</a></li>
433
434 <li data-name="LuCI.form.ButtonValue#rmempty"><a href="LuCI.form.ButtonValue.html#rmempty">rmempty</a></li>
435
436 <li data-name="LuCI.form.ButtonValue#uciconfig"><a href="LuCI.form.ButtonValue.html#uciconfig">uciconfig</a></li>
437
438 <li data-name="LuCI.form.ButtonValue#ucioption"><a href="LuCI.form.ButtonValue.html#ucioption">ucioption</a></li>
439
440 <li data-name="LuCI.form.ButtonValue#ucisection"><a href="LuCI.form.ButtonValue.html#ucisection">ucisection</a></li>
441
442 <li data-name="LuCI.form.ButtonValue#validate"><a href="LuCI.form.ButtonValue.html#validate">validate</a></li>
443
444 <li data-name="LuCI.form.ButtonValue#width"><a href="LuCI.form.ButtonValue.html#width">width</a></li>
445
446 </ul>
447 <ul class="typedefs itemMembers">
448
449 </ul>
450 <ul class="typedefs itemMembers">
451
452 </ul>
453 <ul class="methods itemMembers">
454
455 <span class="subtitle">Methods</span>
456
457 <li data-name="LuCI.form.ButtonValue#append"><a href="LuCI.form.ButtonValue.html#append">append</a></li>
458
459 <li data-name="LuCI.form.ButtonValue#cbid"><a href="LuCI.form.ButtonValue.html#cbid">cbid</a></li>
460
461 <li data-name="LuCI.form.ButtonValue#cfgvalue"><a href="LuCI.form.ButtonValue.html#cfgvalue">cfgvalue</a></li>
462
463 <li data-name="LuCI.form.ButtonValue#depends"><a href="LuCI.form.ButtonValue.html#depends">depends</a></li>
464
465 <li data-name="LuCI.form.ButtonValue#formvalue"><a href="LuCI.form.ButtonValue.html#formvalue">formvalue</a></li>
466
467 <li data-name="LuCI.form.ButtonValue#getUIElement"><a href="LuCI.form.ButtonValue.html#getUIElement">getUIElement</a></li>
468
469 <li data-name="LuCI.form.ButtonValue#isActive"><a href="LuCI.form.ButtonValue.html#isActive">isActive</a></li>
470
471 <li data-name="LuCI.form.ButtonValue#isValid"><a href="LuCI.form.ButtonValue.html#isValid">isValid</a></li>
472
473 <li data-name="LuCI.form.ButtonValue#load"><a href="LuCI.form.ButtonValue.html#load">load</a></li>
474
475 <li data-name="LuCI.form.ButtonValue#parse"><a href="LuCI.form.ButtonValue.html#parse">parse</a></li>
476
477 <li data-name="LuCI.form.ButtonValue#remove"><a href="LuCI.form.ButtonValue.html#remove">remove</a></li>
478
479 <li data-name="LuCI.form.ButtonValue#stripTags"><a href="LuCI.form.ButtonValue.html#stripTags">stripTags</a></li>
480
481 <li data-name="LuCI.form.ButtonValue#textvalue"><a href="LuCI.form.ButtonValue.html#textvalue">textvalue</a></li>
482
483 <li data-name="LuCI.form.ButtonValue#titleFn"><a href="LuCI.form.ButtonValue.html#titleFn">titleFn</a></li>
484
485 <li data-name="LuCI.form.ButtonValue#value"><a href="LuCI.form.ButtonValue.html#value">value</a></li>
486
487 <li data-name="LuCI.form.ButtonValue#write"><a href="LuCI.form.ButtonValue.html#write">write</a></li>
488
489 </ul>
490 <ul class="events itemMembers">
491
492 </ul>
493 </li>
494
495 <li class="item" data-name="LuCI.form.DummyValue">
496 <span class="title">
497 <a href="LuCI.form.DummyValue.html">LuCI.form.DummyValue</a>
498
499 </span>
500 <ul class="members itemMembers">
501
502 <span class="subtitle">Members</span>
503
504 <li data-name="LuCI.form.DummyValue##href"><a href="LuCI.form.DummyValue.html#href">href</a></li>
505
506 <li data-name="LuCI.form.DummyValue##rawhtml"><a href="LuCI.form.DummyValue.html#rawhtml">rawhtml</a></li>
507
508 <li data-name="LuCI.form.DummyValue#datatype"><a href="LuCI.form.DummyValue.html#datatype">datatype</a></li>
509
510 <li data-name="LuCI.form.DummyValue#default"><a href="LuCI.form.DummyValue.html#default">default</a></li>
511
512 <li data-name="LuCI.form.DummyValue#editable"><a href="LuCI.form.DummyValue.html#editable">editable</a></li>
513
514 <li data-name="LuCI.form.DummyValue#modalonly"><a href="LuCI.form.DummyValue.html#modalonly">modalonly</a></li>
515
516 <li data-name="LuCI.form.DummyValue#optional"><a href="LuCI.form.DummyValue.html#optional">optional</a></li>
517
518 <li data-name="LuCI.form.DummyValue#password"><a href="LuCI.form.DummyValue.html#password">password</a></li>
519
520 <li data-name="LuCI.form.DummyValue#placeholder"><a href="LuCI.form.DummyValue.html#placeholder">placeholder</a></li>
521
522 <li data-name="LuCI.form.DummyValue#readonly"><a href="LuCI.form.DummyValue.html#readonly">readonly</a></li>
523
524 <li data-name="LuCI.form.DummyValue#rmempty"><a href="LuCI.form.DummyValue.html#rmempty">rmempty</a></li>
525
526 <li data-name="LuCI.form.DummyValue#uciconfig"><a href="LuCI.form.DummyValue.html#uciconfig">uciconfig</a></li>
527
528 <li data-name="LuCI.form.DummyValue#ucioption"><a href="LuCI.form.DummyValue.html#ucioption">ucioption</a></li>
529
530 <li data-name="LuCI.form.DummyValue#ucisection"><a href="LuCI.form.DummyValue.html#ucisection">ucisection</a></li>
531
532 <li data-name="LuCI.form.DummyValue#validate"><a href="LuCI.form.DummyValue.html#validate">validate</a></li>
533
534 <li data-name="LuCI.form.DummyValue#width"><a href="LuCI.form.DummyValue.html#width">width</a></li>
535
536 </ul>
537 <ul class="typedefs itemMembers">
538
539 </ul>
540 <ul class="typedefs itemMembers">
541
542 </ul>
543 <ul class="methods itemMembers">
544
545 <span class="subtitle">Methods</span>
546
547 <li data-name="LuCI.form.DummyValue#append"><a href="LuCI.form.DummyValue.html#append">append</a></li>
548
549 <li data-name="LuCI.form.DummyValue#cbid"><a href="LuCI.form.DummyValue.html#cbid">cbid</a></li>
550
551 <li data-name="LuCI.form.DummyValue#cfgvalue"><a href="LuCI.form.DummyValue.html#cfgvalue">cfgvalue</a></li>
552
553 <li data-name="LuCI.form.DummyValue#depends"><a href="LuCI.form.DummyValue.html#depends">depends</a></li>
554
555 <li data-name="LuCI.form.DummyValue#formvalue"><a href="LuCI.form.DummyValue.html#formvalue">formvalue</a></li>
556
557 <li data-name="LuCI.form.DummyValue#getUIElement"><a href="LuCI.form.DummyValue.html#getUIElement">getUIElement</a></li>
558
559 <li data-name="LuCI.form.DummyValue#isActive"><a href="LuCI.form.DummyValue.html#isActive">isActive</a></li>
560
561 <li data-name="LuCI.form.DummyValue#isValid"><a href="LuCI.form.DummyValue.html#isValid">isValid</a></li>
562
563 <li data-name="LuCI.form.DummyValue#load"><a href="LuCI.form.DummyValue.html#load">load</a></li>
564
565 <li data-name="LuCI.form.DummyValue#parse"><a href="LuCI.form.DummyValue.html#parse">parse</a></li>
566
567 <li data-name="LuCI.form.DummyValue#remove"><a href="LuCI.form.DummyValue.html#remove">remove</a></li>
568
569 <li data-name="LuCI.form.DummyValue#stripTags"><a href="LuCI.form.DummyValue.html#stripTags">stripTags</a></li>
570
571 <li data-name="LuCI.form.DummyValue#textvalue"><a href="LuCI.form.DummyValue.html#textvalue">textvalue</a></li>
572
573 <li data-name="LuCI.form.DummyValue#titleFn"><a href="LuCI.form.DummyValue.html#titleFn">titleFn</a></li>
574
575 <li data-name="LuCI.form.DummyValue#value"><a href="LuCI.form.DummyValue.html#value">value</a></li>
576
577 <li data-name="LuCI.form.DummyValue#write"><a href="LuCI.form.DummyValue.html#write">write</a></li>
578
579 </ul>
580 <ul class="events itemMembers">
581
582 </ul>
583 </li>
584
585 <li class="item" data-name="LuCI.form.DynamicList">
586 <span class="title">
587 <a href="LuCI.form.DynamicList.html">LuCI.form.DynamicList</a>
588
589 </span>
590 <ul class="members itemMembers">
591
592 <span class="subtitle">Members</span>
593
594 <li data-name="LuCI.form.DynamicList#datatype"><a href="LuCI.form.DynamicList.html#datatype">datatype</a></li>
595
596 <li data-name="LuCI.form.DynamicList#default"><a href="LuCI.form.DynamicList.html#default">default</a></li>
597
598 <li data-name="LuCI.form.DynamicList#editable"><a href="LuCI.form.DynamicList.html#editable">editable</a></li>
599
600 <li data-name="LuCI.form.DynamicList#modalonly"><a href="LuCI.form.DynamicList.html#modalonly">modalonly</a></li>
601
602 <li data-name="LuCI.form.DynamicList#optional"><a href="LuCI.form.DynamicList.html#optional">optional</a></li>
603
604 <li data-name="LuCI.form.DynamicList#password"><a href="LuCI.form.DynamicList.html#password">password</a></li>
605
606 <li data-name="LuCI.form.DynamicList#placeholder"><a href="LuCI.form.DynamicList.html#placeholder">placeholder</a></li>
607
608 <li data-name="LuCI.form.DynamicList#readonly"><a href="LuCI.form.DynamicList.html#readonly">readonly</a></li>
609
610 <li data-name="LuCI.form.DynamicList#rmempty"><a href="LuCI.form.DynamicList.html#rmempty">rmempty</a></li>
611
612 <li data-name="LuCI.form.DynamicList#uciconfig"><a href="LuCI.form.DynamicList.html#uciconfig">uciconfig</a></li>
613
614 <li data-name="LuCI.form.DynamicList#ucioption"><a href="LuCI.form.DynamicList.html#ucioption">ucioption</a></li>
615
616 <li data-name="LuCI.form.DynamicList#ucisection"><a href="LuCI.form.DynamicList.html#ucisection">ucisection</a></li>
617
618 <li data-name="LuCI.form.DynamicList#validate"><a href="LuCI.form.DynamicList.html#validate">validate</a></li>
619
620 <li data-name="LuCI.form.DynamicList#width"><a href="LuCI.form.DynamicList.html#width">width</a></li>
621
622 </ul>
623 <ul class="typedefs itemMembers">
624
625 </ul>
626 <ul class="typedefs itemMembers">
627
628 </ul>
629 <ul class="methods itemMembers">
630
631 <span class="subtitle">Methods</span>
632
633 <li data-name="LuCI.form.DynamicList#append"><a href="LuCI.form.DynamicList.html#append">append</a></li>
634
635 <li data-name="LuCI.form.DynamicList#cbid"><a href="LuCI.form.DynamicList.html#cbid">cbid</a></li>
636
637 <li data-name="LuCI.form.DynamicList#cfgvalue"><a href="LuCI.form.DynamicList.html#cfgvalue">cfgvalue</a></li>
638
639 <li data-name="LuCI.form.DynamicList#depends"><a href="LuCI.form.DynamicList.html#depends">depends</a></li>
640
641 <li data-name="LuCI.form.DynamicList#formvalue"><a href="LuCI.form.DynamicList.html#formvalue">formvalue</a></li>
642
643 <li data-name="LuCI.form.DynamicList#getUIElement"><a href="LuCI.form.DynamicList.html#getUIElement">getUIElement</a></li>
644
645 <li data-name="LuCI.form.DynamicList#isActive"><a href="LuCI.form.DynamicList.html#isActive">isActive</a></li>
646
647 <li data-name="LuCI.form.DynamicList#isValid"><a href="LuCI.form.DynamicList.html#isValid">isValid</a></li>
648
649 <li data-name="LuCI.form.DynamicList#load"><a href="LuCI.form.DynamicList.html#load">load</a></li>
650
651 <li data-name="LuCI.form.DynamicList#parse"><a href="LuCI.form.DynamicList.html#parse">parse</a></li>
652
653 <li data-name="LuCI.form.DynamicList#remove"><a href="LuCI.form.DynamicList.html#remove">remove</a></li>
654
655 <li data-name="LuCI.form.DynamicList#stripTags"><a href="LuCI.form.DynamicList.html#stripTags">stripTags</a></li>
656
657 <li data-name="LuCI.form.DynamicList#textvalue"><a href="LuCI.form.DynamicList.html#textvalue">textvalue</a></li>
658
659 <li data-name="LuCI.form.DynamicList#titleFn"><a href="LuCI.form.DynamicList.html#titleFn">titleFn</a></li>
660
661 <li data-name="LuCI.form.DynamicList#value"><a href="LuCI.form.DynamicList.html#value">value</a></li>
662
663 <li data-name="LuCI.form.DynamicList#write"><a href="LuCI.form.DynamicList.html#write">write</a></li>
664
665 </ul>
666 <ul class="events itemMembers">
667
668 </ul>
669 </li>
670
671 <li class="item" data-name="LuCI.form.FileUpload">
672 <span class="title">
673 <a href="LuCI.form.FileUpload.html">LuCI.form.FileUpload</a>
674
675 </span>
676 <ul class="members itemMembers">
677
678 <span class="subtitle">Members</span>
679
680 <li data-name="LuCI.form.FileUpload##enable_remove"><a href="LuCI.form.FileUpload.html#enable_remove">enable_remove</a></li>
681
682 <li data-name="LuCI.form.FileUpload##enable_upload"><a href="LuCI.form.FileUpload.html#enable_upload">enable_upload</a></li>
683
684 <li data-name="LuCI.form.FileUpload##root_directory"><a href="LuCI.form.FileUpload.html#root_directory">root_directory</a></li>
685
686 <li data-name="LuCI.form.FileUpload##show_hidden"><a href="LuCI.form.FileUpload.html#show_hidden">show_hidden</a></li>
687
688 <li data-name="LuCI.form.FileUpload#datatype"><a href="LuCI.form.FileUpload.html#datatype">datatype</a></li>
689
690 <li data-name="LuCI.form.FileUpload#default"><a href="LuCI.form.FileUpload.html#default">default</a></li>
691
692 <li data-name="LuCI.form.FileUpload#editable"><a href="LuCI.form.FileUpload.html#editable">editable</a></li>
693
694 <li data-name="LuCI.form.FileUpload#modalonly"><a href="LuCI.form.FileUpload.html#modalonly">modalonly</a></li>
695
696 <li data-name="LuCI.form.FileUpload#optional"><a href="LuCI.form.FileUpload.html#optional">optional</a></li>
697
698 <li data-name="LuCI.form.FileUpload#password"><a href="LuCI.form.FileUpload.html#password">password</a></li>
699
700 <li data-name="LuCI.form.FileUpload#placeholder"><a href="LuCI.form.FileUpload.html#placeholder">placeholder</a></li>
701
702 <li data-name="LuCI.form.FileUpload#readonly"><a href="LuCI.form.FileUpload.html#readonly">readonly</a></li>
703
704 <li data-name="LuCI.form.FileUpload#rmempty"><a href="LuCI.form.FileUpload.html#rmempty">rmempty</a></li>
705
706 <li data-name="LuCI.form.FileUpload#uciconfig"><a href="LuCI.form.FileUpload.html#uciconfig">uciconfig</a></li>
707
708 <li data-name="LuCI.form.FileUpload#ucioption"><a href="LuCI.form.FileUpload.html#ucioption">ucioption</a></li>
709
710 <li data-name="LuCI.form.FileUpload#ucisection"><a href="LuCI.form.FileUpload.html#ucisection">ucisection</a></li>
711
712 <li data-name="LuCI.form.FileUpload#validate"><a href="LuCI.form.FileUpload.html#validate">validate</a></li>
713
714 <li data-name="LuCI.form.FileUpload#width"><a href="LuCI.form.FileUpload.html#width">width</a></li>
715
716 </ul>
717 <ul class="typedefs itemMembers">
718
719 </ul>
720 <ul class="typedefs itemMembers">
721
722 </ul>
723 <ul class="methods itemMembers">
724
725 <span class="subtitle">Methods</span>
726
727 <li data-name="LuCI.form.FileUpload#append"><a href="LuCI.form.FileUpload.html#append">append</a></li>
728
729 <li data-name="LuCI.form.FileUpload#cbid"><a href="LuCI.form.FileUpload.html#cbid">cbid</a></li>
730
731 <li data-name="LuCI.form.FileUpload#cfgvalue"><a href="LuCI.form.FileUpload.html#cfgvalue">cfgvalue</a></li>
732
733 <li data-name="LuCI.form.FileUpload#depends"><a href="LuCI.form.FileUpload.html#depends">depends</a></li>
734
735 <li data-name="LuCI.form.FileUpload#formvalue"><a href="LuCI.form.FileUpload.html#formvalue">formvalue</a></li>
736
737 <li data-name="LuCI.form.FileUpload#getUIElement"><a href="LuCI.form.FileUpload.html#getUIElement">getUIElement</a></li>
738
739 <li data-name="LuCI.form.FileUpload#isActive"><a href="LuCI.form.FileUpload.html#isActive">isActive</a></li>
740
741 <li data-name="LuCI.form.FileUpload#isValid"><a href="LuCI.form.FileUpload.html#isValid">isValid</a></li>
742
743 <li data-name="LuCI.form.FileUpload#load"><a href="LuCI.form.FileUpload.html#load">load</a></li>
744
745 <li data-name="LuCI.form.FileUpload#parse"><a href="LuCI.form.FileUpload.html#parse">parse</a></li>
746
747 <li data-name="LuCI.form.FileUpload#remove"><a href="LuCI.form.FileUpload.html#remove">remove</a></li>
748
749 <li data-name="LuCI.form.FileUpload#stripTags"><a href="LuCI.form.FileUpload.html#stripTags">stripTags</a></li>
750
751 <li data-name="LuCI.form.FileUpload#textvalue"><a href="LuCI.form.FileUpload.html#textvalue">textvalue</a></li>
752
753 <li data-name="LuCI.form.FileUpload#titleFn"><a href="LuCI.form.FileUpload.html#titleFn">titleFn</a></li>
754
755 <li data-name="LuCI.form.FileUpload#value"><a href="LuCI.form.FileUpload.html#value">value</a></li>
756
757 <li data-name="LuCI.form.FileUpload#write"><a href="LuCI.form.FileUpload.html#write">write</a></li>
758
759 </ul>
760 <ul class="events itemMembers">
761
762 </ul>
763 </li>
764
765 <li class="item" data-name="LuCI.form.FlagValue">
766 <span class="title">
767 <a href="LuCI.form.FlagValue.html">LuCI.form.FlagValue</a>
768
769 </span>
770 <ul class="members itemMembers">
771
772 <span class="subtitle">Members</span>
773
774 <li data-name="LuCI.form.FlagValue##disabled"><a href="LuCI.form.FlagValue.html#disabled">disabled</a></li>
775
776 <li data-name="LuCI.form.FlagValue##enabled"><a href="LuCI.form.FlagValue.html#enabled">enabled</a></li>
777
778 <li data-name="LuCI.form.FlagValue#datatype"><a href="LuCI.form.FlagValue.html#datatype">datatype</a></li>
779
780 <li data-name="LuCI.form.FlagValue#default"><a href="LuCI.form.FlagValue.html#default">default</a></li>
781
782 <li data-name="LuCI.form.FlagValue#editable"><a href="LuCI.form.FlagValue.html#editable">editable</a></li>
783
784 <li data-name="LuCI.form.FlagValue#modalonly"><a href="LuCI.form.FlagValue.html#modalonly">modalonly</a></li>
785
786 <li data-name="LuCI.form.FlagValue#optional"><a href="LuCI.form.FlagValue.html#optional">optional</a></li>
787
788 <li data-name="LuCI.form.FlagValue#password"><a href="LuCI.form.FlagValue.html#password">password</a></li>
789
790 <li data-name="LuCI.form.FlagValue#placeholder"><a href="LuCI.form.FlagValue.html#placeholder">placeholder</a></li>
791
792 <li data-name="LuCI.form.FlagValue#readonly"><a href="LuCI.form.FlagValue.html#readonly">readonly</a></li>
793
794 <li data-name="LuCI.form.FlagValue#rmempty"><a href="LuCI.form.FlagValue.html#rmempty">rmempty</a></li>
795
796 <li data-name="LuCI.form.FlagValue#uciconfig"><a href="LuCI.form.FlagValue.html#uciconfig">uciconfig</a></li>
797
798 <li data-name="LuCI.form.FlagValue#ucioption"><a href="LuCI.form.FlagValue.html#ucioption">ucioption</a></li>
799
800 <li data-name="LuCI.form.FlagValue#ucisection"><a href="LuCI.form.FlagValue.html#ucisection">ucisection</a></li>
801
802 <li data-name="LuCI.form.FlagValue#validate"><a href="LuCI.form.FlagValue.html#validate">validate</a></li>
803
804 <li data-name="LuCI.form.FlagValue#width"><a href="LuCI.form.FlagValue.html#width">width</a></li>
805
806 </ul>
807 <ul class="typedefs itemMembers">
808
809 </ul>
810 <ul class="typedefs itemMembers">
811
812 </ul>
813 <ul class="methods itemMembers">
814
815 <span class="subtitle">Methods</span>
816
817 <li data-name="LuCI.form.FlagValue#append"><a href="LuCI.form.FlagValue.html#append">append</a></li>
818
819 <li data-name="LuCI.form.FlagValue#cbid"><a href="LuCI.form.FlagValue.html#cbid">cbid</a></li>
820
821 <li data-name="LuCI.form.FlagValue#cfgvalue"><a href="LuCI.form.FlagValue.html#cfgvalue">cfgvalue</a></li>
822
823 <li data-name="LuCI.form.FlagValue#depends"><a href="LuCI.form.FlagValue.html#depends">depends</a></li>
824
825 <li data-name="LuCI.form.FlagValue#formvalue"><a href="LuCI.form.FlagValue.html#formvalue">formvalue</a></li>
826
827 <li data-name="LuCI.form.FlagValue#getUIElement"><a href="LuCI.form.FlagValue.html#getUIElement">getUIElement</a></li>
828
829 <li data-name="LuCI.form.FlagValue#isActive"><a href="LuCI.form.FlagValue.html#isActive">isActive</a></li>
830
831 <li data-name="LuCI.form.FlagValue#isValid"><a href="LuCI.form.FlagValue.html#isValid">isValid</a></li>
832
833 <li data-name="LuCI.form.FlagValue#load"><a href="LuCI.form.FlagValue.html#load">load</a></li>
834
835 <li data-name="LuCI.form.FlagValue#parse"><a href="LuCI.form.FlagValue.html#parse">parse</a></li>
836
837 <li data-name="LuCI.form.FlagValue#remove"><a href="LuCI.form.FlagValue.html#remove">remove</a></li>
838
839 <li data-name="LuCI.form.FlagValue#stripTags"><a href="LuCI.form.FlagValue.html#stripTags">stripTags</a></li>
840
841 <li data-name="LuCI.form.FlagValue#textvalue"><a href="LuCI.form.FlagValue.html#textvalue">textvalue</a></li>
842
843 <li data-name="LuCI.form.FlagValue#titleFn"><a href="LuCI.form.FlagValue.html#titleFn">titleFn</a></li>
844
845 <li data-name="LuCI.form.FlagValue#value"><a href="LuCI.form.FlagValue.html#value">value</a></li>
846
847 <li data-name="LuCI.form.FlagValue#write"><a href="LuCI.form.FlagValue.html#write">write</a></li>
848
849 </ul>
850 <ul class="events itemMembers">
851
852 </ul>
853 </li>
854
855 <li class="item" data-name="LuCI.form.GridSection">
856 <span class="title">
857 <a href="LuCI.form.GridSection.html">LuCI.form.GridSection</a>
858
859 </span>
860 <ul class="members itemMembers">
861
862 <span class="subtitle">Members</span>
863
864 <li data-name="LuCI.form.GridSection#addbtntitle"><a href="LuCI.form.GridSection.html#addbtntitle">addbtntitle</a></li>
865
866 <li data-name="LuCI.form.GridSection#addremove"><a href="LuCI.form.GridSection.html#addremove">addremove</a></li>
867
868 <li data-name="LuCI.form.GridSection#anonymous"><a href="LuCI.form.GridSection.html#anonymous">anonymous</a></li>
869
870 <li data-name="LuCI.form.GridSection#extedit"><a href="LuCI.form.GridSection.html#extedit">extedit</a></li>
871
872 <li data-name="LuCI.form.GridSection#max_cols"><a href="LuCI.form.GridSection.html#max_cols">max_cols</a></li>
873
874 <li data-name="LuCI.form.GridSection#modaltitle"><a href="LuCI.form.GridSection.html#modaltitle">modaltitle</a></li>
875
876 <li data-name="LuCI.form.GridSection#parentoption"><a href="LuCI.form.GridSection.html#parentoption">parentoption</a></li>
877
878 <li data-name="LuCI.form.GridSection#rowcolors"><a href="LuCI.form.GridSection.html#rowcolors">rowcolors</a></li>
879
880 <li data-name="LuCI.form.GridSection#sectiontitle"><a href="LuCI.form.GridSection.html#sectiontitle">sectiontitle</a></li>
881
882 <li data-name="LuCI.form.GridSection#sortable"><a href="LuCI.form.GridSection.html#sortable">sortable</a></li>
883
884 <li data-name="LuCI.form.GridSection#tabbed"><a href="LuCI.form.GridSection.html#tabbed">tabbed</a></li>
885
886 <li data-name="LuCI.form.GridSection#uciconfig"><a href="LuCI.form.GridSection.html#uciconfig">uciconfig</a></li>
887
888 </ul>
889 <ul class="typedefs itemMembers">
890
891 </ul>
892 <ul class="typedefs itemMembers">
893
894 </ul>
895 <ul class="methods itemMembers">
896
897 <span class="subtitle">Methods</span>
898
899 <li data-name="LuCI.form.GridSection#addModalOptions"><a href="LuCI.form.GridSection.html#addModalOptions">addModalOptions</a></li>
900
901 <li data-name="LuCI.form.GridSection#append"><a href="LuCI.form.GridSection.html#append">append</a></li>
902
903 <li data-name="LuCI.form.GridSection#filter"><a href="LuCI.form.GridSection.html#filter">filter</a></li>
904
905 <li data-name="LuCI.form.GridSection#load"><a href="LuCI.form.GridSection.html#load">load</a></li>
906
907 <li data-name="LuCI.form.GridSection#option"><a href="LuCI.form.GridSection.html#option">option</a></li>
908
909 <li data-name="LuCI.form.GridSection#parse"><a href="LuCI.form.GridSection.html#parse">parse</a></li>
910
911 <li data-name="LuCI.form.GridSection#stripTags"><a href="LuCI.form.GridSection.html#stripTags">stripTags</a></li>
912
913 <li data-name="LuCI.form.GridSection#tab"><a href="LuCI.form.GridSection.html#tab">tab</a></li>
914
915 <li data-name="LuCI.form.GridSection#taboption"><a href="LuCI.form.GridSection.html#taboption">taboption</a></li>
916
917 <li data-name="LuCI.form.GridSection#titleFn"><a href="LuCI.form.GridSection.html#titleFn">titleFn</a></li>
918
919 </ul>
920 <ul class="events itemMembers">
921
922 </ul>
923 </li>
924
925 <li class="item" data-name="LuCI.form.HiddenValue">
926 <span class="title">
927 <a href="LuCI.form.HiddenValue.html">LuCI.form.HiddenValue</a>
928
929 </span>
930 <ul class="members itemMembers">
931
932 <span class="subtitle">Members</span>
933
934 <li data-name="LuCI.form.HiddenValue#datatype"><a href="LuCI.form.HiddenValue.html#datatype">datatype</a></li>
935
936 <li data-name="LuCI.form.HiddenValue#default"><a href="LuCI.form.HiddenValue.html#default">default</a></li>
937
938 <li data-name="LuCI.form.HiddenValue#editable"><a href="LuCI.form.HiddenValue.html#editable">editable</a></li>
939
940 <li data-name="LuCI.form.HiddenValue#modalonly"><a href="LuCI.form.HiddenValue.html#modalonly">modalonly</a></li>
941
942 <li data-name="LuCI.form.HiddenValue#optional"><a href="LuCI.form.HiddenValue.html#optional">optional</a></li>
943
944 <li data-name="LuCI.form.HiddenValue#password"><a href="LuCI.form.HiddenValue.html#password">password</a></li>
945
946 <li data-name="LuCI.form.HiddenValue#placeholder"><a href="LuCI.form.HiddenValue.html#placeholder">placeholder</a></li>
947
948 <li data-name="LuCI.form.HiddenValue#readonly"><a href="LuCI.form.HiddenValue.html#readonly">readonly</a></li>
949
950 <li data-name="LuCI.form.HiddenValue#rmempty"><a href="LuCI.form.HiddenValue.html#rmempty">rmempty</a></li>
951
952 <li data-name="LuCI.form.HiddenValue#uciconfig"><a href="LuCI.form.HiddenValue.html#uciconfig">uciconfig</a></li>
953
954 <li data-name="LuCI.form.HiddenValue#ucioption"><a href="LuCI.form.HiddenValue.html#ucioption">ucioption</a></li>
955
956 <li data-name="LuCI.form.HiddenValue#ucisection"><a href="LuCI.form.HiddenValue.html#ucisection">ucisection</a></li>
957
958 <li data-name="LuCI.form.HiddenValue#validate"><a href="LuCI.form.HiddenValue.html#validate">validate</a></li>
959
960 <li data-name="LuCI.form.HiddenValue#width"><a href="LuCI.form.HiddenValue.html#width">width</a></li>
961
962 </ul>
963 <ul class="typedefs itemMembers">
964
965 </ul>
966 <ul class="typedefs itemMembers">
967
968 </ul>
969 <ul class="methods itemMembers">
970
971 <span class="subtitle">Methods</span>
972
973 <li data-name="LuCI.form.HiddenValue#append"><a href="LuCI.form.HiddenValue.html#append">append</a></li>
974
975 <li data-name="LuCI.form.HiddenValue#cbid"><a href="LuCI.form.HiddenValue.html#cbid">cbid</a></li>
976
977 <li data-name="LuCI.form.HiddenValue#cfgvalue"><a href="LuCI.form.HiddenValue.html#cfgvalue">cfgvalue</a></li>
978
979 <li data-name="LuCI.form.HiddenValue#depends"><a href="LuCI.form.HiddenValue.html#depends">depends</a></li>
980
981 <li data-name="LuCI.form.HiddenValue#formvalue"><a href="LuCI.form.HiddenValue.html#formvalue">formvalue</a></li>
982
983 <li data-name="LuCI.form.HiddenValue#getUIElement"><a href="LuCI.form.HiddenValue.html#getUIElement">getUIElement</a></li>
984
985 <li data-name="LuCI.form.HiddenValue#isActive"><a href="LuCI.form.HiddenValue.html#isActive">isActive</a></li>
986
987 <li data-name="LuCI.form.HiddenValue#isValid"><a href="LuCI.form.HiddenValue.html#isValid">isValid</a></li>
988
989 <li data-name="LuCI.form.HiddenValue#load"><a href="LuCI.form.HiddenValue.html#load">load</a></li>
990
991 <li data-name="LuCI.form.HiddenValue#parse"><a href="LuCI.form.HiddenValue.html#parse">parse</a></li>
992
993 <li data-name="LuCI.form.HiddenValue#remove"><a href="LuCI.form.HiddenValue.html#remove">remove</a></li>
994
995 <li data-name="LuCI.form.HiddenValue#stripTags"><a href="LuCI.form.HiddenValue.html#stripTags">stripTags</a></li>
996
997 <li data-name="LuCI.form.HiddenValue#textvalue"><a href="LuCI.form.HiddenValue.html#textvalue">textvalue</a></li>
998
999 <li data-name="LuCI.form.HiddenValue#titleFn"><a href="LuCI.form.HiddenValue.html#titleFn">titleFn</a></li>
1000
1001 <li data-name="LuCI.form.HiddenValue#value"><a href="LuCI.form.HiddenValue.html#value">value</a></li>
1002
1003 <li data-name="LuCI.form.HiddenValue#write"><a href="LuCI.form.HiddenValue.html#write">write</a></li>
1004
1005 </ul>
1006 <ul class="events itemMembers">
1007
1008 </ul>
1009 </li>
1010
1011 <li class="item" data-name="LuCI.form.JSONMap">
1012 <span class="title">
1013 <a href="LuCI.form.JSONMap.html">LuCI.form.JSONMap</a>
1014
1015 </span>
1016 <ul class="members itemMembers">
1017
1018 <span class="subtitle">Members</span>
1019
1020 <li data-name="LuCI.form.JSONMap#readonly"><a href="LuCI.form.JSONMap.html#readonly">readonly</a></li>
1021
1022 </ul>
1023 <ul class="typedefs itemMembers">
1024
1025 </ul>
1026 <ul class="typedefs itemMembers">
1027
1028 </ul>
1029 <ul class="methods itemMembers">
1030
1031 <span class="subtitle">Methods</span>
1032
1033 <li data-name="LuCI.form.JSONMap#append"><a href="LuCI.form.JSONMap.html#append">append</a></li>
1034
1035 <li data-name="LuCI.form.JSONMap#chain"><a href="LuCI.form.JSONMap.html#chain">chain</a></li>
1036
1037 <li data-name="LuCI.form.JSONMap#findElement"><a href="LuCI.form.JSONMap.html#findElement">findElement</a></li>
1038
1039 <li data-name="LuCI.form.JSONMap#findElements"><a href="LuCI.form.JSONMap.html#findElements">findElements</a></li>
1040
1041 <li data-name="LuCI.form.JSONMap#load"><a href="LuCI.form.JSONMap.html#load">load</a></li>
1042
1043 <li data-name="LuCI.form.JSONMap#lookupOption"><a href="LuCI.form.JSONMap.html#lookupOption">lookupOption</a></li>
1044
1045 <li data-name="LuCI.form.JSONMap#parse"><a href="LuCI.form.JSONMap.html#parse">parse</a></li>
1046
1047 <li data-name="LuCI.form.JSONMap#render"><a href="LuCI.form.JSONMap.html#render">render</a></li>
1048
1049 <li data-name="LuCI.form.JSONMap#reset"><a href="LuCI.form.JSONMap.html#reset">reset</a></li>
1050
1051 <li data-name="LuCI.form.JSONMap#save"><a href="LuCI.form.JSONMap.html#save">save</a></li>
1052
1053 <li data-name="LuCI.form.JSONMap#section"><a href="LuCI.form.JSONMap.html#section">section</a></li>
1054
1055 <li data-name="LuCI.form.JSONMap#stripTags"><a href="LuCI.form.JSONMap.html#stripTags">stripTags</a></li>
1056
1057 <li data-name="LuCI.form.JSONMap#titleFn"><a href="LuCI.form.JSONMap.html#titleFn">titleFn</a></li>
1058
1059 </ul>
1060 <ul class="events itemMembers">
1061
1062 </ul>
1063 </li>
1064
1065 <li class="item" data-name="LuCI.form.ListValue">
1066 <span class="title">
1067 <a href="LuCI.form.ListValue.html">LuCI.form.ListValue</a>
1068
1069 </span>
1070 <ul class="members itemMembers">
1071
1072 <span class="subtitle">Members</span>
1073
1074 <li data-name="LuCI.form.ListValue##size"><a href="LuCI.form.ListValue.html#size">size</a></li>
1075
1076 <li data-name="LuCI.form.ListValue#datatype"><a href="LuCI.form.ListValue.html#datatype">datatype</a></li>
1077
1078 <li data-name="LuCI.form.ListValue#default"><a href="LuCI.form.ListValue.html#default">default</a></li>
1079
1080 <li data-name="LuCI.form.ListValue#editable"><a href="LuCI.form.ListValue.html#editable">editable</a></li>
1081
1082 <li data-name="LuCI.form.ListValue#modalonly"><a href="LuCI.form.ListValue.html#modalonly">modalonly</a></li>
1083
1084 <li data-name="LuCI.form.ListValue#optional"><a href="LuCI.form.ListValue.html#optional">optional</a></li>
1085
1086 <li data-name="LuCI.form.ListValue#password"><a href="LuCI.form.ListValue.html#password">password</a></li>
1087
1088 <li data-name="LuCI.form.ListValue#placeholder"><a href="LuCI.form.ListValue.html#placeholder">placeholder</a></li>
1089
1090 <li data-name="LuCI.form.ListValue#readonly"><a href="LuCI.form.ListValue.html#readonly">readonly</a></li>
1091
1092 <li data-name="LuCI.form.ListValue#rmempty"><a href="LuCI.form.ListValue.html#rmempty">rmempty</a></li>
1093
1094 <li data-name="LuCI.form.ListValue#uciconfig"><a href="LuCI.form.ListValue.html#uciconfig">uciconfig</a></li>
1095
1096 <li data-name="LuCI.form.ListValue#ucioption"><a href="LuCI.form.ListValue.html#ucioption">ucioption</a></li>
1097
1098 <li data-name="LuCI.form.ListValue#ucisection"><a href="LuCI.form.ListValue.html#ucisection">ucisection</a></li>
1099
1100 <li data-name="LuCI.form.ListValue#validate"><a href="LuCI.form.ListValue.html#validate">validate</a></li>
1101
1102 <li data-name="LuCI.form.ListValue#width"><a href="LuCI.form.ListValue.html#width">width</a></li>
1103
1104 </ul>
1105 <ul class="typedefs itemMembers">
1106
1107 </ul>
1108 <ul class="typedefs itemMembers">
1109
1110 </ul>
1111 <ul class="methods itemMembers">
1112
1113 <span class="subtitle">Methods</span>
1114
1115 <li data-name="LuCI.form.ListValue#append"><a href="LuCI.form.ListValue.html#append">append</a></li>
1116
1117 <li data-name="LuCI.form.ListValue#cbid"><a href="LuCI.form.ListValue.html#cbid">cbid</a></li>
1118
1119 <li data-name="LuCI.form.ListValue#cfgvalue"><a href="LuCI.form.ListValue.html#cfgvalue">cfgvalue</a></li>
1120
1121 <li data-name="LuCI.form.ListValue#depends"><a href="LuCI.form.ListValue.html#depends">depends</a></li>
1122
1123 <li data-name="LuCI.form.ListValue#formvalue"><a href="LuCI.form.ListValue.html#formvalue">formvalue</a></li>
1124
1125 <li data-name="LuCI.form.ListValue#getUIElement"><a href="LuCI.form.ListValue.html#getUIElement">getUIElement</a></li>
1126
1127 <li data-name="LuCI.form.ListValue#isActive"><a href="LuCI.form.ListValue.html#isActive">isActive</a></li>
1128
1129 <li data-name="LuCI.form.ListValue#isValid"><a href="LuCI.form.ListValue.html#isValid">isValid</a></li>
1130
1131 <li data-name="LuCI.form.ListValue#load"><a href="LuCI.form.ListValue.html#load">load</a></li>
1132
1133 <li data-name="LuCI.form.ListValue#parse"><a href="LuCI.form.ListValue.html#parse">parse</a></li>
1134
1135 <li data-name="LuCI.form.ListValue#remove"><a href="LuCI.form.ListValue.html#remove">remove</a></li>
1136
1137 <li data-name="LuCI.form.ListValue#stripTags"><a href="LuCI.form.ListValue.html#stripTags">stripTags</a></li>
1138
1139 <li data-name="LuCI.form.ListValue#textvalue"><a href="LuCI.form.ListValue.html#textvalue">textvalue</a></li>
1140
1141 <li data-name="LuCI.form.ListValue#titleFn"><a href="LuCI.form.ListValue.html#titleFn">titleFn</a></li>
1142
1143 <li data-name="LuCI.form.ListValue#value"><a href="LuCI.form.ListValue.html#value">value</a></li>
1144
1145 <li data-name="LuCI.form.ListValue#write"><a href="LuCI.form.ListValue.html#write">write</a></li>
1146
1147 </ul>
1148 <ul class="events itemMembers">
1149
1150 </ul>
1151 </li>
1152
1153 <li class="item" data-name="LuCI.form.Map">
1154 <span class="title">
1155 <a href="LuCI.form.Map.html">LuCI.form.Map</a>
1156
1157 </span>
1158 <ul class="members itemMembers">
1159
1160 <span class="subtitle">Members</span>
1161
1162 <li data-name="LuCI.form.Map##readonly"><a href="LuCI.form.Map.html#readonly">readonly</a></li>
1163
1164 </ul>
1165 <ul class="typedefs itemMembers">
1166
1167 </ul>
1168 <ul class="typedefs itemMembers">
1169
1170 </ul>
1171 <ul class="methods itemMembers">
1172
1173 <span class="subtitle">Methods</span>
1174
1175 <li data-name="LuCI.form.Map#append"><a href="LuCI.form.Map.html#append">append</a></li>
1176
1177 <li data-name="LuCI.form.Map#chain"><a href="LuCI.form.Map.html#chain">chain</a></li>
1178
1179 <li data-name="LuCI.form.Map#findElement"><a href="LuCI.form.Map.html#findElement">findElement</a></li>
1180
1181 <li data-name="LuCI.form.Map#findElements"><a href="LuCI.form.Map.html#findElements">findElements</a></li>
1182
1183 <li data-name="LuCI.form.Map#load"><a href="LuCI.form.Map.html#load">load</a></li>
1184
1185 <li data-name="LuCI.form.Map#lookupOption"><a href="LuCI.form.Map.html#lookupOption">lookupOption</a></li>
1186
1187 <li data-name="LuCI.form.Map#parse"><a href="LuCI.form.Map.html#parse">parse</a></li>
1188
1189 <li data-name="LuCI.form.Map#render"><a href="LuCI.form.Map.html#render">render</a></li>
1190
1191 <li data-name="LuCI.form.Map#reset"><a href="LuCI.form.Map.html#reset">reset</a></li>
1192
1193 <li data-name="LuCI.form.Map#save"><a href="LuCI.form.Map.html#save">save</a></li>
1194
1195 <li data-name="LuCI.form.Map#section"><a href="LuCI.form.Map.html#section">section</a></li>
1196
1197 <li data-name="LuCI.form.Map#stripTags"><a href="LuCI.form.Map.html#stripTags">stripTags</a></li>
1198
1199 <li data-name="LuCI.form.Map#titleFn"><a href="LuCI.form.Map.html#titleFn">titleFn</a></li>
1200
1201 </ul>
1202 <ul class="events itemMembers">
1203
1204 </ul>
1205 </li>
1206
1207 <li class="item" data-name="LuCI.form.MultiValue">
1208 <span class="title">
1209 <a href="LuCI.form.MultiValue.html">LuCI.form.MultiValue</a>
1210
1211 </span>
1212 <ul class="members itemMembers">
1213
1214 <span class="subtitle">Members</span>
1215
1216 <li data-name="LuCI.form.MultiValue##display_size"><a href="LuCI.form.MultiValue.html#display_size">display_size</a></li>
1217
1218 <li data-name="LuCI.form.MultiValue##dropdown_size"><a href="LuCI.form.MultiValue.html#dropdown_size">dropdown_size</a></li>
1219
1220 <li data-name="LuCI.form.MultiValue#datatype"><a href="LuCI.form.MultiValue.html#datatype">datatype</a></li>
1221
1222 <li data-name="LuCI.form.MultiValue#default"><a href="LuCI.form.MultiValue.html#default">default</a></li>
1223
1224 <li data-name="LuCI.form.MultiValue#editable"><a href="LuCI.form.MultiValue.html#editable">editable</a></li>
1225
1226 <li data-name="LuCI.form.MultiValue#modalonly"><a href="LuCI.form.MultiValue.html#modalonly">modalonly</a></li>
1227
1228 <li data-name="LuCI.form.MultiValue#optional"><a href="LuCI.form.MultiValue.html#optional">optional</a></li>
1229
1230 <li data-name="LuCI.form.MultiValue#password"><a href="LuCI.form.MultiValue.html#password">password</a></li>
1231
1232 <li data-name="LuCI.form.MultiValue#placeholder"><a href="LuCI.form.MultiValue.html#placeholder">placeholder</a></li>
1233
1234 <li data-name="LuCI.form.MultiValue#readonly"><a href="LuCI.form.MultiValue.html#readonly">readonly</a></li>
1235
1236 <li data-name="LuCI.form.MultiValue#rmempty"><a href="LuCI.form.MultiValue.html#rmempty">rmempty</a></li>
1237
1238 <li data-name="LuCI.form.MultiValue#uciconfig"><a href="LuCI.form.MultiValue.html#uciconfig">uciconfig</a></li>
1239
1240 <li data-name="LuCI.form.MultiValue#ucioption"><a href="LuCI.form.MultiValue.html#ucioption">ucioption</a></li>
1241
1242 <li data-name="LuCI.form.MultiValue#ucisection"><a href="LuCI.form.MultiValue.html#ucisection">ucisection</a></li>
1243
1244 <li data-name="LuCI.form.MultiValue#validate"><a href="LuCI.form.MultiValue.html#validate">validate</a></li>
1245
1246 <li data-name="LuCI.form.MultiValue#width"><a href="LuCI.form.MultiValue.html#width">width</a></li>
1247
1248 </ul>
1249 <ul class="typedefs itemMembers">
1250
1251 </ul>
1252 <ul class="typedefs itemMembers">
1253
1254 </ul>
1255 <ul class="methods itemMembers">
1256
1257 <span class="subtitle">Methods</span>
1258
1259 <li data-name="LuCI.form.MultiValue#append"><a href="LuCI.form.MultiValue.html#append">append</a></li>
1260
1261 <li data-name="LuCI.form.MultiValue#cbid"><a href="LuCI.form.MultiValue.html#cbid">cbid</a></li>
1262
1263 <li data-name="LuCI.form.MultiValue#cfgvalue"><a href="LuCI.form.MultiValue.html#cfgvalue">cfgvalue</a></li>
1264
1265 <li data-name="LuCI.form.MultiValue#depends"><a href="LuCI.form.MultiValue.html#depends">depends</a></li>
1266
1267 <li data-name="LuCI.form.MultiValue#formvalue"><a href="LuCI.form.MultiValue.html#formvalue">formvalue</a></li>
1268
1269 <li data-name="LuCI.form.MultiValue#getUIElement"><a href="LuCI.form.MultiValue.html#getUIElement">getUIElement</a></li>
1270
1271 <li data-name="LuCI.form.MultiValue#isActive"><a href="LuCI.form.MultiValue.html#isActive">isActive</a></li>
1272
1273 <li data-name="LuCI.form.MultiValue#isValid"><a href="LuCI.form.MultiValue.html#isValid">isValid</a></li>
1274
1275 <li data-name="LuCI.form.MultiValue#load"><a href="LuCI.form.MultiValue.html#load">load</a></li>
1276
1277 <li data-name="LuCI.form.MultiValue#parse"><a href="LuCI.form.MultiValue.html#parse">parse</a></li>
1278
1279 <li data-name="LuCI.form.MultiValue#remove"><a href="LuCI.form.MultiValue.html#remove">remove</a></li>
1280
1281 <li data-name="LuCI.form.MultiValue#stripTags"><a href="LuCI.form.MultiValue.html#stripTags">stripTags</a></li>
1282
1283 <li data-name="LuCI.form.MultiValue#textvalue"><a href="LuCI.form.MultiValue.html#textvalue">textvalue</a></li>
1284
1285 <li data-name="LuCI.form.MultiValue#titleFn"><a href="LuCI.form.MultiValue.html#titleFn">titleFn</a></li>
1286
1287 <li data-name="LuCI.form.MultiValue#value"><a href="LuCI.form.MultiValue.html#value">value</a></li>
1288
1289 <li data-name="LuCI.form.MultiValue#write"><a href="LuCI.form.MultiValue.html#write">write</a></li>
1290
1291 </ul>
1292 <ul class="events itemMembers">
1293
1294 </ul>
1295 </li>
1296
1297 <li class="item" data-name="LuCI.form.NamedSection">
1298 <span class="title">
1299 <a href="LuCI.form.NamedSection.html">LuCI.form.NamedSection</a>
1300
1301 </span>
1302 <ul class="members itemMembers">
1303
1304 <span class="subtitle">Members</span>
1305
1306 <li data-name="LuCI.form.NamedSection##addremove"><a href="LuCI.form.NamedSection.html#addremove">addremove</a></li>
1307
1308 <li data-name="LuCI.form.NamedSection##uciconfig"><a href="LuCI.form.NamedSection.html#uciconfig">uciconfig</a></li>
1309
1310 <li data-name="LuCI.form.NamedSection#parentoption"><a href="LuCI.form.NamedSection.html#parentoption">parentoption</a></li>
1311
1312 </ul>
1313 <ul class="typedefs itemMembers">
1314
1315 </ul>
1316 <ul class="typedefs itemMembers">
1317
1318 </ul>
1319 <ul class="methods itemMembers">
1320
1321 <span class="subtitle">Methods</span>
1322
1323 <li data-name="LuCI.form.NamedSection#append"><a href="LuCI.form.NamedSection.html#append">append</a></li>
1324
1325 <li data-name="LuCI.form.NamedSection#cfgsections"><a href="LuCI.form.NamedSection.html#cfgsections">cfgsections</a></li>
1326
1327 <li data-name="LuCI.form.NamedSection#filter"><a href="LuCI.form.NamedSection.html#filter">filter</a></li>
1328
1329 <li data-name="LuCI.form.NamedSection#load"><a href="LuCI.form.NamedSection.html#load">load</a></li>
1330
1331 <li data-name="LuCI.form.NamedSection#option"><a href="LuCI.form.NamedSection.html#option">option</a></li>
1332
1333 <li data-name="LuCI.form.NamedSection#parse"><a href="LuCI.form.NamedSection.html#parse">parse</a></li>
1334
1335 <li data-name="LuCI.form.NamedSection#render"><a href="LuCI.form.NamedSection.html#render">render</a></li>
1336
1337 <li data-name="LuCI.form.NamedSection#stripTags"><a href="LuCI.form.NamedSection.html#stripTags">stripTags</a></li>
1338
1339 <li data-name="LuCI.form.NamedSection#tab"><a href="LuCI.form.NamedSection.html#tab">tab</a></li>
1340
1341 <li data-name="LuCI.form.NamedSection#taboption"><a href="LuCI.form.NamedSection.html#taboption">taboption</a></li>
1342
1343 <li data-name="LuCI.form.NamedSection#titleFn"><a href="LuCI.form.NamedSection.html#titleFn">titleFn</a></li>
1344
1345 </ul>
1346 <ul class="events itemMembers">
1347
1348 </ul>
1349 </li>
1350
1351 <li class="item" data-name="LuCI.form.SectionValue">
1352 <span class="title">
1353 <a href="LuCI.form.SectionValue.html">LuCI.form.SectionValue</a>
1354
1355 </span>
1356 <ul class="members itemMembers">
1357
1358 <span class="subtitle">Members</span>
1359
1360 <li data-name="LuCI.form.SectionValue##subsection"><a href="LuCI.form.SectionValue.html#subsection">subsection</a></li>
1361
1362 <li data-name="LuCI.form.SectionValue#datatype"><a href="LuCI.form.SectionValue.html#datatype">datatype</a></li>
1363
1364 <li data-name="LuCI.form.SectionValue#default"><a href="LuCI.form.SectionValue.html#default">default</a></li>
1365
1366 <li data-name="LuCI.form.SectionValue#editable"><a href="LuCI.form.SectionValue.html#editable">editable</a></li>
1367
1368 <li data-name="LuCI.form.SectionValue#modalonly"><a href="LuCI.form.SectionValue.html#modalonly">modalonly</a></li>
1369
1370 <li data-name="LuCI.form.SectionValue#optional"><a href="LuCI.form.SectionValue.html#optional">optional</a></li>
1371
1372 <li data-name="LuCI.form.SectionValue#password"><a href="LuCI.form.SectionValue.html#password">password</a></li>
1373
1374 <li data-name="LuCI.form.SectionValue#placeholder"><a href="LuCI.form.SectionValue.html#placeholder">placeholder</a></li>
1375
1376 <li data-name="LuCI.form.SectionValue#readonly"><a href="LuCI.form.SectionValue.html#readonly">readonly</a></li>
1377
1378 <li data-name="LuCI.form.SectionValue#rmempty"><a href="LuCI.form.SectionValue.html#rmempty">rmempty</a></li>
1379
1380 <li data-name="LuCI.form.SectionValue#uciconfig"><a href="LuCI.form.SectionValue.html#uciconfig">uciconfig</a></li>
1381
1382 <li data-name="LuCI.form.SectionValue#ucioption"><a href="LuCI.form.SectionValue.html#ucioption">ucioption</a></li>
1383
1384 <li data-name="LuCI.form.SectionValue#ucisection"><a href="LuCI.form.SectionValue.html#ucisection">ucisection</a></li>
1385
1386 <li data-name="LuCI.form.SectionValue#validate"><a href="LuCI.form.SectionValue.html#validate">validate</a></li>
1387
1388 <li data-name="LuCI.form.SectionValue#width"><a href="LuCI.form.SectionValue.html#width">width</a></li>
1389
1390 </ul>
1391 <ul class="typedefs itemMembers">
1392
1393 </ul>
1394 <ul class="typedefs itemMembers">
1395
1396 </ul>
1397 <ul class="methods itemMembers">
1398
1399 <span class="subtitle">Methods</span>
1400
1401 <li data-name="LuCI.form.SectionValue#append"><a href="LuCI.form.SectionValue.html#append">append</a></li>
1402
1403 <li data-name="LuCI.form.SectionValue#cbid"><a href="LuCI.form.SectionValue.html#cbid">cbid</a></li>
1404
1405 <li data-name="LuCI.form.SectionValue#cfgvalue"><a href="LuCI.form.SectionValue.html#cfgvalue">cfgvalue</a></li>
1406
1407 <li data-name="LuCI.form.SectionValue#depends"><a href="LuCI.form.SectionValue.html#depends">depends</a></li>
1408
1409 <li data-name="LuCI.form.SectionValue#formvalue"><a href="LuCI.form.SectionValue.html#formvalue">formvalue</a></li>
1410
1411 <li data-name="LuCI.form.SectionValue#getUIElement"><a href="LuCI.form.SectionValue.html#getUIElement">getUIElement</a></li>
1412
1413 <li data-name="LuCI.form.SectionValue#isActive"><a href="LuCI.form.SectionValue.html#isActive">isActive</a></li>
1414
1415 <li data-name="LuCI.form.SectionValue#isValid"><a href="LuCI.form.SectionValue.html#isValid">isValid</a></li>
1416
1417 <li data-name="LuCI.form.SectionValue#load"><a href="LuCI.form.SectionValue.html#load">load</a></li>
1418
1419 <li data-name="LuCI.form.SectionValue#parse"><a href="LuCI.form.SectionValue.html#parse">parse</a></li>
1420
1421 <li data-name="LuCI.form.SectionValue#remove"><a href="LuCI.form.SectionValue.html#remove">remove</a></li>
1422
1423 <li data-name="LuCI.form.SectionValue#stripTags"><a href="LuCI.form.SectionValue.html#stripTags">stripTags</a></li>
1424
1425 <li data-name="LuCI.form.SectionValue#textvalue"><a href="LuCI.form.SectionValue.html#textvalue">textvalue</a></li>
1426
1427 <li data-name="LuCI.form.SectionValue#titleFn"><a href="LuCI.form.SectionValue.html#titleFn">titleFn</a></li>
1428
1429 <li data-name="LuCI.form.SectionValue#value"><a href="LuCI.form.SectionValue.html#value">value</a></li>
1430
1431 <li data-name="LuCI.form.SectionValue#write"><a href="LuCI.form.SectionValue.html#write">write</a></li>
1432
1433 </ul>
1434 <ul class="events itemMembers">
1435
1436 </ul>
1437 </li>
1438
1439 <li class="item" data-name="LuCI.form.TableSection">
1440 <span class="title">
1441 <a href="LuCI.form.TableSection.html">LuCI.form.TableSection</a>
1442
1443 </span>
1444 <ul class="members itemMembers">
1445
1446 <span class="subtitle">Members</span>
1447
1448 <li data-name="LuCI.form.TableSection##addbtntitle"><a href="LuCI.form.TableSection.html#addbtntitle">addbtntitle</a></li>
1449
1450 <li data-name="LuCI.form.TableSection##addremove"><a href="LuCI.form.TableSection.html#addremove">addremove</a></li>
1451
1452 <li data-name="LuCI.form.TableSection##anonymous"><a href="LuCI.form.TableSection.html#anonymous">anonymous</a></li>
1453
1454 <li data-name="LuCI.form.TableSection##extedit"><a href="LuCI.form.TableSection.html#extedit">extedit</a></li>
1455
1456 <li data-name="LuCI.form.TableSection##max_cols"><a href="LuCI.form.TableSection.html#max_cols">max_cols</a></li>
1457
1458 <li data-name="LuCI.form.TableSection##modaltitle"><a href="LuCI.form.TableSection.html#modaltitle">modaltitle</a></li>
1459
1460 <li data-name="LuCI.form.TableSection##rowcolors"><a href="LuCI.form.TableSection.html#rowcolors">rowcolors</a></li>
1461
1462 <li data-name="LuCI.form.TableSection##sectiontitle"><a href="LuCI.form.TableSection.html#sectiontitle">sectiontitle</a></li>
1463
1464 <li data-name="LuCI.form.TableSection##sortable"><a href="LuCI.form.TableSection.html#sortable">sortable</a></li>
1465
1466 <li data-name="LuCI.form.TableSection##uciconfig"><a href="LuCI.form.TableSection.html#uciconfig">uciconfig</a></li>
1467
1468 <li data-name="LuCI.form.TableSection#addbtntitle"><a href="LuCI.form.TableSection.html#addbtntitle">addbtntitle</a></li>
1469
1470 <li data-name="LuCI.form.TableSection#addremove"><a href="LuCI.form.TableSection.html#addremove">addremove</a></li>
1471
1472 <li data-name="LuCI.form.TableSection#anonymous"><a href="LuCI.form.TableSection.html#anonymous">anonymous</a></li>
1473
1474 <li data-name="LuCI.form.TableSection#parentoption"><a href="LuCI.form.TableSection.html#parentoption">parentoption</a></li>
1475
1476 <li data-name="LuCI.form.TableSection#tabbed"><a href="LuCI.form.TableSection.html#tabbed">tabbed</a></li>
1477
1478 <li data-name="LuCI.form.TableSection#uciconfig"><a href="LuCI.form.TableSection.html#uciconfig">uciconfig</a></li>
1479
1480 </ul>
1481 <ul class="typedefs itemMembers">
1482
1483 </ul>
1484 <ul class="typedefs itemMembers">
1485
1486 </ul>
1487 <ul class="methods itemMembers">
1488
1489 <span class="subtitle">Methods</span>
1490
1491 <li data-name="LuCI.form.TableSection#addModalOptions"><a href="LuCI.form.TableSection.html#addModalOptions">addModalOptions</a></li>
1492
1493 <li data-name="LuCI.form.TableSection#append"><a href="LuCI.form.TableSection.html#append">append</a></li>
1494
1495 <li data-name="LuCI.form.TableSection#filter"><a href="LuCI.form.TableSection.html#filter">filter</a></li>
1496
1497 <li data-name="LuCI.form.TableSection#load"><a href="LuCI.form.TableSection.html#load">load</a></li>
1498
1499 <li data-name="LuCI.form.TableSection#option"><a href="LuCI.form.TableSection.html#option">option</a></li>
1500
1501 <li data-name="LuCI.form.TableSection#parse"><a href="LuCI.form.TableSection.html#parse">parse</a></li>
1502
1503 <li data-name="LuCI.form.TableSection#stripTags"><a href="LuCI.form.TableSection.html#stripTags">stripTags</a></li>
1504
1505 <li data-name="LuCI.form.TableSection#tab"><a href="LuCI.form.TableSection.html#tab">tab</a></li>
1506
1507 <li data-name="LuCI.form.TableSection#taboption"><a href="LuCI.form.TableSection.html#taboption">taboption</a></li>
1508
1509 <li data-name="LuCI.form.TableSection#titleFn"><a href="LuCI.form.TableSection.html#titleFn">titleFn</a></li>
1510
1511 </ul>
1512 <ul class="events itemMembers">
1513
1514 </ul>
1515 </li>
1516
1517 <li class="item" data-name="LuCI.form.TextValue">
1518 <span class="title">
1519 <a href="LuCI.form.TextValue.html">LuCI.form.TextValue</a>
1520
1521 </span>
1522 <ul class="members itemMembers">
1523
1524 <span class="subtitle">Members</span>
1525
1526 <li data-name="LuCI.form.TextValue##cols"><a href="LuCI.form.TextValue.html#cols">cols</a></li>
1527
1528 <li data-name="LuCI.form.TextValue##monospace"><a href="LuCI.form.TextValue.html#monospace">monospace</a></li>
1529
1530 <li data-name="LuCI.form.TextValue##rows"><a href="LuCI.form.TextValue.html#rows">rows</a></li>
1531
1532 <li data-name="LuCI.form.TextValue##wrap"><a href="LuCI.form.TextValue.html#wrap">wrap</a></li>
1533
1534 <li data-name="LuCI.form.TextValue#datatype"><a href="LuCI.form.TextValue.html#datatype">datatype</a></li>
1535
1536 <li data-name="LuCI.form.TextValue#default"><a href="LuCI.form.TextValue.html#default">default</a></li>
1537
1538 <li data-name="LuCI.form.TextValue#editable"><a href="LuCI.form.TextValue.html#editable">editable</a></li>
1539
1540 <li data-name="LuCI.form.TextValue#modalonly"><a href="LuCI.form.TextValue.html#modalonly">modalonly</a></li>
1541
1542 <li data-name="LuCI.form.TextValue#optional"><a href="LuCI.form.TextValue.html#optional">optional</a></li>
1543
1544 <li data-name="LuCI.form.TextValue#password"><a href="LuCI.form.TextValue.html#password">password</a></li>
1545
1546 <li data-name="LuCI.form.TextValue#placeholder"><a href="LuCI.form.TextValue.html#placeholder">placeholder</a></li>
1547
1548 <li data-name="LuCI.form.TextValue#readonly"><a href="LuCI.form.TextValue.html#readonly">readonly</a></li>
1549
1550 <li data-name="LuCI.form.TextValue#rmempty"><a href="LuCI.form.TextValue.html#rmempty">rmempty</a></li>
1551
1552 <li data-name="LuCI.form.TextValue#uciconfig"><a href="LuCI.form.TextValue.html#uciconfig">uciconfig</a></li>
1553
1554 <li data-name="LuCI.form.TextValue#ucioption"><a href="LuCI.form.TextValue.html#ucioption">ucioption</a></li>
1555
1556 <li data-name="LuCI.form.TextValue#ucisection"><a href="LuCI.form.TextValue.html#ucisection">ucisection</a></li>
1557
1558 <li data-name="LuCI.form.TextValue#validate"><a href="LuCI.form.TextValue.html#validate">validate</a></li>
1559
1560 <li data-name="LuCI.form.TextValue#width"><a href="LuCI.form.TextValue.html#width">width</a></li>
1561
1562 </ul>
1563 <ul class="typedefs itemMembers">
1564
1565 </ul>
1566 <ul class="typedefs itemMembers">
1567
1568 </ul>
1569 <ul class="methods itemMembers">
1570
1571 <span class="subtitle">Methods</span>
1572
1573 <li data-name="LuCI.form.TextValue#append"><a href="LuCI.form.TextValue.html#append">append</a></li>
1574
1575 <li data-name="LuCI.form.TextValue#cbid"><a href="LuCI.form.TextValue.html#cbid">cbid</a></li>
1576
1577 <li data-name="LuCI.form.TextValue#cfgvalue"><a href="LuCI.form.TextValue.html#cfgvalue">cfgvalue</a></li>
1578
1579 <li data-name="LuCI.form.TextValue#depends"><a href="LuCI.form.TextValue.html#depends">depends</a></li>
1580
1581 <li data-name="LuCI.form.TextValue#formvalue"><a href="LuCI.form.TextValue.html#formvalue">formvalue</a></li>
1582
1583 <li data-name="LuCI.form.TextValue#getUIElement"><a href="LuCI.form.TextValue.html#getUIElement">getUIElement</a></li>
1584
1585 <li data-name="LuCI.form.TextValue#isActive"><a href="LuCI.form.TextValue.html#isActive">isActive</a></li>
1586
1587 <li data-name="LuCI.form.TextValue#isValid"><a href="LuCI.form.TextValue.html#isValid">isValid</a></li>
1588
1589 <li data-name="LuCI.form.TextValue#load"><a href="LuCI.form.TextValue.html#load">load</a></li>
1590
1591 <li data-name="LuCI.form.TextValue#parse"><a href="LuCI.form.TextValue.html#parse">parse</a></li>
1592
1593 <li data-name="LuCI.form.TextValue#remove"><a href="LuCI.form.TextValue.html#remove">remove</a></li>
1594
1595 <li data-name="LuCI.form.TextValue#stripTags"><a href="LuCI.form.TextValue.html#stripTags">stripTags</a></li>
1596
1597 <li data-name="LuCI.form.TextValue#textvalue"><a href="LuCI.form.TextValue.html#textvalue">textvalue</a></li>
1598
1599 <li data-name="LuCI.form.TextValue#titleFn"><a href="LuCI.form.TextValue.html#titleFn">titleFn</a></li>
1600
1601 <li data-name="LuCI.form.TextValue#write"><a href="LuCI.form.TextValue.html#write">write</a></li>
1602
1603 </ul>
1604 <ul class="events itemMembers">
1605
1606 </ul>
1607 </li>
1608
1609 <li class="item" data-name="LuCI.form.TypedSection">
1610 <span class="title">
1611 <a href="LuCI.form.TypedSection.html">LuCI.form.TypedSection</a>
1612
1613 </span>
1614 <ul class="members itemMembers">
1615
1616 <span class="subtitle">Members</span>
1617
1618 <li data-name="LuCI.form.TypedSection##addbtntitle"><a href="LuCI.form.TypedSection.html#addbtntitle">addbtntitle</a></li>
1619
1620 <li data-name="LuCI.form.TypedSection##addremove"><a href="LuCI.form.TypedSection.html#addremove">addremove</a></li>
1621
1622 <li data-name="LuCI.form.TypedSection##anonymous"><a href="LuCI.form.TypedSection.html#anonymous">anonymous</a></li>
1623
1624 <li data-name="LuCI.form.TypedSection##tabbed"><a href="LuCI.form.TypedSection.html#tabbed">tabbed</a></li>
1625
1626 <li data-name="LuCI.form.TypedSection##uciconfig"><a href="LuCI.form.TypedSection.html#uciconfig">uciconfig</a></li>
1627
1628 <li data-name="LuCI.form.TypedSection#parentoption"><a href="LuCI.form.TypedSection.html#parentoption">parentoption</a></li>
1629
1630 </ul>
1631 <ul class="typedefs itemMembers">
1632
1633 </ul>
1634 <ul class="typedefs itemMembers">
1635
1636 </ul>
1637 <ul class="methods itemMembers">
1638
1639 <span class="subtitle">Methods</span>
1640
1641 <li data-name="LuCI.form.TypedSection#append"><a href="LuCI.form.TypedSection.html#append">append</a></li>
1642
1643 <li data-name="LuCI.form.TypedSection#cfgsections"><a href="LuCI.form.TypedSection.html#cfgsections">cfgsections</a></li>
1644
1645 <li data-name="LuCI.form.TypedSection#filter"><a href="LuCI.form.TypedSection.html#filter">filter</a></li>
1646
1647 <li data-name="LuCI.form.TypedSection#load"><a href="LuCI.form.TypedSection.html#load">load</a></li>
1648
1649 <li data-name="LuCI.form.TypedSection#option"><a href="LuCI.form.TypedSection.html#option">option</a></li>
1650
1651 <li data-name="LuCI.form.TypedSection#parse"><a href="LuCI.form.TypedSection.html#parse">parse</a></li>
1652
1653 <li data-name="LuCI.form.TypedSection#render"><a href="LuCI.form.TypedSection.html#render">render</a></li>
1654
1655 <li data-name="LuCI.form.TypedSection#stripTags"><a href="LuCI.form.TypedSection.html#stripTags">stripTags</a></li>
1656
1657 <li data-name="LuCI.form.TypedSection#tab"><a href="LuCI.form.TypedSection.html#tab">tab</a></li>
1658
1659 <li data-name="LuCI.form.TypedSection#taboption"><a href="LuCI.form.TypedSection.html#taboption">taboption</a></li>
1660
1661 <li data-name="LuCI.form.TypedSection#titleFn"><a href="LuCI.form.TypedSection.html#titleFn">titleFn</a></li>
1662
1663 </ul>
1664 <ul class="events itemMembers">
1665
1666 </ul>
1667 </li>
1668
1669 <li class="item" data-name="LuCI.form.Value">
1670 <span class="title">
1671 <a href="LuCI.form.Value.html">LuCI.form.Value</a>
1672
1673 </span>
1674 <ul class="members itemMembers">
1675
1676 <span class="subtitle">Members</span>
1677
1678 <li data-name="LuCI.form.Value##password"><a href="LuCI.form.Value.html#password">password</a></li>
1679
1680 <li data-name="LuCI.form.Value##placeholder"><a href="LuCI.form.Value.html#placeholder">placeholder</a></li>
1681
1682 <li data-name="LuCI.form.Value#datatype"><a href="LuCI.form.Value.html#datatype">datatype</a></li>
1683
1684 <li data-name="LuCI.form.Value#default"><a href="LuCI.form.Value.html#default">default</a></li>
1685
1686 <li data-name="LuCI.form.Value#editable"><a href="LuCI.form.Value.html#editable">editable</a></li>
1687
1688 <li data-name="LuCI.form.Value#modalonly"><a href="LuCI.form.Value.html#modalonly">modalonly</a></li>
1689
1690 <li data-name="LuCI.form.Value#optional"><a href="LuCI.form.Value.html#optional">optional</a></li>
1691
1692 <li data-name="LuCI.form.Value#readonly"><a href="LuCI.form.Value.html#readonly">readonly</a></li>
1693
1694 <li data-name="LuCI.form.Value#rmempty"><a href="LuCI.form.Value.html#rmempty">rmempty</a></li>
1695
1696 <li data-name="LuCI.form.Value#uciconfig"><a href="LuCI.form.Value.html#uciconfig">uciconfig</a></li>
1697
1698 <li data-name="LuCI.form.Value#ucioption"><a href="LuCI.form.Value.html#ucioption">ucioption</a></li>
1699
1700 <li data-name="LuCI.form.Value#ucisection"><a href="LuCI.form.Value.html#ucisection">ucisection</a></li>
1701
1702 <li data-name="LuCI.form.Value#validate"><a href="LuCI.form.Value.html#validate">validate</a></li>
1703
1704 <li data-name="LuCI.form.Value#width"><a href="LuCI.form.Value.html#width">width</a></li>
1705
1706 </ul>
1707 <ul class="typedefs itemMembers">
1708
1709 </ul>
1710 <ul class="typedefs itemMembers">
1711
1712 </ul>
1713 <ul class="methods itemMembers">
1714
1715 <span class="subtitle">Methods</span>
1716
1717 <li data-name="LuCI.form.Value#append"><a href="LuCI.form.Value.html#append">append</a></li>
1718
1719 <li data-name="LuCI.form.Value#cbid"><a href="LuCI.form.Value.html#cbid">cbid</a></li>
1720
1721 <li data-name="LuCI.form.Value#cfgvalue"><a href="LuCI.form.Value.html#cfgvalue">cfgvalue</a></li>
1722
1723 <li data-name="LuCI.form.Value#depends"><a href="LuCI.form.Value.html#depends">depends</a></li>
1724
1725 <li data-name="LuCI.form.Value#formvalue"><a href="LuCI.form.Value.html#formvalue">formvalue</a></li>
1726
1727 <li data-name="LuCI.form.Value#getUIElement"><a href="LuCI.form.Value.html#getUIElement">getUIElement</a></li>
1728
1729 <li data-name="LuCI.form.Value#isActive"><a href="LuCI.form.Value.html#isActive">isActive</a></li>
1730
1731 <li data-name="LuCI.form.Value#isValid"><a href="LuCI.form.Value.html#isValid">isValid</a></li>
1732
1733 <li data-name="LuCI.form.Value#load"><a href="LuCI.form.Value.html#load">load</a></li>
1734
1735 <li data-name="LuCI.form.Value#parse"><a href="LuCI.form.Value.html#parse">parse</a></li>
1736
1737 <li data-name="LuCI.form.Value#remove"><a href="LuCI.form.Value.html#remove">remove</a></li>
1738
1739 <li data-name="LuCI.form.Value#render"><a href="LuCI.form.Value.html#render">render</a></li>
1740
1741 <li data-name="LuCI.form.Value#stripTags"><a href="LuCI.form.Value.html#stripTags">stripTags</a></li>
1742
1743 <li data-name="LuCI.form.Value#textvalue"><a href="LuCI.form.Value.html#textvalue">textvalue</a></li>
1744
1745 <li data-name="LuCI.form.Value#titleFn"><a href="LuCI.form.Value.html#titleFn">titleFn</a></li>
1746
1747 <li data-name="LuCI.form.Value#value"><a href="LuCI.form.Value.html#value">value</a></li>
1748
1749 <li data-name="LuCI.form.Value#write"><a href="LuCI.form.Value.html#write">write</a></li>
1750
1751 </ul>
1752 <ul class="events itemMembers">
1753
1754 </ul>
1755 </li>
1756
1757 <li class="item" data-name="LuCI.fs">
1758 <span class="title">
1759 <a href="LuCI.fs.html">LuCI.fs</a>
1760
1761 </span>
1762 <ul class="members itemMembers">
1763
1764 </ul>
1765 <ul class="typedefs itemMembers">
1766
1767 <span class="subtitle">Typedefs</span>
1768
1769 <li data-name="LuCI.fs.FileExecResult"><a href="LuCI.fs.html#.FileExecResult">FileExecResult</a></li>
1770
1771 <li data-name="LuCI.fs.FileStatEntry"><a href="LuCI.fs.html#.FileStatEntry">FileStatEntry</a></li>
1772
1773 </ul>
1774 <ul class="typedefs itemMembers">
1775
1776 </ul>
1777 <ul class="methods itemMembers">
1778
1779 <span class="subtitle">Methods</span>
1780
1781 <li data-name="LuCI.fs#exec"><a href="LuCI.fs.html#exec">exec</a></li>
1782
1783 <li data-name="LuCI.fs#exec_direct"><a href="LuCI.fs.html#exec_direct">exec_direct</a></li>
1784
1785 <li data-name="LuCI.fs#lines"><a href="LuCI.fs.html#lines">lines</a></li>
1786
1787 <li data-name="LuCI.fs#list"><a href="LuCI.fs.html#list">list</a></li>
1788
1789 <li data-name="LuCI.fs#read"><a href="LuCI.fs.html#read">read</a></li>
1790
1791 <li data-name="LuCI.fs#read_direct"><a href="LuCI.fs.html#read_direct">read_direct</a></li>
1792
1793 <li data-name="LuCI.fs#remove"><a href="LuCI.fs.html#remove">remove</a></li>
1794
1795 <li data-name="LuCI.fs#stat"><a href="LuCI.fs.html#stat">stat</a></li>
1796
1797 <li data-name="LuCI.fs#trimmed"><a href="LuCI.fs.html#trimmed">trimmed</a></li>
1798
1799 <li data-name="LuCI.fs#write"><a href="LuCI.fs.html#write">write</a></li>
1800
1801 </ul>
1802 <ul class="events itemMembers">
1803
1804 </ul>
1805 </li>
1806
1807 <li class="item" data-name="LuCI.headers">
1808 <span class="title">
1809 <a href="LuCI.headers.html">LuCI.headers</a>
1810
1811 </span>
1812 <ul class="members itemMembers">
1813
1814 </ul>
1815 <ul class="typedefs itemMembers">
1816
1817 </ul>
1818 <ul class="typedefs itemMembers">
1819
1820 </ul>
1821 <ul class="methods itemMembers">
1822
1823 <span class="subtitle">Methods</span>
1824
1825 <li data-name="LuCI.headers#get"><a href="LuCI.headers.html#get">get</a></li>
1826
1827 <li data-name="LuCI.headers#has"><a href="LuCI.headers.html#has">has</a></li>
1828
1829 </ul>
1830 <ul class="events itemMembers">
1831
1832 </ul>
1833 </li>
1834
1835 <li class="item" data-name="LuCI.network">
1836 <span class="title">
1837 <a href="LuCI.network.html">LuCI.network</a>
1838
1839 </span>
1840 <ul class="members itemMembers">
1841
1842 </ul>
1843 <ul class="typedefs itemMembers">
1844
1845 <span class="subtitle">Typedefs</span>
1846
1847 <li data-name="LuCI.network.SwitchTopology"><a href="LuCI.network.html#.SwitchTopology">SwitchTopology</a></li>
1848
1849 <li data-name="LuCI.network.WifiEncryption"><a href="LuCI.network.html#.WifiEncryption">WifiEncryption</a></li>
1850
1851 <li data-name="LuCI.network.WifiPeerEntry"><a href="LuCI.network.html#.WifiPeerEntry">WifiPeerEntry</a></li>
1852
1853 <li data-name="LuCI.network.WifiRateEntry"><a href="LuCI.network.html#.WifiRateEntry">WifiRateEntry</a></li>
1854
1855 <li data-name="LuCI.network.WifiScanResult"><a href="LuCI.network.html#.WifiScanResult">WifiScanResult</a></li>
1856
1857 </ul>
1858 <ul class="typedefs itemMembers">
1859
1860 </ul>
1861 <ul class="methods itemMembers">
1862
1863 <span class="subtitle">Methods</span>
1864
1865 <li data-name="LuCI.network#addNetwork"><a href="LuCI.network.html#addNetwork">addNetwork</a></li>
1866
1867 <li data-name="LuCI.network#addWifiNetwork"><a href="LuCI.network.html#addWifiNetwork">addWifiNetwork</a></li>
1868
1869 <li data-name="LuCI.network#deleteNetwork"><a href="LuCI.network.html#deleteNetwork">deleteNetwork</a></li>
1870
1871 <li data-name="LuCI.network#deleteWifiNetwork"><a href="LuCI.network.html#deleteWifiNetwork">deleteWifiNetwork</a></li>
1872
1873 <li data-name="LuCI.network#flushCache"><a href="LuCI.network.html#flushCache">flushCache</a></li>
1874
1875 <li data-name="LuCI.network#formatWifiEncryption"><a href="LuCI.network.html#formatWifiEncryption">formatWifiEncryption</a></li>
1876
1877 <li data-name="LuCI.network#getDevice"><a href="LuCI.network.html#getDevice">getDevice</a></li>
1878
1879 <li data-name="LuCI.network#getDevices"><a href="LuCI.network.html#getDevices">getDevices</a></li>
1880
1881 <li data-name="LuCI.network#getDSLModemType"><a href="LuCI.network.html#getDSLModemType">getDSLModemType</a></li>
1882
1883 <li data-name="LuCI.network#getHostHints"><a href="LuCI.network.html#getHostHints">getHostHints</a></li>
1884
1885 <li data-name="LuCI.network#getIfnameOf"><a href="LuCI.network.html#getIfnameOf">getIfnameOf</a></li>
1886
1887 <li data-name="LuCI.network#getNetwork"><a href="LuCI.network.html#getNetwork">getNetwork</a></li>
1888
1889 <li data-name="LuCI.network#getNetworks"><a href="LuCI.network.html#getNetworks">getNetworks</a></li>
1890
1891 <li data-name="LuCI.network#getProtocol"><a href="LuCI.network.html#getProtocol">getProtocol</a></li>
1892
1893 <li data-name="LuCI.network#getProtocols"><a href="LuCI.network.html#getProtocols">getProtocols</a></li>
1894
1895 <li data-name="LuCI.network#getSwitchTopologies"><a href="LuCI.network.html#getSwitchTopologies">getSwitchTopologies</a></li>
1896
1897 <li data-name="LuCI.network#getWAN6Networks"><a href="LuCI.network.html#getWAN6Networks">getWAN6Networks</a></li>
1898
1899 <li data-name="LuCI.network#getWANNetworks"><a href="LuCI.network.html#getWANNetworks">getWANNetworks</a></li>
1900
1901 <li data-name="LuCI.network#getWifiDevice"><a href="LuCI.network.html#getWifiDevice">getWifiDevice</a></li>
1902
1903 <li data-name="LuCI.network#getWifiDevices"><a href="LuCI.network.html#getWifiDevices">getWifiDevices</a></li>
1904
1905 <li data-name="LuCI.network#getWifiNetwork"><a href="LuCI.network.html#getWifiNetwork">getWifiNetwork</a></li>
1906
1907 <li data-name="LuCI.network#getWifiNetworks"><a href="LuCI.network.html#getWifiNetworks">getWifiNetworks</a></li>
1908
1909 <li data-name="LuCI.network#isIgnoredDevice"><a href="LuCI.network.html#isIgnoredDevice">isIgnoredDevice</a></li>
1910
1911 <li data-name="LuCI.network#maskToPrefix"><a href="LuCI.network.html#maskToPrefix">maskToPrefix</a></li>
1912
1913 <li data-name="LuCI.network#prefixToMask"><a href="LuCI.network.html#prefixToMask">prefixToMask</a></li>
1914
1915 <li data-name="LuCI.network#registerErrorCode"><a href="LuCI.network.html#registerErrorCode">registerErrorCode</a></li>
1916
1917 <li data-name="LuCI.network#registerPatternVirtual"><a href="LuCI.network.html#registerPatternVirtual">registerPatternVirtual</a></li>
1918
1919 <li data-name="LuCI.network#registerProtocol"><a href="LuCI.network.html#registerProtocol">registerProtocol</a></li>
1920
1921 <li data-name="LuCI.network#renameNetwork"><a href="LuCI.network.html#renameNetwork">renameNetwork</a></li>
1922
1923 </ul>
1924 <ul class="events itemMembers">
1925
1926 </ul>
1927 </li>
1928
1929 <li class="item" data-name="LuCI.network.Device">
1930 <span class="title">
1931 <a href="LuCI.network.Device.html">LuCI.network.Device</a>
1932
1933 </span>
1934 <ul class="members itemMembers">
1935
1936 </ul>
1937 <ul class="typedefs itemMembers">
1938
1939 </ul>
1940 <ul class="typedefs itemMembers">
1941
1942 </ul>
1943 <ul class="methods itemMembers">
1944
1945 <span class="subtitle">Methods</span>
1946
1947 <li data-name="LuCI.network.Device#getBridgeID"><a href="LuCI.network.Device.html#getBridgeID">getBridgeID</a></li>
1948
1949 <li data-name="LuCI.network.Device#getBridgeSTP"><a href="LuCI.network.Device.html#getBridgeSTP">getBridgeSTP</a></li>
1950
1951 <li data-name="LuCI.network.Device#getI18n"><a href="LuCI.network.Device.html#getI18n">getI18n</a></li>
1952
1953 <li data-name="LuCI.network.Device#getIP6Addrs"><a href="LuCI.network.Device.html#getIP6Addrs">getIP6Addrs</a></li>
1954
1955 <li data-name="LuCI.network.Device#getIPAddrs"><a href="LuCI.network.Device.html#getIPAddrs">getIPAddrs</a></li>
1956
1957 <li data-name="LuCI.network.Device#getMAC"><a href="LuCI.network.Device.html#getMAC">getMAC</a></li>
1958
1959 <li data-name="LuCI.network.Device#getMTU"><a href="LuCI.network.Device.html#getMTU">getMTU</a></li>
1960
1961 <li data-name="LuCI.network.Device#getName"><a href="LuCI.network.Device.html#getName">getName</a></li>
1962
1963 <li data-name="LuCI.network.Device#getNetwork"><a href="LuCI.network.Device.html#getNetwork">getNetwork</a></li>
1964
1965 <li data-name="LuCI.network.Device#getNetworks"><a href="LuCI.network.Device.html#getNetworks">getNetworks</a></li>
1966
1967 <li data-name="LuCI.network.Device#getPorts"><a href="LuCI.network.Device.html#getPorts">getPorts</a></li>
1968
1969 <li data-name="LuCI.network.Device#getRXBytes"><a href="LuCI.network.Device.html#getRXBytes">getRXBytes</a></li>
1970
1971 <li data-name="LuCI.network.Device#getRXPackets"><a href="LuCI.network.Device.html#getRXPackets">getRXPackets</a></li>
1972
1973 <li data-name="LuCI.network.Device#getShortName"><a href="LuCI.network.Device.html#getShortName">getShortName</a></li>
1974
1975 <li data-name="LuCI.network.Device#getTXBytes"><a href="LuCI.network.Device.html#getTXBytes">getTXBytes</a></li>
1976
1977 <li data-name="LuCI.network.Device#getTXPackets"><a href="LuCI.network.Device.html#getTXPackets">getTXPackets</a></li>
1978
1979 <li data-name="LuCI.network.Device#getType"><a href="LuCI.network.Device.html#getType">getType</a></li>
1980
1981 <li data-name="LuCI.network.Device#getTypeI18n"><a href="LuCI.network.Device.html#getTypeI18n">getTypeI18n</a></li>
1982
1983 <li data-name="LuCI.network.Device#getWifiNetwork"><a href="LuCI.network.Device.html#getWifiNetwork">getWifiNetwork</a></li>
1984
1985 <li data-name="LuCI.network.Device#isBridge"><a href="LuCI.network.Device.html#isBridge">isBridge</a></li>
1986
1987 <li data-name="LuCI.network.Device#isBridgePort"><a href="LuCI.network.Device.html#isBridgePort">isBridgePort</a></li>
1988
1989 <li data-name="LuCI.network.Device#isUp"><a href="LuCI.network.Device.html#isUp">isUp</a></li>
1990
1991 </ul>
1992 <ul class="events itemMembers">
1993
1994 </ul>
1995 </li>
1996
1997 <li class="item" data-name="LuCI.network.Hosts">
1998 <span class="title">
1999 <a href="LuCI.network.Hosts.html">LuCI.network.Hosts</a>
2000
2001 </span>
2002 <ul class="members itemMembers">
2003
2004 </ul>
2005 <ul class="typedefs itemMembers">
2006
2007 </ul>
2008 <ul class="typedefs itemMembers">
2009
2010 </ul>
2011 <ul class="methods itemMembers">
2012
2013 <span class="subtitle">Methods</span>
2014
2015 <li data-name="LuCI.network.Hosts#getHostnameByIP6Addr"><a href="LuCI.network.Hosts.html#getHostnameByIP6Addr">getHostnameByIP6Addr</a></li>
2016
2017 <li data-name="LuCI.network.Hosts#getHostnameByIPAddr"><a href="LuCI.network.Hosts.html#getHostnameByIPAddr">getHostnameByIPAddr</a></li>
2018
2019 <li data-name="LuCI.network.Hosts#getHostnameByMACAddr"><a href="LuCI.network.Hosts.html#getHostnameByMACAddr">getHostnameByMACAddr</a></li>
2020
2021 <li data-name="LuCI.network.Hosts#getIP6AddrByMACAddr"><a href="LuCI.network.Hosts.html#getIP6AddrByMACAddr">getIP6AddrByMACAddr</a></li>
2022
2023 <li data-name="LuCI.network.Hosts#getIPAddrByMACAddr"><a href="LuCI.network.Hosts.html#getIPAddrByMACAddr">getIPAddrByMACAddr</a></li>
2024
2025 <li data-name="LuCI.network.Hosts#getMACAddrByIP6Addr"><a href="LuCI.network.Hosts.html#getMACAddrByIP6Addr">getMACAddrByIP6Addr</a></li>
2026
2027 <li data-name="LuCI.network.Hosts#getMACAddrByIPAddr"><a href="LuCI.network.Hosts.html#getMACAddrByIPAddr">getMACAddrByIPAddr</a></li>
2028
2029 <li data-name="LuCI.network.Hosts#getMACHints"><a href="LuCI.network.Hosts.html#getMACHints">getMACHints</a></li>
2030
2031 </ul>
2032 <ul class="events itemMembers">
2033
2034 </ul>
2035 </li>
2036
2037 <li class="item" data-name="LuCI.network.Protocol">
2038 <span class="title">
2039 <a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>
2040
2041 </span>
2042 <ul class="members itemMembers">
2043
2044 </ul>
2045 <ul class="typedefs itemMembers">
2046
2047 </ul>
2048 <ul class="typedefs itemMembers">
2049
2050 </ul>
2051 <ul class="methods itemMembers">
2052
2053 <span class="subtitle">Methods</span>
2054
2055 <li data-name="LuCI.network.Protocol#addDevice"><a href="LuCI.network.Protocol.html#addDevice">addDevice</a></li>
2056
2057 <li data-name="LuCI.network.Protocol#containsDevice"><a href="LuCI.network.Protocol.html#containsDevice">containsDevice</a></li>
2058
2059 <li data-name="LuCI.network.Protocol#deleteConfiguration"><a href="LuCI.network.Protocol.html#deleteConfiguration">deleteConfiguration</a></li>
2060
2061 <li data-name="LuCI.network.Protocol#deleteDevice"><a href="LuCI.network.Protocol.html#deleteDevice">deleteDevice</a></li>
2062
2063 <li data-name="LuCI.network.Protocol#get"><a href="LuCI.network.Protocol.html#get">get</a></li>
2064
2065 <li data-name="LuCI.network.Protocol#getDevice"><a href="LuCI.network.Protocol.html#getDevice">getDevice</a></li>
2066
2067 <li data-name="LuCI.network.Protocol#getDevices"><a href="LuCI.network.Protocol.html#getDevices">getDevices</a></li>
2068
2069 <li data-name="LuCI.network.Protocol#getDNS6Addrs"><a href="LuCI.network.Protocol.html#getDNS6Addrs">getDNS6Addrs</a></li>
2070
2071 <li data-name="LuCI.network.Protocol#getDNSAddrs"><a href="LuCI.network.Protocol.html#getDNSAddrs">getDNSAddrs</a></li>
2072
2073 <li data-name="LuCI.network.Protocol#getErrors"><a href="LuCI.network.Protocol.html#getErrors">getErrors</a></li>
2074
2075 <li data-name="LuCI.network.Protocol#getExpiry"><a href="LuCI.network.Protocol.html#getExpiry">getExpiry</a></li>
2076
2077 <li data-name="LuCI.network.Protocol#getGateway6Addr"><a href="LuCI.network.Protocol.html#getGateway6Addr">getGateway6Addr</a></li>
2078
2079 <li data-name="LuCI.network.Protocol#getGatewayAddr"><a href="LuCI.network.Protocol.html#getGatewayAddr">getGatewayAddr</a></li>
2080
2081 <li data-name="LuCI.network.Protocol#getI18n"><a href="LuCI.network.Protocol.html#getI18n">getI18n</a></li>
2082
2083 <li data-name="LuCI.network.Protocol#getIfname"><a href="LuCI.network.Protocol.html#getIfname">getIfname</a></li>
2084
2085 <li data-name="LuCI.network.Protocol#getIP6Addr"><a href="LuCI.network.Protocol.html#getIP6Addr">getIP6Addr</a></li>
2086
2087 <li data-name="LuCI.network.Protocol#getIP6Addrs"><a href="LuCI.network.Protocol.html#getIP6Addrs">getIP6Addrs</a></li>
2088
2089 <li data-name="LuCI.network.Protocol#getIP6Prefix"><a href="LuCI.network.Protocol.html#getIP6Prefix">getIP6Prefix</a></li>
2090
2091 <li data-name="LuCI.network.Protocol#getIPAddr"><a href="LuCI.network.Protocol.html#getIPAddr">getIPAddr</a></li>
2092
2093 <li data-name="LuCI.network.Protocol#getIPAddrs"><a href="LuCI.network.Protocol.html#getIPAddrs">getIPAddrs</a></li>
2094
2095 <li data-name="LuCI.network.Protocol#getL2Device"><a href="LuCI.network.Protocol.html#getL2Device">getL2Device</a></li>
2096
2097 <li data-name="LuCI.network.Protocol#getL3Device"><a href="LuCI.network.Protocol.html#getL3Device">getL3Device</a></li>
2098
2099 <li data-name="LuCI.network.Protocol#getMetric"><a href="LuCI.network.Protocol.html#getMetric">getMetric</a></li>
2100
2101 <li data-name="LuCI.network.Protocol#getName"><a href="LuCI.network.Protocol.html#getName">getName</a></li>
2102
2103 <li data-name="LuCI.network.Protocol#getNetmask"><a href="LuCI.network.Protocol.html#getNetmask">getNetmask</a></li>
2104
2105 <li data-name="LuCI.network.Protocol#getOpkgPackage"><a href="LuCI.network.Protocol.html#getOpkgPackage">getOpkgPackage</a></li>
2106
2107 <li data-name="LuCI.network.Protocol#getProtocol"><a href="LuCI.network.Protocol.html#getProtocol">getProtocol</a></li>
2108
2109 <li data-name="LuCI.network.Protocol#getType"><a href="LuCI.network.Protocol.html#getType">getType</a></li>
2110
2111 <li data-name="LuCI.network.Protocol#getUptime"><a href="LuCI.network.Protocol.html#getUptime">getUptime</a></li>
2112
2113 <li data-name="LuCI.network.Protocol#getZoneName"><a href="LuCI.network.Protocol.html#getZoneName">getZoneName</a></li>
2114
2115 <li data-name="LuCI.network.Protocol#isAlias"><a href="LuCI.network.Protocol.html#isAlias">isAlias</a></li>
2116
2117 <li data-name="LuCI.network.Protocol#isBridge"><a href="LuCI.network.Protocol.html#isBridge">isBridge</a></li>
2118
2119 <li data-name="LuCI.network.Protocol#isCreateable"><a href="LuCI.network.Protocol.html#isCreateable">isCreateable</a></li>
2120
2121 <li data-name="LuCI.network.Protocol#isDynamic"><a href="LuCI.network.Protocol.html#isDynamic">isDynamic</a></li>
2122
2123 <li data-name="LuCI.network.Protocol#isEmpty"><a href="LuCI.network.Protocol.html#isEmpty">isEmpty</a></li>
2124
2125 <li data-name="LuCI.network.Protocol#isFloating"><a href="LuCI.network.Protocol.html#isFloating">isFloating</a></li>
2126
2127 <li data-name="LuCI.network.Protocol#isInstalled"><a href="LuCI.network.Protocol.html#isInstalled">isInstalled</a></li>
2128
2129 <li data-name="LuCI.network.Protocol#isUp"><a href="LuCI.network.Protocol.html#isUp">isUp</a></li>
2130
2131 <li data-name="LuCI.network.Protocol#isVirtual"><a href="LuCI.network.Protocol.html#isVirtual">isVirtual</a></li>
2132
2133 <li data-name="LuCI.network.Protocol#set"><a href="LuCI.network.Protocol.html#set">set</a></li>
2134
2135 </ul>
2136 <ul class="events itemMembers">
2137
2138 </ul>
2139 </li>
2140
2141 <li class="item" data-name="LuCI.network.WifiDevice">
2142 <span class="title">
2143 <a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a>
2144
2145 </span>
2146 <ul class="members itemMembers">
2147
2148 </ul>
2149 <ul class="typedefs itemMembers">
2150
2151 </ul>
2152 <ul class="typedefs itemMembers">
2153
2154 </ul>
2155 <ul class="methods itemMembers">
2156
2157 <span class="subtitle">Methods</span>
2158
2159 <li data-name="LuCI.network.WifiDevice#addWifiNetwork"><a href="LuCI.network.WifiDevice.html#addWifiNetwork">addWifiNetwork</a></li>
2160
2161 <li data-name="LuCI.network.WifiDevice#deleteWifiNetwork"><a href="LuCI.network.WifiDevice.html#deleteWifiNetwork">deleteWifiNetwork</a></li>
2162
2163 <li data-name="LuCI.network.WifiDevice#get"><a href="LuCI.network.WifiDevice.html#get">get</a></li>
2164
2165 <li data-name="LuCI.network.WifiDevice#getHTModes"><a href="LuCI.network.WifiDevice.html#getHTModes">getHTModes</a></li>
2166
2167 <li data-name="LuCI.network.WifiDevice#getHWModes"><a href="LuCI.network.WifiDevice.html#getHWModes">getHWModes</a></li>
2168
2169 <li data-name="LuCI.network.WifiDevice#getI18n"><a href="LuCI.network.WifiDevice.html#getI18n">getI18n</a></li>
2170
2171 <li data-name="LuCI.network.WifiDevice#getName"><a href="LuCI.network.WifiDevice.html#getName">getName</a></li>
2172
2173 <li data-name="LuCI.network.WifiDevice#getScanList"><a href="LuCI.network.WifiDevice.html#getScanList">getScanList</a></li>
2174
2175 <li data-name="LuCI.network.WifiDevice#getWifiNetwork"><a href="LuCI.network.WifiDevice.html#getWifiNetwork">getWifiNetwork</a></li>
2176
2177 <li data-name="LuCI.network.WifiDevice#getWifiNetworks"><a href="LuCI.network.WifiDevice.html#getWifiNetworks">getWifiNetworks</a></li>
2178
2179 <li data-name="LuCI.network.WifiDevice#isDisabled"><a href="LuCI.network.WifiDevice.html#isDisabled">isDisabled</a></li>
2180
2181 <li data-name="LuCI.network.WifiDevice#isUp"><a href="LuCI.network.WifiDevice.html#isUp">isUp</a></li>
2182
2183 <li data-name="LuCI.network.WifiDevice#set"><a href="LuCI.network.WifiDevice.html#set">set</a></li>
2184
2185 </ul>
2186 <ul class="events itemMembers">
2187
2188 </ul>
2189 </li>
2190
2191 <li class="item" data-name="LuCI.network.WifiNetwork">
2192 <span class="title">
2193 <a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>
2194
2195 </span>
2196 <ul class="members itemMembers">
2197
2198 </ul>
2199 <ul class="typedefs itemMembers">
2200
2201 </ul>
2202 <ul class="typedefs itemMembers">
2203
2204 </ul>
2205 <ul class="methods itemMembers">
2206
2207 <span class="subtitle">Methods</span>
2208
2209 <li data-name="LuCI.network.WifiNetwork#disconnectClient"><a href="LuCI.network.WifiNetwork.html#disconnectClient">disconnectClient</a></li>
2210
2211 <li data-name="LuCI.network.WifiNetwork#get"><a href="LuCI.network.WifiNetwork.html#get">get</a></li>
2212
2213 <li data-name="LuCI.network.WifiNetwork#getActiveBSSID"><a href="LuCI.network.WifiNetwork.html#getActiveBSSID">getActiveBSSID</a></li>
2214
2215 <li data-name="LuCI.network.WifiNetwork#getActiveEncryption"><a href="LuCI.network.WifiNetwork.html#getActiveEncryption">getActiveEncryption</a></li>
2216
2217 <li data-name="LuCI.network.WifiNetwork#getActiveMode"><a href="LuCI.network.WifiNetwork.html#getActiveMode">getActiveMode</a></li>
2218
2219 <li data-name="LuCI.network.WifiNetwork#getActiveModeI18n"><a href="LuCI.network.WifiNetwork.html#getActiveModeI18n">getActiveModeI18n</a></li>
2220
2221 <li data-name="LuCI.network.WifiNetwork#getActiveSSID"><a href="LuCI.network.WifiNetwork.html#getActiveSSID">getActiveSSID</a></li>
2222
2223 <li data-name="LuCI.network.WifiNetwork#getAssocList"><a href="LuCI.network.WifiNetwork.html#getAssocList">getAssocList</a></li>
2224
2225 <li data-name="LuCI.network.WifiNetwork#getBitRate"><a href="LuCI.network.WifiNetwork.html#getBitRate">getBitRate</a></li>
2226
2227 <li data-name="LuCI.network.WifiNetwork#getBSSID"><a href="LuCI.network.WifiNetwork.html#getBSSID">getBSSID</a></li>
2228
2229 <li data-name="LuCI.network.WifiNetwork#getChannel"><a href="LuCI.network.WifiNetwork.html#getChannel">getChannel</a></li>
2230
2231 <li data-name="LuCI.network.WifiNetwork#getCountryCode"><a href="LuCI.network.WifiNetwork.html#getCountryCode">getCountryCode</a></li>
2232
2233 <li data-name="LuCI.network.WifiNetwork#getDevice"><a href="LuCI.network.WifiNetwork.html#getDevice">getDevice</a></li>
2234
2235 <li data-name="LuCI.network.WifiNetwork#getFrequency"><a href="LuCI.network.WifiNetwork.html#getFrequency">getFrequency</a></li>
2236
2237 <li data-name="LuCI.network.WifiNetwork#getI18n"><a href="LuCI.network.WifiNetwork.html#getI18n">getI18n</a></li>
2238
2239 <li data-name="LuCI.network.WifiNetwork#getID"><a href="LuCI.network.WifiNetwork.html#getID">getID</a></li>
2240
2241 <li data-name="LuCI.network.WifiNetwork#getIfname"><a href="LuCI.network.WifiNetwork.html#getIfname">getIfname</a></li>
2242
2243 <li data-name="LuCI.network.WifiNetwork#getMeshID"><a href="LuCI.network.WifiNetwork.html#getMeshID">getMeshID</a></li>
2244
2245 <li data-name="LuCI.network.WifiNetwork#getMode"><a href="LuCI.network.WifiNetwork.html#getMode">getMode</a></li>
2246
2247 <li data-name="LuCI.network.WifiNetwork#getName"><a href="LuCI.network.WifiNetwork.html#getName">getName</a></li>
2248
2249 <li data-name="LuCI.network.WifiNetwork#getNetwork"><a href="LuCI.network.WifiNetwork.html#getNetwork">getNetwork</a></li>
2250
2251 <li data-name="LuCI.network.WifiNetwork#getNetworkNames"><a href="LuCI.network.WifiNetwork.html#getNetworkNames">getNetworkNames</a></li>
2252
2253 <li data-name="LuCI.network.WifiNetwork#getNetworks"><a href="LuCI.network.WifiNetwork.html#getNetworks">getNetworks</a></li>
2254
2255 <li data-name="LuCI.network.WifiNetwork#getNoise"><a href="LuCI.network.WifiNetwork.html#getNoise">getNoise</a></li>
2256
2257 <li data-name="LuCI.network.WifiNetwork#getShortName"><a href="LuCI.network.WifiNetwork.html#getShortName">getShortName</a></li>
2258
2259 <li data-name="LuCI.network.WifiNetwork#getSignal"><a href="LuCI.network.WifiNetwork.html#getSignal">getSignal</a></li>
2260
2261 <li data-name="LuCI.network.WifiNetwork#getSignalLevel"><a href="LuCI.network.WifiNetwork.html#getSignalLevel">getSignalLevel</a></li>
2262
2263 <li data-name="LuCI.network.WifiNetwork#getSignalPercent"><a href="LuCI.network.WifiNetwork.html#getSignalPercent">getSignalPercent</a></li>
2264
2265 <li data-name="LuCI.network.WifiNetwork#getSSID"><a href="LuCI.network.WifiNetwork.html#getSSID">getSSID</a></li>
2266
2267 <li data-name="LuCI.network.WifiNetwork#getTXPower"><a href="LuCI.network.WifiNetwork.html#getTXPower">getTXPower</a></li>
2268
2269 <li data-name="LuCI.network.WifiNetwork#getTXPowerOffset"><a href="LuCI.network.WifiNetwork.html#getTXPowerOffset">getTXPowerOffset</a></li>
2270
2271 <li data-name="LuCI.network.WifiNetwork#getWifiDevice"><a href="LuCI.network.WifiNetwork.html#getWifiDevice">getWifiDevice</a></li>
2272
2273 <li data-name="LuCI.network.WifiNetwork#getWifiDeviceName"><a href="LuCI.network.WifiNetwork.html#getWifiDeviceName">getWifiDeviceName</a></li>
2274
2275 <li data-name="LuCI.network.WifiNetwork#isClientDisconnectSupported"><a href="LuCI.network.WifiNetwork.html#isClientDisconnectSupported">isClientDisconnectSupported</a></li>
2276
2277 <li data-name="LuCI.network.WifiNetwork#isDisabled"><a href="LuCI.network.WifiNetwork.html#isDisabled">isDisabled</a></li>
2278
2279 <li data-name="LuCI.network.WifiNetwork#isUp"><a href="LuCI.network.WifiNetwork.html#isUp">isUp</a></li>
2280
2281 <li data-name="LuCI.network.WifiNetwork#set"><a href="LuCI.network.WifiNetwork.html#set">set</a></li>
2282
2283 </ul>
2284 <ul class="events itemMembers">
2285
2286 </ul>
2287 </li>
2288
2289 <li class="item" data-name="LuCI.poll">
2290 <span class="title">
2291 <a href="LuCI.poll.html">LuCI.poll</a>
2292
2293 </span>
2294 <ul class="members itemMembers">
2295
2296 </ul>
2297 <ul class="typedefs itemMembers">
2298
2299 </ul>
2300 <ul class="typedefs itemMembers">
2301
2302 </ul>
2303 <ul class="methods itemMembers">
2304
2305 <span class="subtitle">Methods</span>
2306
2307 <li data-name="LuCI.poll#active"><a href="LuCI.poll.html#active">active</a></li>
2308
2309 <li data-name="LuCI.poll#add"><a href="LuCI.poll.html#add">add</a></li>
2310
2311 <li data-name="LuCI.poll#remove"><a href="LuCI.poll.html#remove">remove</a></li>
2312
2313 <li data-name="LuCI.poll#start"><a href="LuCI.poll.html#start">start</a></li>
2314
2315 <li data-name="LuCI.poll#stop"><a href="LuCI.poll.html#stop">stop</a></li>
2316
2317 </ul>
2318 <ul class="events itemMembers">
2319
2320 </ul>
2321 </li>
2322
2323 <li class="item" data-name="LuCI.request">
2324 <span class="title">
2325 <a href="LuCI.request.html">LuCI.request</a>
2326
2327 </span>
2328 <ul class="members itemMembers">
2329
2330 </ul>
2331 <ul class="typedefs itemMembers">
2332
2333 <span class="subtitle">Typedefs</span>
2334
2335 <li data-name="LuCI.request.interceptorFn"><a href="LuCI.request.html#.interceptorFn">interceptorFn</a></li>
2336
2337 <li data-name="LuCI.request.RequestOptions"><a href="LuCI.request.html#.RequestOptions">RequestOptions</a></li>
2338
2339 </ul>
2340 <ul class="typedefs itemMembers">
2341
2342 </ul>
2343 <ul class="methods itemMembers">
2344
2345 <span class="subtitle">Methods</span>
2346
2347 <li data-name="LuCI.request#addInterceptor"><a href="LuCI.request.html#addInterceptor">addInterceptor</a></li>
2348
2349 <li data-name="LuCI.request#expandURL"><a href="LuCI.request.html#expandURL">expandURL</a></li>
2350
2351 <li data-name="LuCI.request#get"><a href="LuCI.request.html#get">get</a></li>
2352
2353 <li data-name="LuCI.request#post"><a href="LuCI.request.html#post">post</a></li>
2354
2355 <li data-name="LuCI.request#removeInterceptor"><a href="LuCI.request.html#removeInterceptor">removeInterceptor</a></li>
2356
2357 <li data-name="LuCI.request#request"><a href="LuCI.request.html#request">request</a></li>
2358
2359 </ul>
2360 <ul class="events itemMembers">
2361
2362 </ul>
2363 </li>
2364
2365 <li class="item" data-name="LuCI.request.poll">
2366 <span class="title">
2367 <a href="LuCI.request.poll.html">LuCI.request.poll</a>
2368
2369 </span>
2370 <ul class="members itemMembers">
2371
2372 </ul>
2373 <ul class="typedefs itemMembers">
2374
2375 <span class="subtitle">Typedefs</span>
2376
2377 <li data-name="LuCI.request.poll~callbackFn"><a href="LuCI.request.poll.html#~callbackFn">callbackFn</a></li>
2378
2379 </ul>
2380 <ul class="typedefs itemMembers">
2381
2382 </ul>
2383 <ul class="methods itemMembers">
2384
2385 <span class="subtitle">Methods</span>
2386
2387 <li data-name="LuCI.request.poll#active"><a href="LuCI.request.poll.html#active">active</a></li>
2388
2389 <li data-name="LuCI.request.poll#add"><a href="LuCI.request.poll.html#add">add</a></li>
2390
2391 <li data-name="LuCI.request.poll#remove"><a href="LuCI.request.poll.html#remove">remove</a></li>
2392
2393 <li data-name="LuCI.request.poll#start"><a href="LuCI.request.poll.html#start">start</a></li>
2394
2395 <li data-name="LuCI.request.poll#stop"><a href="LuCI.request.poll.html#stop">stop</a></li>
2396
2397 </ul>
2398 <ul class="events itemMembers">
2399
2400 </ul>
2401 </li>
2402
2403 <li class="item" data-name="LuCI.response">
2404 <span class="title">
2405 <a href="LuCI.response.html">LuCI.response</a>
2406
2407 </span>
2408 <ul class="members itemMembers">
2409
2410 <span class="subtitle">Members</span>
2411
2412 <li data-name="LuCI.response#duration"><a href="LuCI.response.html#duration">duration</a></li>
2413
2414 <li data-name="LuCI.response#headers"><a href="LuCI.response.html#headers">headers</a></li>
2415
2416 <li data-name="LuCI.response#ok"><a href="LuCI.response.html#ok">ok</a></li>
2417
2418 <li data-name="LuCI.response#status"><a href="LuCI.response.html#status">status</a></li>
2419
2420 <li data-name="LuCI.response#statusText"><a href="LuCI.response.html#statusText">statusText</a></li>
2421
2422 <li data-name="LuCI.response#url"><a href="LuCI.response.html#url">url</a></li>
2423
2424 </ul>
2425 <ul class="typedefs itemMembers">
2426
2427 </ul>
2428 <ul class="typedefs itemMembers">
2429
2430 </ul>
2431 <ul class="methods itemMembers">
2432
2433 <span class="subtitle">Methods</span>
2434
2435 <li data-name="LuCI.response#blob"><a href="LuCI.response.html#blob">blob</a></li>
2436
2437 <li data-name="LuCI.response#clone"><a href="LuCI.response.html#clone">clone</a></li>
2438
2439 <li data-name="LuCI.response#json"><a href="LuCI.response.html#json">json</a></li>
2440
2441 <li data-name="LuCI.response#text"><a href="LuCI.response.html#text">text</a></li>
2442
2443 </ul>
2444 <ul class="events itemMembers">
2445
2446 </ul>
2447 </li>
2448
2449 <li class="item" data-name="LuCI.rpc">
2450 <span class="title">
2451 <a href="LuCI.rpc.html">LuCI.rpc</a>
2452
2453 </span>
2454 <ul class="members itemMembers">
2455
2456 </ul>
2457 <ul class="typedefs itemMembers">
2458
2459 <span class="subtitle">Typedefs</span>
2460
2461 <li data-name="LuCI.rpc.DeclareOptions"><a href="LuCI.rpc.html#.DeclareOptions">DeclareOptions</a></li>
2462
2463 <li data-name="LuCI.rpc~filterFn"><a href="LuCI.rpc.html#~filterFn">filterFn</a></li>
2464
2465 <li data-name="LuCI.rpc~interceptorFn"><a href="LuCI.rpc.html#~interceptorFn">interceptorFn</a></li>
2466
2467 <li data-name="LuCI.rpc~invokeFn"><a href="LuCI.rpc.html#~invokeFn">invokeFn</a></li>
2468
2469 </ul>
2470 <ul class="typedefs itemMembers">
2471
2472 </ul>
2473 <ul class="methods itemMembers">
2474
2475 <span class="subtitle">Methods</span>
2476
2477 <li data-name="LuCI.rpc#addInterceptor"><a href="LuCI.rpc.html#addInterceptor">addInterceptor</a></li>
2478
2479 <li data-name="LuCI.rpc#declare"><a href="LuCI.rpc.html#declare">declare</a></li>
2480
2481 <li data-name="LuCI.rpc#getBaseURL"><a href="LuCI.rpc.html#getBaseURL">getBaseURL</a></li>
2482
2483 <li data-name="LuCI.rpc#getSessionID"><a href="LuCI.rpc.html#getSessionID">getSessionID</a></li>
2484
2485 <li data-name="LuCI.rpc#getStatusText"><a href="LuCI.rpc.html#getStatusText">getStatusText</a></li>
2486
2487 <li data-name="LuCI.rpc#list"><a href="LuCI.rpc.html#list">list</a></li>
2488
2489 <li data-name="LuCI.rpc#removeInterceptor"><a href="LuCI.rpc.html#removeInterceptor">removeInterceptor</a></li>
2490
2491 <li data-name="LuCI.rpc#setBaseURL"><a href="LuCI.rpc.html#setBaseURL">setBaseURL</a></li>
2492
2493 <li data-name="LuCI.rpc#setSessionID"><a href="LuCI.rpc.html#setSessionID">setSessionID</a></li>
2494
2495 </ul>
2496 <ul class="events itemMembers">
2497
2498 </ul>
2499 </li>
2500
2501 <li class="item" data-name="LuCI.session">
2502 <span class="title">
2503 <a href="LuCI.session.html">LuCI.session</a>
2504
2505 </span>
2506 <ul class="members itemMembers">
2507
2508 </ul>
2509 <ul class="typedefs itemMembers">
2510
2511 </ul>
2512 <ul class="typedefs itemMembers">
2513
2514 </ul>
2515 <ul class="methods itemMembers">
2516
2517 <span class="subtitle">Methods</span>
2518
2519 <li data-name="LuCI.session#getID"><a href="LuCI.session.html#getID">getID</a></li>
2520
2521 <li data-name="LuCI.session#getLocalData"><a href="LuCI.session.html#getLocalData">getLocalData</a></li>
2522
2523 <li data-name="LuCI.session#setLocalData"><a href="LuCI.session.html#setLocalData">setLocalData</a></li>
2524
2525 </ul>
2526 <ul class="events itemMembers">
2527
2528 </ul>
2529 </li>
2530
2531 <li class="item" data-name="LuCI.uci">
2532 <span class="title">
2533 <a href="LuCI.uci.html">LuCI.uci</a>
2534
2535 </span>
2536 <ul class="members itemMembers">
2537
2538 </ul>
2539 <ul class="typedefs itemMembers">
2540
2541 <span class="subtitle">Typedefs</span>
2542
2543 <li data-name="LuCI.uci.ChangeRecord"><a href="LuCI.uci.html#.ChangeRecord">ChangeRecord</a></li>
2544
2545 <li data-name="LuCI.uci.SectionObject"><a href="LuCI.uci.html#.SectionObject">SectionObject</a></li>
2546
2547 <li data-name="LuCI.uci~sectionsFn"><a href="LuCI.uci.html#~sectionsFn">sectionsFn</a></li>
2548
2549 </ul>
2550 <ul class="typedefs itemMembers">
2551
2552 </ul>
2553 <ul class="methods itemMembers">
2554
2555 <span class="subtitle">Methods</span>
2556
2557 <li data-name="LuCI.uci#add"><a href="LuCI.uci.html#add">add</a></li>
2558
2559 <li data-name="LuCI.uci#apply"><a href="LuCI.uci.html#apply">apply</a></li>
2560
2561 <li data-name="LuCI.uci#changes"><a href="LuCI.uci.html#changes">changes</a></li>
2562
2563 <li data-name="LuCI.uci#createSID"><a href="LuCI.uci.html#createSID">createSID</a></li>
2564
2565 <li data-name="LuCI.uci#get"><a href="LuCI.uci.html#get">get</a></li>
2566
2567 <li data-name="LuCI.uci#get_first"><a href="LuCI.uci.html#get_first">get_first</a></li>
2568
2569 <li data-name="LuCI.uci#load"><a href="LuCI.uci.html#load">load</a></li>
2570
2571 <li data-name="LuCI.uci#move"><a href="LuCI.uci.html#move">move</a></li>
2572
2573 <li data-name="LuCI.uci#remove"><a href="LuCI.uci.html#remove">remove</a></li>
2574
2575 <li data-name="LuCI.uci#resolveSID"><a href="LuCI.uci.html#resolveSID">resolveSID</a></li>
2576
2577 <li data-name="LuCI.uci#save"><a href="LuCI.uci.html#save">save</a></li>
2578
2579 <li data-name="LuCI.uci#sections"><a href="LuCI.uci.html#sections">sections</a></li>
2580
2581 <li data-name="LuCI.uci#set"><a href="LuCI.uci.html#set">set</a></li>
2582
2583 <li data-name="LuCI.uci#set_first"><a href="LuCI.uci.html#set_first">set_first</a></li>
2584
2585 <li data-name="LuCI.uci#unload"><a href="LuCI.uci.html#unload">unload</a></li>
2586
2587 <li data-name="LuCI.uci#unset"><a href="LuCI.uci.html#unset">unset</a></li>
2588
2589 <li data-name="LuCI.uci#unset_first"><a href="LuCI.uci.html#unset_first">unset_first</a></li>
2590
2591 </ul>
2592 <ul class="events itemMembers">
2593
2594 </ul>
2595 </li>
2596
2597 <li class="item" data-name="LuCI.ui">
2598 <span class="title">
2599 <a href="LuCI.ui.html">LuCI.ui</a>
2600
2601 </span>
2602 <ul class="members itemMembers">
2603
2604 </ul>
2605 <ul class="typedefs itemMembers">
2606
2607 <span class="subtitle">Typedefs</span>
2608
2609 <li data-name="LuCI.ui.FileUploadReply"><a href="LuCI.ui.html#.FileUploadReply">FileUploadReply</a></li>
2610
2611 </ul>
2612 <ul class="typedefs itemMembers">
2613
2614 </ul>
2615 <ul class="methods itemMembers">
2616
2617 <span class="subtitle">Methods</span>
2618
2619 <li data-name="LuCI.ui#addNotification"><a href="LuCI.ui.html#addNotification">addNotification</a></li>
2620
2621 <li data-name="LuCI.ui#addValidator"><a href="LuCI.ui.html#addValidator">addValidator</a></li>
2622
2623 <li data-name="LuCI.ui#awaitReconnect"><a href="LuCI.ui.html#awaitReconnect">awaitReconnect</a></li>
2624
2625 <li data-name="LuCI.ui#createHandlerFn"><a href="LuCI.ui.html#createHandlerFn">createHandlerFn</a></li>
2626
2627 <li data-name="LuCI.ui#hideIndicator"><a href="LuCI.ui.html#hideIndicator">hideIndicator</a></li>
2628
2629 <li data-name="LuCI.ui#hideModal"><a href="LuCI.ui.html#hideModal">hideModal</a></li>
2630
2631 <li data-name="LuCI.ui#instantiateView"><a href="LuCI.ui.html#instantiateView">instantiateView</a></li>
2632
2633 <li data-name="LuCI.ui#itemlist"><a href="LuCI.ui.html#itemlist">itemlist</a></li>
2634
2635 <li data-name="LuCI.ui#pingDevice"><a href="LuCI.ui.html#pingDevice">pingDevice</a></li>
2636
2637 <li data-name="LuCI.ui#showIndicator"><a href="LuCI.ui.html#showIndicator">showIndicator</a></li>
2638
2639 <li data-name="LuCI.ui#showModal"><a href="LuCI.ui.html#showModal">showModal</a></li>
2640
2641 <li data-name="LuCI.ui#uploadFile"><a href="LuCI.ui.html#uploadFile">uploadFile</a></li>
2642
2643 </ul>
2644 <ul class="events itemMembers">
2645
2646 </ul>
2647 </li>
2648
2649 <li class="item" data-name="LuCI.ui.AbstractElement">
2650 <span class="title">
2651 <a href="LuCI.ui.AbstractElement.html">LuCI.ui.AbstractElement</a>
2652
2653 </span>
2654 <ul class="members itemMembers">
2655
2656 </ul>
2657 <ul class="typedefs itemMembers">
2658
2659 <span class="subtitle">Typedefs</span>
2660
2661 <li data-name="LuCI.ui.AbstractElement.InitOptions"><a href="LuCI.ui.AbstractElement.html#.InitOptions">InitOptions</a></li>
2662
2663 </ul>
2664 <ul class="typedefs itemMembers">
2665
2666 </ul>
2667 <ul class="methods itemMembers">
2668
2669 <span class="subtitle">Methods</span>
2670
2671 <li data-name="LuCI.ui.AbstractElement#getValue"><a href="LuCI.ui.AbstractElement.html#getValue">getValue</a></li>
2672
2673 <li data-name="LuCI.ui.AbstractElement#isValid"><a href="LuCI.ui.AbstractElement.html#isValid">isValid</a></li>
2674
2675 <li data-name="LuCI.ui.AbstractElement#registerEvents"><a href="LuCI.ui.AbstractElement.html#registerEvents">registerEvents</a></li>
2676
2677 <li data-name="LuCI.ui.AbstractElement#render"><a href="LuCI.ui.AbstractElement.html#render">render</a></li>
2678
2679 <li data-name="LuCI.ui.AbstractElement#setChangeEvents"><a href="LuCI.ui.AbstractElement.html#setChangeEvents">setChangeEvents</a></li>
2680
2681 <li data-name="LuCI.ui.AbstractElement#setUpdateEvents"><a href="LuCI.ui.AbstractElement.html#setUpdateEvents">setUpdateEvents</a></li>
2682
2683 <li data-name="LuCI.ui.AbstractElement#setValue"><a href="LuCI.ui.AbstractElement.html#setValue">setValue</a></li>
2684
2685 <li data-name="LuCI.ui.AbstractElement#triggerValidation"><a href="LuCI.ui.AbstractElement.html#triggerValidation">triggerValidation</a></li>
2686
2687 </ul>
2688 <ul class="events itemMembers">
2689
2690 </ul>
2691 </li>
2692
2693 <li class="item" data-name="LuCI.ui.changes">
2694 <span class="title">
2695 <a href="LuCI.ui.changes.html">LuCI.ui.changes</a>
2696
2697 </span>
2698 <ul class="members itemMembers">
2699
2700 </ul>
2701 <ul class="typedefs itemMembers">
2702
2703 </ul>
2704 <ul class="typedefs itemMembers">
2705
2706 </ul>
2707 <ul class="methods itemMembers">
2708
2709 <span class="subtitle">Methods</span>
2710
2711 <li data-name="LuCI.ui.changes#apply"><a href="LuCI.ui.changes.html#apply">apply</a></li>
2712
2713 <li data-name="LuCI.ui.changes#displayChanges"><a href="LuCI.ui.changes.html#displayChanges">displayChanges</a></li>
2714
2715 <li data-name="LuCI.ui.changes#renderChangeIndicator"><a href="LuCI.ui.changes.html#renderChangeIndicator">renderChangeIndicator</a></li>
2716
2717 <li data-name="LuCI.ui.changes#revert"><a href="LuCI.ui.changes.html#revert">revert</a></li>
2718
2719 <li data-name="LuCI.ui.changes#setIndicator"><a href="LuCI.ui.changes.html#setIndicator">setIndicator</a></li>
2720
2721 </ul>
2722 <ul class="events itemMembers">
2723
2724 </ul>
2725 </li>
2726
2727 <li class="item" data-name="LuCI.ui.Checkbox">
2728 <span class="title">
2729 <a href="LuCI.ui.Checkbox.html">LuCI.ui.Checkbox</a>
2730
2731 </span>
2732 <ul class="members itemMembers">
2733
2734 </ul>
2735 <ul class="typedefs itemMembers">
2736
2737 <span class="subtitle">Typedefs</span>
2738
2739 <li data-name="LuCI.ui.Checkbox.InitOptions"><a href="LuCI.ui.Checkbox.html#.InitOptions">InitOptions</a></li>
2740
2741 </ul>
2742 <ul class="typedefs itemMembers">
2743
2744 </ul>
2745 <ul class="methods itemMembers">
2746
2747 <span class="subtitle">Methods</span>
2748
2749 <li data-name="LuCI.ui.Checkbox#getValue"><a href="LuCI.ui.Checkbox.html#getValue">getValue</a></li>
2750
2751 <li data-name="LuCI.ui.Checkbox#isChecked"><a href="LuCI.ui.Checkbox.html#isChecked">isChecked</a></li>
2752
2753 <li data-name="LuCI.ui.Checkbox#isValid"><a href="LuCI.ui.Checkbox.html#isValid">isValid</a></li>
2754
2755 <li data-name="LuCI.ui.Checkbox#registerEvents"><a href="LuCI.ui.Checkbox.html#registerEvents">registerEvents</a></li>
2756
2757 <li data-name="LuCI.ui.Checkbox#render"><a href="LuCI.ui.Checkbox.html#render">render</a></li>
2758
2759 <li data-name="LuCI.ui.Checkbox#setChangeEvents"><a href="LuCI.ui.Checkbox.html#setChangeEvents">setChangeEvents</a></li>
2760
2761 <li data-name="LuCI.ui.Checkbox#setUpdateEvents"><a href="LuCI.ui.Checkbox.html#setUpdateEvents">setUpdateEvents</a></li>
2762
2763 <li data-name="LuCI.ui.Checkbox#setValue"><a href="LuCI.ui.Checkbox.html#setValue">setValue</a></li>
2764
2765 <li data-name="LuCI.ui.Checkbox#triggerValidation"><a href="LuCI.ui.Checkbox.html#triggerValidation">triggerValidation</a></li>
2766
2767 </ul>
2768 <ul class="events itemMembers">
2769
2770 </ul>
2771 </li>
2772
2773 <li class="item" data-name="LuCI.ui.Combobox">
2774 <span class="title">
2775 <a href="LuCI.ui.Combobox.html">LuCI.ui.Combobox</a>
2776
2777 </span>
2778 <ul class="members itemMembers">
2779
2780 </ul>
2781 <ul class="typedefs itemMembers">
2782
2783 <span class="subtitle">Typedefs</span>
2784
2785 <li data-name="LuCI.ui.Combobox.InitOptions"><a href="LuCI.ui.Combobox.html#.InitOptions">InitOptions</a></li>
2786
2787 </ul>
2788 <ul class="typedefs itemMembers">
2789
2790 </ul>
2791 <ul class="methods itemMembers">
2792
2793 <span class="subtitle">Methods</span>
2794
2795 <li data-name="LuCI.ui.Combobox#addChoices"><a href="LuCI.ui.Combobox.html#addChoices">addChoices</a></li>
2796
2797 <li data-name="LuCI.ui.Combobox#clearChoices"><a href="LuCI.ui.Combobox.html#clearChoices">clearChoices</a></li>
2798
2799 <li data-name="LuCI.ui.Combobox#closeAllDropdowns"><a href="LuCI.ui.Combobox.html#closeAllDropdowns">closeAllDropdowns</a></li>
2800
2801 <li data-name="LuCI.ui.Combobox#isValid"><a href="LuCI.ui.Combobox.html#isValid">isValid</a></li>
2802
2803 <li data-name="LuCI.ui.Combobox#registerEvents"><a href="LuCI.ui.Combobox.html#registerEvents">registerEvents</a></li>
2804
2805 <li data-name="LuCI.ui.Combobox#setChangeEvents"><a href="LuCI.ui.Combobox.html#setChangeEvents">setChangeEvents</a></li>
2806
2807 <li data-name="LuCI.ui.Combobox#setUpdateEvents"><a href="LuCI.ui.Combobox.html#setUpdateEvents">setUpdateEvents</a></li>
2808
2809 <li data-name="LuCI.ui.Combobox#triggerValidation"><a href="LuCI.ui.Combobox.html#triggerValidation">triggerValidation</a></li>
2810
2811 </ul>
2812 <ul class="events itemMembers">
2813
2814 </ul>
2815 </li>
2816
2817 <li class="item" data-name="LuCI.ui.ComboButton">
2818 <span class="title">
2819 <a href="LuCI.ui.ComboButton.html">LuCI.ui.ComboButton</a>
2820
2821 </span>
2822 <ul class="members itemMembers">
2823
2824 </ul>
2825 <ul class="typedefs itemMembers">
2826
2827 <span class="subtitle">Typedefs</span>
2828
2829 <li data-name="LuCI.ui.ComboButton.InitOptions"><a href="LuCI.ui.ComboButton.html#.InitOptions">InitOptions</a></li>
2830
2831 </ul>
2832 <ul class="typedefs itemMembers">
2833
2834 </ul>
2835 <ul class="methods itemMembers">
2836
2837 <span class="subtitle">Methods</span>
2838
2839 <li data-name="LuCI.ui.ComboButton#addChoices"><a href="LuCI.ui.ComboButton.html#addChoices">addChoices</a></li>
2840
2841 <li data-name="LuCI.ui.ComboButton#clearChoices"><a href="LuCI.ui.ComboButton.html#clearChoices">clearChoices</a></li>
2842
2843 <li data-name="LuCI.ui.ComboButton#closeAllDropdowns"><a href="LuCI.ui.ComboButton.html#closeAllDropdowns">closeAllDropdowns</a></li>
2844
2845 <li data-name="LuCI.ui.ComboButton#isValid"><a href="LuCI.ui.ComboButton.html#isValid">isValid</a></li>
2846
2847 <li data-name="LuCI.ui.ComboButton#registerEvents"><a href="LuCI.ui.ComboButton.html#registerEvents">registerEvents</a></li>
2848
2849 <li data-name="LuCI.ui.ComboButton#setChangeEvents"><a href="LuCI.ui.ComboButton.html#setChangeEvents">setChangeEvents</a></li>
2850
2851 <li data-name="LuCI.ui.ComboButton#setUpdateEvents"><a href="LuCI.ui.ComboButton.html#setUpdateEvents">setUpdateEvents</a></li>
2852
2853 <li data-name="LuCI.ui.ComboButton#triggerValidation"><a href="LuCI.ui.ComboButton.html#triggerValidation">triggerValidation</a></li>
2854
2855 </ul>
2856 <ul class="events itemMembers">
2857
2858 </ul>
2859 </li>
2860
2861 <li class="item" data-name="LuCI.ui.Dropdown">
2862 <span class="title">
2863 <a href="LuCI.ui.Dropdown.html">LuCI.ui.Dropdown</a>
2864
2865 </span>
2866 <ul class="members itemMembers">
2867
2868 </ul>
2869 <ul class="typedefs itemMembers">
2870
2871 <span class="subtitle">Typedefs</span>
2872
2873 <li data-name="LuCI.ui.Dropdown.InitOptions"><a href="LuCI.ui.Dropdown.html#.InitOptions">InitOptions</a></li>
2874
2875 </ul>
2876 <ul class="typedefs itemMembers">
2877
2878 </ul>
2879 <ul class="methods itemMembers">
2880
2881 <span class="subtitle">Methods</span>
2882
2883 <li data-name="LuCI.ui.Dropdown#addChoices"><a href="LuCI.ui.Dropdown.html#addChoices">addChoices</a></li>
2884
2885 <li data-name="LuCI.ui.Dropdown#clearChoices"><a href="LuCI.ui.Dropdown.html#clearChoices">clearChoices</a></li>
2886
2887 <li data-name="LuCI.ui.Dropdown#closeAllDropdowns"><a href="LuCI.ui.Dropdown.html#closeAllDropdowns">closeAllDropdowns</a></li>
2888
2889 <li data-name="LuCI.ui.Dropdown#getValue"><a href="LuCI.ui.Dropdown.html#getValue">getValue</a></li>
2890
2891 <li data-name="LuCI.ui.Dropdown#isValid"><a href="LuCI.ui.Dropdown.html#isValid">isValid</a></li>
2892
2893 <li data-name="LuCI.ui.Dropdown#registerEvents"><a href="LuCI.ui.Dropdown.html#registerEvents">registerEvents</a></li>
2894
2895 <li data-name="LuCI.ui.Dropdown#render"><a href="LuCI.ui.Dropdown.html#render">render</a></li>
2896
2897 <li data-name="LuCI.ui.Dropdown#setChangeEvents"><a href="LuCI.ui.Dropdown.html#setChangeEvents">setChangeEvents</a></li>
2898
2899 <li data-name="LuCI.ui.Dropdown#setUpdateEvents"><a href="LuCI.ui.Dropdown.html#setUpdateEvents">setUpdateEvents</a></li>
2900
2901 <li data-name="LuCI.ui.Dropdown#setValue"><a href="LuCI.ui.Dropdown.html#setValue">setValue</a></li>
2902
2903 <li data-name="LuCI.ui.Dropdown#triggerValidation"><a href="LuCI.ui.Dropdown.html#triggerValidation">triggerValidation</a></li>
2904
2905 </ul>
2906 <ul class="events itemMembers">
2907
2908 </ul>
2909 </li>
2910
2911 <li class="item" data-name="LuCI.ui.DynamicList">
2912 <span class="title">
2913 <a href="LuCI.ui.DynamicList.html">LuCI.ui.DynamicList</a>
2914
2915 </span>
2916 <ul class="members itemMembers">
2917
2918 </ul>
2919 <ul class="typedefs itemMembers">
2920
2921 <span class="subtitle">Typedefs</span>
2922
2923 <li data-name="LuCI.ui.DynamicList.InitOptions"><a href="LuCI.ui.DynamicList.html#.InitOptions">InitOptions</a></li>
2924
2925 </ul>
2926 <ul class="typedefs itemMembers">
2927
2928 </ul>
2929 <ul class="methods itemMembers">
2930
2931 <span class="subtitle">Methods</span>
2932
2933 <li data-name="LuCI.ui.DynamicList#addChoices"><a href="LuCI.ui.DynamicList.html#addChoices">addChoices</a></li>
2934
2935 <li data-name="LuCI.ui.DynamicList#clearChoices"><a href="LuCI.ui.DynamicList.html#clearChoices">clearChoices</a></li>
2936
2937 <li data-name="LuCI.ui.DynamicList#getValue"><a href="LuCI.ui.DynamicList.html#getValue">getValue</a></li>
2938
2939 <li data-name="LuCI.ui.DynamicList#isValid"><a href="LuCI.ui.DynamicList.html#isValid">isValid</a></li>
2940
2941 <li data-name="LuCI.ui.DynamicList#registerEvents"><a href="LuCI.ui.DynamicList.html#registerEvents">registerEvents</a></li>
2942
2943 <li data-name="LuCI.ui.DynamicList#render"><a href="LuCI.ui.DynamicList.html#render">render</a></li>
2944
2945 <li data-name="LuCI.ui.DynamicList#setChangeEvents"><a href="LuCI.ui.DynamicList.html#setChangeEvents">setChangeEvents</a></li>
2946
2947 <li data-name="LuCI.ui.DynamicList#setUpdateEvents"><a href="LuCI.ui.DynamicList.html#setUpdateEvents">setUpdateEvents</a></li>
2948
2949 <li data-name="LuCI.ui.DynamicList#setValue"><a href="LuCI.ui.DynamicList.html#setValue">setValue</a></li>
2950
2951 <li data-name="LuCI.ui.DynamicList#triggerValidation"><a href="LuCI.ui.DynamicList.html#triggerValidation">triggerValidation</a></li>
2952
2953 </ul>
2954 <ul class="events itemMembers">
2955
2956 </ul>
2957 </li>
2958
2959 <li class="item" data-name="LuCI.ui.FileUpload">
2960 <span class="title">
2961 <a href="LuCI.ui.FileUpload.html">LuCI.ui.FileUpload</a>
2962
2963 </span>
2964 <ul class="members itemMembers">
2965
2966 </ul>
2967 <ul class="typedefs itemMembers">
2968
2969 <span class="subtitle">Typedefs</span>
2970
2971 <li data-name="LuCI.ui.FileUpload.InitOptions"><a href="LuCI.ui.FileUpload.html#.InitOptions">InitOptions</a></li>
2972
2973 </ul>
2974 <ul class="typedefs itemMembers">
2975
2976 </ul>
2977 <ul class="methods itemMembers">
2978
2979 <span class="subtitle">Methods</span>
2980
2981 <li data-name="LuCI.ui.FileUpload#getValue"><a href="LuCI.ui.FileUpload.html#getValue">getValue</a></li>
2982
2983 <li data-name="LuCI.ui.FileUpload#isValid"><a href="LuCI.ui.FileUpload.html#isValid">isValid</a></li>
2984
2985 <li data-name="LuCI.ui.FileUpload#registerEvents"><a href="LuCI.ui.FileUpload.html#registerEvents">registerEvents</a></li>
2986
2987 <li data-name="LuCI.ui.FileUpload#render"><a href="LuCI.ui.FileUpload.html#render">render</a></li>
2988
2989 <li data-name="LuCI.ui.FileUpload#setChangeEvents"><a href="LuCI.ui.FileUpload.html#setChangeEvents">setChangeEvents</a></li>
2990
2991 <li data-name="LuCI.ui.FileUpload#setUpdateEvents"><a href="LuCI.ui.FileUpload.html#setUpdateEvents">setUpdateEvents</a></li>
2992
2993 <li data-name="LuCI.ui.FileUpload#setValue"><a href="LuCI.ui.FileUpload.html#setValue">setValue</a></li>
2994
2995 <li data-name="LuCI.ui.FileUpload#triggerValidation"><a href="LuCI.ui.FileUpload.html#triggerValidation">triggerValidation</a></li>
2996
2997 </ul>
2998 <ul class="events itemMembers">
2999
3000 </ul>
3001 </li>
3002
3003 <li class="item" data-name="LuCI.ui.Hiddenfield">
3004 <span class="title">
3005 <a href="LuCI.ui.Hiddenfield.html">LuCI.ui.Hiddenfield</a>
3006
3007 </span>
3008 <ul class="members itemMembers">
3009
3010 </ul>
3011 <ul class="typedefs itemMembers">
3012
3013 </ul>
3014 <ul class="typedefs itemMembers">
3015
3016 </ul>
3017 <ul class="methods itemMembers">
3018
3019 <span class="subtitle">Methods</span>
3020
3021 <li data-name="LuCI.ui.Hiddenfield#getValue"><a href="LuCI.ui.Hiddenfield.html#getValue">getValue</a></li>
3022
3023 <li data-name="LuCI.ui.Hiddenfield#isValid"><a href="LuCI.ui.Hiddenfield.html#isValid">isValid</a></li>
3024
3025 <li data-name="LuCI.ui.Hiddenfield#registerEvents"><a href="LuCI.ui.Hiddenfield.html#registerEvents">registerEvents</a></li>
3026
3027 <li data-name="LuCI.ui.Hiddenfield#render"><a href="LuCI.ui.Hiddenfield.html#render">render</a></li>
3028
3029 <li data-name="LuCI.ui.Hiddenfield#setChangeEvents"><a href="LuCI.ui.Hiddenfield.html#setChangeEvents">setChangeEvents</a></li>
3030
3031 <li data-name="LuCI.ui.Hiddenfield#setUpdateEvents"><a href="LuCI.ui.Hiddenfield.html#setUpdateEvents">setUpdateEvents</a></li>
3032
3033 <li data-name="LuCI.ui.Hiddenfield#setValue"><a href="LuCI.ui.Hiddenfield.html#setValue">setValue</a></li>
3034
3035 <li data-name="LuCI.ui.Hiddenfield#triggerValidation"><a href="LuCI.ui.Hiddenfield.html#triggerValidation">triggerValidation</a></li>
3036
3037 </ul>
3038 <ul class="events itemMembers">
3039
3040 </ul>
3041 </li>
3042
3043 <li class="item" data-name="LuCI.ui.menu">
3044 <span class="title">
3045 <a href="LuCI.ui.menu.html">LuCI.ui.menu</a>
3046
3047 </span>
3048 <ul class="members itemMembers">
3049
3050 </ul>
3051 <ul class="typedefs itemMembers">
3052
3053 <span class="subtitle">Typedefs</span>
3054
3055 <li data-name="LuCI.ui.menu.MenuNode"><a href="LuCI.ui.menu.html#.MenuNode">MenuNode</a></li>
3056
3057 </ul>
3058 <ul class="typedefs itemMembers">
3059
3060 </ul>
3061 <ul class="methods itemMembers">
3062
3063 <span class="subtitle">Methods</span>
3064
3065 <li data-name="LuCI.ui.menu#getChildren"><a href="LuCI.ui.menu.html#getChildren">getChildren</a></li>
3066
3067 <li data-name="LuCI.ui.menu#load"><a href="LuCI.ui.menu.html#load">load</a></li>
3068
3069 </ul>
3070 <ul class="events itemMembers">
3071
3072 </ul>
3073 </li>
3074
3075 <li class="item" data-name="LuCI.ui.Select">
3076 <span class="title">
3077 <a href="LuCI.ui.Select.html">LuCI.ui.Select</a>
3078
3079 </span>
3080 <ul class="members itemMembers">
3081
3082 </ul>
3083 <ul class="typedefs itemMembers">
3084
3085 <span class="subtitle">Typedefs</span>
3086
3087 <li data-name="LuCI.ui.Select.InitOptions"><a href="LuCI.ui.Select.html#.InitOptions">InitOptions</a></li>
3088
3089 </ul>
3090 <ul class="typedefs itemMembers">
3091
3092 </ul>
3093 <ul class="methods itemMembers">
3094
3095 <span class="subtitle">Methods</span>
3096
3097 <li data-name="LuCI.ui.Select#getValue"><a href="LuCI.ui.Select.html#getValue">getValue</a></li>
3098
3099 <li data-name="LuCI.ui.Select#isValid"><a href="LuCI.ui.Select.html#isValid">isValid</a></li>
3100
3101 <li data-name="LuCI.ui.Select#registerEvents"><a href="LuCI.ui.Select.html#registerEvents">registerEvents</a></li>
3102
3103 <li data-name="LuCI.ui.Select#render"><a href="LuCI.ui.Select.html#render">render</a></li>
3104
3105 <li data-name="LuCI.ui.Select#setChangeEvents"><a href="LuCI.ui.Select.html#setChangeEvents">setChangeEvents</a></li>
3106
3107 <li data-name="LuCI.ui.Select#setUpdateEvents"><a href="LuCI.ui.Select.html#setUpdateEvents">setUpdateEvents</a></li>
3108
3109 <li data-name="LuCI.ui.Select#setValue"><a href="LuCI.ui.Select.html#setValue">setValue</a></li>
3110
3111 <li data-name="LuCI.ui.Select#triggerValidation"><a href="LuCI.ui.Select.html#triggerValidation">triggerValidation</a></li>
3112
3113 </ul>
3114 <ul class="events itemMembers">
3115
3116 </ul>
3117 </li>
3118
3119 <li class="item" data-name="LuCI.ui.tabs">
3120 <span class="title">
3121 <a href="LuCI.ui.tabs.html">LuCI.ui.tabs</a>
3122
3123 </span>
3124 <ul class="members itemMembers">
3125
3126 </ul>
3127 <ul class="typedefs itemMembers">
3128
3129 </ul>
3130 <ul class="typedefs itemMembers">
3131
3132 </ul>
3133 <ul class="methods itemMembers">
3134
3135 <span class="subtitle">Methods</span>
3136
3137 <li data-name="LuCI.ui.tabs#initTabGroup"><a href="LuCI.ui.tabs.html#initTabGroup">initTabGroup</a></li>
3138
3139 <li data-name="LuCI.ui.tabs#isEmptyPane"><a href="LuCI.ui.tabs.html#isEmptyPane">isEmptyPane</a></li>
3140
3141 </ul>
3142 <ul class="events itemMembers">
3143
3144 </ul>
3145 </li>
3146
3147 <li class="item" data-name="LuCI.ui.Textarea">
3148 <span class="title">
3149 <a href="LuCI.ui.Textarea.html">LuCI.ui.Textarea</a>
3150
3151 </span>
3152 <ul class="members itemMembers">
3153
3154 </ul>
3155 <ul class="typedefs itemMembers">
3156
3157 <span class="subtitle">Typedefs</span>
3158
3159 <li data-name="LuCI.ui.Textarea.InitOptions"><a href="LuCI.ui.Textarea.html#.InitOptions">InitOptions</a></li>
3160
3161 </ul>
3162 <ul class="typedefs itemMembers">
3163
3164 </ul>
3165 <ul class="methods itemMembers">
3166
3167 <span class="subtitle">Methods</span>
3168
3169 <li data-name="LuCI.ui.Textarea#getValue"><a href="LuCI.ui.Textarea.html#getValue">getValue</a></li>
3170
3171 <li data-name="LuCI.ui.Textarea#isValid"><a href="LuCI.ui.Textarea.html#isValid">isValid</a></li>
3172
3173 <li data-name="LuCI.ui.Textarea#registerEvents"><a href="LuCI.ui.Textarea.html#registerEvents">registerEvents</a></li>
3174
3175 <li data-name="LuCI.ui.Textarea#render"><a href="LuCI.ui.Textarea.html#render">render</a></li>
3176
3177 <li data-name="LuCI.ui.Textarea#setChangeEvents"><a href="LuCI.ui.Textarea.html#setChangeEvents">setChangeEvents</a></li>
3178
3179 <li data-name="LuCI.ui.Textarea#setUpdateEvents"><a href="LuCI.ui.Textarea.html#setUpdateEvents">setUpdateEvents</a></li>
3180
3181 <li data-name="LuCI.ui.Textarea#setValue"><a href="LuCI.ui.Textarea.html#setValue">setValue</a></li>
3182
3183 <li data-name="LuCI.ui.Textarea#triggerValidation"><a href="LuCI.ui.Textarea.html#triggerValidation">triggerValidation</a></li>
3184
3185 </ul>
3186 <ul class="events itemMembers">
3187
3188 </ul>
3189 </li>
3190
3191 <li class="item" data-name="LuCI.ui.Textfield">
3192 <span class="title">
3193 <a href="LuCI.ui.Textfield.html">LuCI.ui.Textfield</a>
3194
3195 </span>
3196 <ul class="members itemMembers">
3197
3198 </ul>
3199 <ul class="typedefs itemMembers">
3200
3201 <span class="subtitle">Typedefs</span>
3202
3203 <li data-name="LuCI.ui.Textfield.InitOptions"><a href="LuCI.ui.Textfield.html#.InitOptions">InitOptions</a></li>
3204
3205 </ul>
3206 <ul class="typedefs itemMembers">
3207
3208 </ul>
3209 <ul class="methods itemMembers">
3210
3211 <span class="subtitle">Methods</span>
3212
3213 <li data-name="LuCI.ui.Textfield#getValue"><a href="LuCI.ui.Textfield.html#getValue">getValue</a></li>
3214
3215 <li data-name="LuCI.ui.Textfield#isValid"><a href="LuCI.ui.Textfield.html#isValid">isValid</a></li>
3216
3217 <li data-name="LuCI.ui.Textfield#registerEvents"><a href="LuCI.ui.Textfield.html#registerEvents">registerEvents</a></li>
3218
3219 <li data-name="LuCI.ui.Textfield#render"><a href="LuCI.ui.Textfield.html#render">render</a></li>
3220
3221 <li data-name="LuCI.ui.Textfield#setChangeEvents"><a href="LuCI.ui.Textfield.html#setChangeEvents">setChangeEvents</a></li>
3222
3223 <li data-name="LuCI.ui.Textfield#setUpdateEvents"><a href="LuCI.ui.Textfield.html#setUpdateEvents">setUpdateEvents</a></li>
3224
3225 <li data-name="LuCI.ui.Textfield#setValue"><a href="LuCI.ui.Textfield.html#setValue">setValue</a></li>
3226
3227 <li data-name="LuCI.ui.Textfield#triggerValidation"><a href="LuCI.ui.Textfield.html#triggerValidation">triggerValidation</a></li>
3228
3229 </ul>
3230 <ul class="events itemMembers">
3231
3232 </ul>
3233 </li>
3234
3235 <li class="item" data-name="LuCI.view">
3236 <span class="title">
3237 <a href="LuCI.view.html">LuCI.view</a>
3238
3239 </span>
3240 <ul class="members itemMembers">
3241
3242 </ul>
3243 <ul class="typedefs itemMembers">
3244
3245 </ul>
3246 <ul class="typedefs itemMembers">
3247
3248 </ul>
3249 <ul class="methods itemMembers">
3250
3251 <span class="subtitle">Methods</span>
3252
3253 <li data-name="LuCI.view#addFooter"><a href="LuCI.view.html#addFooter">addFooter</a></li>
3254
3255 <li data-name="LuCI.view#handleReset"><a href="LuCI.view.html#handleReset">handleReset</a></li>
3256
3257 <li data-name="LuCI.view#handleSave"><a href="LuCI.view.html#handleSave">handleSave</a></li>
3258
3259 <li data-name="LuCI.view#handleSaveApply"><a href="LuCI.view.html#handleSaveApply">handleSaveApply</a></li>
3260
3261 <li data-name="LuCI.view#load"><a href="LuCI.view.html#load">load</a></li>
3262
3263 <li data-name="LuCI.view#render"><a href="LuCI.view.html#render">render</a></li>
3264
3265 </ul>
3266 <ul class="events itemMembers">
3267
3268 </ul>
3269 </li>
3270
3271 <li class="item" data-name="LuCI.xhr">
3272 <span class="title">
3273 <a href="LuCI.xhr.html">LuCI.xhr</a>
3274
3275 </span>
3276 <ul class="members itemMembers">
3277
3278 </ul>
3279 <ul class="typedefs itemMembers">
3280
3281 </ul>
3282 <ul class="typedefs itemMembers">
3283
3284 </ul>
3285 <ul class="methods itemMembers">
3286
3287 <span class="subtitle">Methods</span>
3288
3289 <li data-name="LuCI.xhr#abort"><a href="LuCI.xhr.html#abort">abort</a></li>
3290
3291 <li data-name="LuCI.xhr#busy"><a href="LuCI.xhr.html#busy">busy</a></li>
3292
3293 <li data-name="LuCI.xhr#cancel"><a href="LuCI.xhr.html#cancel">cancel</a></li>
3294
3295 <li data-name="LuCI.xhr#get"><a href="LuCI.xhr.html#get">get</a></li>
3296
3297 <li data-name="LuCI.xhr#post"><a href="LuCI.xhr.html#post">post</a></li>
3298
3299 <li data-name="LuCI.xhr#send_form"><a href="LuCI.xhr.html#send_form">send_form</a></li>
3300
3301 </ul>
3302 <ul class="events itemMembers">
3303
3304 </ul>
3305 </li>
3306
3307 </ul>
3308 </div>
3309 <div class="main">
3310 <h1 class="page-title" data-filename="LuCI.network.html">Class: network</h1>
3311
3312
3313
3314
3315 <section>
3316
3317 <header>
3318 <h2>
3319 <span class="ancestors"><a href="LuCI.html">LuCI</a>.</span>
3320
3321 network
3322 </h2>
3323
3324 <div class="class-description"><p>The <code>LuCI.network</code> class combines data from multiple <code>ubus</code> apis to
3325 provide an abstraction of the current network configuration state.</p>
3326 <p>It provides methods to enumerate interfaces and devices, to query
3327 current configuration details and to manipulate settings.</p></div>
3328
3329 </header>
3330
3331 <article>
3332 <div class="container-overview">
3333
3334
3335
3336
3337 <dt>
3338 <div class="nameContainer">
3339 <h4 class="name" id="network">
3340
3341 new LuCI.network<span class="signature">()</span>
3342 </h4>
3343
3344
3345 <div class="tag-source">
3346 <a href="network.js.html">network.js</a>, <a href="network.js.html#line638">line 638</a>
3347 </div>
3348
3349 </div>
3350
3351
3352 </dt>
3353 <dd>
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364 <dl class="details">
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386 </dl>
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400 </dd>
3401
3402
3403 </div>
3404
3405
3406
3407
3408
3409
3410
3411
3412 <h3 class="subsection-title">Classes</h3>
3413
3414 <dl>
3415 <dt><a href="LuCI.network.Device.html">Device</a></dt>
3416 <dd></dd>
3417
3418 <dt><a href="LuCI.network.Hosts.html">Hosts</a></dt>
3419 <dd></dd>
3420
3421 <dt><a href="LuCI.network.Protocol.html">Protocol</a></dt>
3422 <dd></dd>
3423
3424 <dt><a href="LuCI.network.WifiDevice.html">WifiDevice</a></dt>
3425 <dd></dd>
3426
3427 <dt><a href="LuCI.network.WifiNetwork.html">WifiNetwork</a></dt>
3428 <dd></dd>
3429 </dl>
3430
3431
3432
3433
3434
3435
3436
3437 <h3 class="subsection-title">Methods</h3>
3438
3439 <dl>
3440
3441 <dt>
3442 <div class="nameContainer">
3443 <h4 class="name" id="addNetwork">
3444
3445 addNetwork<span class="signature">(name, <span class="optional">options</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>)>}</span>
3446 </h4>
3447
3448
3449 <div class="tag-source">
3450 <a href="network.js.html">network.js</a>, <a href="network.js.html#line906">line 906</a>
3451 </div>
3452
3453 </div>
3454
3455
3456 </dt>
3457 <dd>
3458
3459
3460 <div class="description">
3461 <p>Adds a new network of the given name and update it with the given
3462 uci option values.</p>
3463 <p>If a network with the given name already exist but is empty, then
3464 this function will update its option, otherwise it will do nothing.</p>
3465 </div>
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475 <table class="params">
3476 <thead>
3477 <tr>
3478
3479 <th>Name</th>
3480
3481
3482 <th>Type</th>
3483
3484
3485
3486 <th class="last">Description</th>
3487 </tr>
3488 </thead>
3489
3490 <tbody>
3491
3492
3493 <tr>
3494
3495 <td class="name"><code>name</code></td>
3496
3497
3498 <td class="type">
3499
3500
3501 <span class="param-type">string</span>
3502
3503
3504
3505 </td>
3506
3507
3508
3509 <td class="description last">
3510
3511
3512
3513
3514
3515
3516 <p>The name of the network to add. Must be in the format <code>[a-zA-Z0-9_]+</code>.</p></td>
3517 </tr>
3518
3519
3520
3521 <tr>
3522
3523 <td class="name"><code>options</code></td>
3524
3525
3526 <td class="type">
3527
3528
3529 <span class="param-type">Object.&lt;string, (string|Array.&lt;string>)></span>
3530
3531
3532
3533 </td>
3534
3535
3536
3537 <td class="description last">
3538
3539
3540 <span class="optional">optional</span>
3541
3542
3543
3544
3545
3546 <p>An object of uci option values to set on the new network or to
3547 update in an existing, empty network.</p></td>
3548 </tr>
3549
3550
3551 </tbody>
3552 </table>
3553
3554
3555
3556 <dl class="details">
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578 </dl>
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590 <h5>Returns:</h5>
3591
3592
3593
3594 <table class="params">
3595 <thead>
3596 <tr>
3597
3598 <th>Type</th>
3599 <th class="last">Description</th>
3600 </tr>
3601 </thead>
3602 <tbody>
3603
3604 <tr>
3605
3606 <td class="type">
3607
3608 Promise.&lt;(null|<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>)>
3609
3610
3611 </td>
3612 <td class="description last">Returns a promise resolving to the <code>Protocol</code> subclass instance
3613 describing the added network or resolving to <code>null</code> if the name
3614 was invalid or if a non-empty network of the given name already
3615 existed.</td>
3616 </tr>
3617
3618 </tbody>
3619 </table>
3620
3621
3622
3623
3624 </dd>
3625
3626
3627
3628 <dt>
3629 <div class="nameContainer">
3630 <h4 class="name" id="addWifiNetwork">
3631
3632 addWifiNetwork<span class="signature">(options)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>)>}</span>
3633 </h4>
3634
3635
3636 <div class="tag-source">
3637 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1364">line 1364</a>
3638 </div>
3639
3640 </div>
3641
3642
3643 </dt>
3644 <dd>
3645
3646
3647 <div class="description">
3648 <p>Adds a new wireless network to the configuration and sets its options
3649 to the provided values.</p>
3650 </div>
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660 <table class="params">
3661 <thead>
3662 <tr>
3663
3664 <th>Name</th>
3665
3666
3667 <th>Type</th>
3668
3669
3670
3671 <th class="last">Description</th>
3672 </tr>
3673 </thead>
3674
3675 <tbody>
3676
3677
3678 <tr>
3679
3680 <td class="name"><code>options</code></td>
3681
3682
3683 <td class="type">
3684
3685
3686 <span class="param-type">Object.&lt;string, (string|Array.&lt;string>)></span>
3687
3688
3689
3690 </td>
3691
3692
3693
3694 <td class="description last">
3695
3696 <p>The options to set for the newly added wireless network. This object
3697 must at least contain a <code>device</code> property which is set to the radio
3698 name the new network belongs to.</p></td>
3699 </tr>
3700
3701
3702 </tbody>
3703 </table>
3704
3705
3706
3707 <dl class="details">
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729 </dl>
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741 <h5>Returns:</h5>
3742
3743
3744
3745 <table class="params">
3746 <thead>
3747 <tr>
3748
3749 <th>Type</th>
3750 <th class="last">Description</th>
3751 </tr>
3752 </thead>
3753 <tbody>
3754
3755 <tr>
3756
3757 <td class="type">
3758
3759 Promise.&lt;(null|<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>)>
3760
3761
3762 </td>
3763 <td class="description last">Returns a promise resolving to a <code>WifiNetwork</code> instance describing
3764 the newly added wireless network or <code>null</code> if the given options
3765 were invalid or if the associated radio device could not be found.</td>
3766 </tr>
3767
3768 </tbody>
3769 </table>
3770
3771
3772
3773
3774 </dd>
3775
3776
3777
3778 <dt>
3779 <div class="nameContainer">
3780 <h4 class="name" id="deleteNetwork">
3781
3782 deleteNetwork<span class="signature">(name)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;boolean>}</span>
3783 </h4>
3784
3785
3786 <div class="tag-source">
3787 <a href="network.js.html">network.js</a>, <a href="network.js.html#line984">line 984</a>
3788 </div>
3789
3790 </div>
3791
3792
3793 </dt>
3794 <dd>
3795
3796
3797 <div class="description">
3798 <p>Deletes the given network and its references from the network and
3799 firewall configuration.</p>
3800 </div>
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810 <table class="params">
3811 <thead>
3812 <tr>
3813
3814 <th>Name</th>
3815
3816
3817 <th>Type</th>
3818
3819
3820
3821 <th class="last">Description</th>
3822 </tr>
3823 </thead>
3824
3825 <tbody>
3826
3827
3828 <tr>
3829
3830 <td class="name"><code>name</code></td>
3831
3832
3833 <td class="type">
3834
3835
3836 <span class="param-type">string</span>
3837
3838
3839
3840 </td>
3841
3842
3843
3844 <td class="description last">
3845
3846 <p>The name of the network to delete.</p></td>
3847 </tr>
3848
3849
3850 </tbody>
3851 </table>
3852
3853
3854
3855 <dl class="details">
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877 </dl>
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889 <h5>Returns:</h5>
3890
3891
3892
3893 <table class="params">
3894 <thead>
3895 <tr>
3896
3897 <th>Type</th>
3898 <th class="last">Description</th>
3899 </tr>
3900 </thead>
3901 <tbody>
3902
3903 <tr>
3904
3905 <td class="type">
3906
3907 Promise.&lt;boolean>
3908
3909
3910 </td>
3911 <td class="description last">Returns a promise resolving to either <code>true</code> if the network and
3912 references to it were successfully deleted from the configuration or
3913 <code>false</code> if the given network could not be found.</td>
3914 </tr>
3915
3916 </tbody>
3917 </table>
3918
3919
3920
3921
3922 </dd>
3923
3924
3925
3926 <dt>
3927 <div class="nameContainer">
3928 <h4 class="name" id="deleteWifiNetwork">
3929
3930 deleteWifiNetwork<span class="signature">(netname)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;boolean>}</span>
3931 </h4>
3932
3933
3934 <div class="tag-source">
3935 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1402">line 1402</a>
3936 </div>
3937
3938 </div>
3939
3940
3941 </dt>
3942 <dd>
3943
3944
3945 <div class="description">
3946 <p>Deletes the given wireless network from the configuration.</p>
3947 </div>
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957 <table class="params">
3958 <thead>
3959 <tr>
3960
3961 <th>Name</th>
3962
3963
3964 <th>Type</th>
3965
3966
3967
3968 <th class="last">Description</th>
3969 </tr>
3970 </thead>
3971
3972 <tbody>
3973
3974
3975 <tr>
3976
3977 <td class="name"><code>netname</code></td>
3978
3979
3980 <td class="type">
3981
3982
3983 <span class="param-type">string</span>
3984
3985
3986
3987 </td>
3988
3989
3990
3991 <td class="description last">
3992
3993 <p>The name of the network to remove. This may be either a
3994 network ID in the form <code>radio#.network#</code> or a Linux network device
3995 name like <code>wlan0</code> which is resolved to the corresponding configuration
3996 section through <code>ubus</code> runtime information.</p></td>
3997 </tr>
3998
3999
4000 </tbody>
4001 </table>
4002
4003
4004
4005 <dl class="details">
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027 </dl>
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039 <h5>Returns:</h5>
4040
4041
4042
4043 <table class="params">
4044 <thead>
4045 <tr>
4046
4047 <th>Type</th>
4048 <th class="last">Description</th>
4049 </tr>
4050 </thead>
4051 <tbody>
4052
4053 <tr>
4054
4055 <td class="type">
4056
4057 Promise.&lt;boolean>
4058
4059
4060 </td>
4061 <td class="description last">Returns a promise resolving to <code>true</code> if the wireless network has been
4062 successfully deleted from the configuration or <code>false</code> if it could not
4063 be found.</td>
4064 </tr>
4065
4066 </tbody>
4067 </table>
4068
4069
4070
4071
4072 </dd>
4073
4074
4075
4076 <dt>
4077 <div class="nameContainer">
4078 <h4 class="name" id="flushCache">
4079
4080 flushCache<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Object>}</span>
4081 </h4>
4082
4083
4084 <div class="tag-source">
4085 <a href="network.js.html">network.js</a>, <a href="network.js.html#line750">line 750</a>
4086 </div>
4087
4088 </div>
4089
4090
4091 </dt>
4092 <dd>
4093
4094
4095 <div class="description">
4096 <p>Flushes the local network state cache and fetches updated information
4097 from the remote <code>ubus</code> apis.</p>
4098 </div>
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108 <dl class="details">
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130 </dl>
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142 <h5>Returns:</h5>
4143
4144
4145
4146 <table class="params">
4147 <thead>
4148 <tr>
4149
4150 <th>Type</th>
4151 <th class="last">Description</th>
4152 </tr>
4153 </thead>
4154 <tbody>
4155
4156 <tr>
4157
4158 <td class="type">
4159
4160 Promise.&lt;Object>
4161
4162
4163 </td>
4164 <td class="description last">Returns a promise resolving to the internal network state object.</td>
4165 </tr>
4166
4167 </tbody>
4168 </table>
4169
4170
4171
4172
4173 </dd>
4174
4175
4176
4177 <dt>
4178 <div class="nameContainer">
4179 <h4 class="name" id="formatWifiEncryption">
4180
4181 formatWifiEncryption<span class="signature">(encryption)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{null|string}</span>
4182 </h4>
4183
4184
4185 <div class="tag-source">
4186 <a href="network.js.html">network.js</a>, <a href="network.js.html#line741">line 741</a>
4187 </div>
4188
4189 </div>
4190
4191
4192 </dt>
4193 <dd>
4194
4195
4196 <div class="description">
4197 <p>Converts a given <a href="LuCI.network.html#.WifiEncryption"><code>encryption entry</code></a>
4198 into a human readable string such as <code>mixed WPA/WPA2 PSK (TKIP, CCMP)</code>
4199 or <code>WPA3 SAE (CCMP)</code>.</p>
4200 </div>
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210 <table class="params">
4211 <thead>
4212 <tr>
4213
4214 <th>Name</th>
4215
4216
4217 <th>Type</th>
4218
4219
4220
4221 <th class="last">Description</th>
4222 </tr>
4223 </thead>
4224
4225 <tbody>
4226
4227
4228 <tr>
4229
4230 <td class="name"><code>encryption</code></td>
4231
4232
4233 <td class="type">
4234
4235
4236 <span class="param-type"><a href="LuCI.network.html#.WifiEncryption">LuCI.network.WifiEncryption</a></span>
4237
4238
4239
4240 </td>
4241
4242
4243
4244 <td class="description last">
4245
4246 <p>The wireless encryption entry to convert.</p></td>
4247 </tr>
4248
4249
4250 </tbody>
4251 </table>
4252
4253
4254
4255 <dl class="details">
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277 </dl>
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289 <h5>Returns:</h5>
4290
4291
4292
4293 <table class="params">
4294 <thead>
4295 <tr>
4296
4297 <th>Type</th>
4298 <th class="last">Description</th>
4299 </tr>
4300 </thead>
4301 <tbody>
4302
4303 <tr>
4304
4305 <td class="type">
4306
4307 null
4308 |
4309
4310 string
4311
4312
4313 </td>
4314 <td class="description last">Returns the description string for the given encryption entry or
4315 <code>null</code> if the given entry was invalid.</td>
4316 </tr>
4317
4318 </tbody>
4319 </table>
4320
4321
4322
4323
4324 </dd>
4325
4326
4327
4328 <dt>
4329 <div class="nameContainer">
4330 <h4 class="name" id="getDevice">
4331
4332 getDevice<span class="signature">(name)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.Device.html">LuCI.network.Device</a>)>}</span>
4333 </h4>
4334
4335
4336 <div class="tag-source">
4337 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1115">line 1115</a>
4338 </div>
4339
4340 </div>
4341
4342
4343 </dt>
4344 <dd>
4345
4346
4347 <div class="description">
4348 <p>Get a <a href="LuCI.network.Device.html"><code>Device</code></a> instance describing the
4349 given network device.</p>
4350 </div>
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360 <table class="params">
4361 <thead>
4362 <tr>
4363
4364 <th>Name</th>
4365
4366
4367 <th>Type</th>
4368
4369
4370
4371 <th class="last">Description</th>
4372 </tr>
4373 </thead>
4374
4375 <tbody>
4376
4377
4378 <tr>
4379
4380 <td class="name"><code>name</code></td>
4381
4382
4383 <td class="type">
4384
4385
4386 <span class="param-type">string</span>
4387
4388
4389
4390 </td>
4391
4392
4393
4394 <td class="description last">
4395
4396 <p>The name of the network device to get, e.g. <code>eth0</code> or <code>br-lan</code>.</p></td>
4397 </tr>
4398
4399
4400 </tbody>
4401 </table>
4402
4403
4404
4405 <dl class="details">
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427 </dl>
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439 <h5>Returns:</h5>
4440
4441
4442
4443 <table class="params">
4444 <thead>
4445 <tr>
4446
4447 <th>Type</th>
4448 <th class="last">Description</th>
4449 </tr>
4450 </thead>
4451 <tbody>
4452
4453 <tr>
4454
4455 <td class="type">
4456
4457 Promise.&lt;(null|<a href="LuCI.network.Device.html">LuCI.network.Device</a>)>
4458
4459
4460 </td>
4461 <td class="description last">Returns a promise resolving to the <code>Device</code> instance describing
4462 the network device or <code>null</code> if the given device name could not
4463 be found.</td>
4464 </tr>
4465
4466 </tbody>
4467 </table>
4468
4469
4470
4471
4472 </dd>
4473
4474
4475
4476 <dt>
4477 <div class="nameContainer">
4478 <h4 class="name" id="getDevices">
4479
4480 getDevices<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.Device.html">LuCI.network.Device</a>>>}</span>
4481 </h4>
4482
4483
4484 <div class="tag-source">
4485 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1138">line 1138</a>
4486 </div>
4487
4488 </div>
4489
4490
4491 </dt>
4492 <dd>
4493
4494
4495 <div class="description">
4496 <p>Get a sorted list of all found network devices.</p>
4497 </div>
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507 <dl class="details">
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529 </dl>
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541 <h5>Returns:</h5>
4542
4543
4544
4545 <table class="params">
4546 <thead>
4547 <tr>
4548
4549 <th>Type</th>
4550 <th class="last">Description</th>
4551 </tr>
4552 </thead>
4553 <tbody>
4554
4555 <tr>
4556
4557 <td class="type">
4558
4559 Promise.&lt;Array.&lt;<a href="LuCI.network.Device.html">LuCI.network.Device</a>>>
4560
4561
4562 </td>
4563 <td class="description last">Returns a promise resolving to a sorted array of <code>Device</code> class
4564 instances describing the network devices found on the system.</td>
4565 </tr>
4566
4567 </tbody>
4568 </table>
4569
4570
4571
4572
4573 </dd>
4574
4575
4576
4577 <dt>
4578 <div class="nameContainer">
4579 <h4 class="name" id="getDSLModemType">
4580
4581 getDSLModemType<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|string)>}</span>
4582 </h4>
4583
4584
4585 <div class="tag-source">
4586 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1664">line 1664</a>
4587 </div>
4588
4589 </div>
4590
4591
4592 </dt>
4593 <dd>
4594
4595
4596 <div class="description">
4597 <p>Queries the internal DSL modem type from board information.</p>
4598 </div>
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608 <dl class="details">
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630 </dl>
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642 <h5>Returns:</h5>
4643
4644
4645
4646 <table class="params">
4647 <thead>
4648 <tr>
4649
4650 <th>Type</th>
4651 <th class="last">Description</th>
4652 </tr>
4653 </thead>
4654 <tbody>
4655
4656 <tr>
4657
4658 <td class="type">
4659
4660 Promise.&lt;(null|string)>
4661
4662
4663 </td>
4664 <td class="description last">Returns a promise resolving to the type of the internal modem
4665 (e.g. <code>vdsl</code>) or to <code>null</code> if no internal modem is present.</td>
4666 </tr>
4667
4668 </tbody>
4669 </table>
4670
4671
4672
4673
4674 </dd>
4675
4676
4677
4678 <dt>
4679 <div class="nameContainer">
4680 <h4 class="name" id="getHostHints">
4681
4682 getHostHints<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;<a href="LuCI.network.Hosts.html">LuCI.network.Hosts</a>>}</span>
4683 </h4>
4684
4685
4686 <div class="tag-source">
4687 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1681">line 1681</a>
4688 </div>
4689
4690 </div>
4691
4692
4693 </dt>
4694 <dd>
4695
4696
4697 <div class="description">
4698 <p>Queries aggregated information about known hosts.</p>
4699 <p>This function aggregates information from various sources such as
4700 DHCP lease databases, ARP and IPv6 neighbour entries, wireless
4701 association list etc. and returns a <a href="LuCI.network.Hosts.html"><code>Hosts</code></a>
4702 class instance describing the found hosts.</p>
4703 </div>
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713 <dl class="details">
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735 </dl>
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747 <h5>Returns:</h5>
4748
4749
4750
4751 <table class="params">
4752 <thead>
4753 <tr>
4754
4755 <th>Type</th>
4756 <th class="last">Description</th>
4757 </tr>
4758 </thead>
4759 <tbody>
4760
4761 <tr>
4762
4763 <td class="type">
4764
4765 Promise.&lt;<a href="LuCI.network.Hosts.html">LuCI.network.Hosts</a>>
4766
4767
4768 </td>
4769 <td class="description last">Returns a <code>Hosts</code> instance describing host known on the system.</td>
4770 </tr>
4771
4772 </tbody>
4773 </table>
4774
4775
4776
4777
4778 </dd>
4779
4780
4781
4782 <dt>
4783 <div class="nameContainer">
4784 <h4 class="name" id="getIfnameOf">
4785
4786 getIfnameOf<span class="signature">(obj)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{null|string}</span>
4787 </h4>
4788
4789
4790 <div class="tag-source">
4791 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1653">line 1653</a>
4792 </div>
4793
4794 </div>
4795
4796
4797 </dt>
4798 <dd>
4799
4800
4801 <div class="description">
4802 <p>Obtains the the network device name of the given object.</p>
4803 </div>
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813 <table class="params">
4814 <thead>
4815 <tr>
4816
4817 <th>Name</th>
4818
4819
4820 <th>Type</th>
4821
4822
4823
4824 <th class="last">Description</th>
4825 </tr>
4826 </thead>
4827
4828 <tbody>
4829
4830
4831 <tr>
4832
4833 <td class="name"><code>obj</code></td>
4834
4835
4836 <td class="type">
4837
4838
4839 <span class="param-type"><a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a></span>
4840 |
4841
4842 <span class="param-type"><a href="LuCI.network.Device.html">LuCI.network.Device</a></span>
4843 |
4844
4845 <span class="param-type"><a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a></span>
4846 |
4847
4848 <span class="param-type"><a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a></span>
4849 |
4850
4851 <span class="param-type">string</span>
4852
4853
4854
4855 </td>
4856
4857
4858
4859 <td class="description last">
4860
4861 <p>The object to get the device name from.</p></td>
4862 </tr>
4863
4864
4865 </tbody>
4866 </table>
4867
4868
4869
4870 <dl class="details">
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892 </dl>
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904 <h5>Returns:</h5>
4905
4906
4907
4908 <table class="params">
4909 <thead>
4910 <tr>
4911
4912 <th>Type</th>
4913 <th class="last">Description</th>
4914 </tr>
4915 </thead>
4916 <tbody>
4917
4918 <tr>
4919
4920 <td class="type">
4921
4922 null
4923 |
4924
4925 string
4926
4927
4928 </td>
4929 <td class="description last">Returns a string containing the device name or <code>null</code> if the given
4930 object could not be converted to a name.</td>
4931 </tr>
4932
4933 </tbody>
4934 </table>
4935
4936
4937
4938
4939 </dd>
4940
4941
4942
4943 <dt>
4944 <div class="nameContainer">
4945 <h4 class="name" id="getNetwork">
4946
4947 getNetwork<span class="signature">(name)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>)>}</span>
4948 </h4>
4949
4950
4951 <div class="tag-source">
4952 <a href="network.js.html">network.js</a>, <a href="network.js.html#line943">line 943</a>
4953 </div>
4954
4955 </div>
4956
4957
4958 </dt>
4959 <dd>
4960
4961
4962 <div class="description">
4963 <p>Get a <a href="LuCI.network.Protocol.html"><code>Protocol</code></a> instance describing
4964 the network with the given name.</p>
4965 </div>
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975 <table class="params">
4976 <thead>
4977 <tr>
4978
4979 <th>Name</th>
4980
4981
4982 <th>Type</th>
4983
4984
4985
4986 <th class="last">Description</th>
4987 </tr>
4988 </thead>
4989
4990 <tbody>
4991
4992
4993 <tr>
4994
4995 <td class="name"><code>name</code></td>
4996
4997
4998 <td class="type">
4999
5000
5001 <span class="param-type">string</span>
5002
5003
5004
5005 </td>
5006
5007
5008
5009 <td class="description last">
5010
5011 <p>The logical interface name of the network get, e.g. <code>lan</code> or <code>wan</code>.</p></td>
5012 </tr>
5013
5014
5015 </tbody>
5016 </table>
5017
5018
5019
5020 <dl class="details">
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042 </dl>
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054 <h5>Returns:</h5>
5055
5056
5057
5058 <table class="params">
5059 <thead>
5060 <tr>
5061
5062 <th>Type</th>
5063 <th class="last">Description</th>
5064 </tr>
5065 </thead>
5066 <tbody>
5067
5068 <tr>
5069
5070 <td class="type">
5071
5072 Promise.&lt;(null|<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>)>
5073
5074
5075 </td>
5076 <td class="description last">Returns a promise resolving to a
5077 <a href="LuCI.network.Protocol.html"><code>Protocol</code></a> subclass instance describing
5078 the network or <code>null</code> if the network did not exist.</td>
5079 </tr>
5080
5081 </tbody>
5082 </table>
5083
5084
5085
5086
5087 </dd>
5088
5089
5090
5091 <dt>
5092 <div class="nameContainer">
5093 <h4 class="name" id="getNetworks">
5094
5095 getNetworks<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>}</span>
5096 </h4>
5097
5098
5099 <div class="tag-source">
5100 <a href="network.js.html">network.js</a>, <a href="network.js.html#line968">line 968</a>
5101 </div>
5102
5103 </div>
5104
5105
5106 </dt>
5107 <dd>
5108
5109
5110 <div class="description">
5111 <p>Gets an array containing all known networks.</p>
5112 </div>
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122 <dl class="details">
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144 </dl>
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156 <h5>Returns:</h5>
5157
5158
5159
5160 <table class="params">
5161 <thead>
5162 <tr>
5163
5164 <th>Type</th>
5165 <th class="last">Description</th>
5166 </tr>
5167 </thead>
5168 <tbody>
5169
5170 <tr>
5171
5172 <td class="type">
5173
5174 Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>
5175
5176
5177 </td>
5178 <td class="description last">Returns a promise resolving to a name-sorted array of
5179 <a href="LuCI.network.Protocol.html"><code>Protocol</code></a> subclass instances
5180 describing all known networks.</td>
5181 </tr>
5182
5183 </tbody>
5184 </table>
5185
5186
5187
5188
5189 </dd>
5190
5191
5192
5193 <dt>
5194 <div class="nameContainer">
5195 <h4 class="name" id="getProtocol">
5196
5197 getProtocol<span class="signature">(protoname, <span class="optional">netname</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{null|<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>}</span>
5198 </h4>
5199
5200
5201 <div class="tag-source">
5202 <a href="network.js.html">network.js</a>, <a href="network.js.html#line772">line 772</a>
5203 </div>
5204
5205 </div>
5206
5207
5208 </dt>
5209 <dd>
5210
5211
5212 <div class="description">
5213 <p>Instantiates the given <a href="LuCI.network.Protocol.html"><code>Protocol</code></a> backend,
5214 optionally using the given network name.</p>
5215 </div>
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225 <table class="params">
5226 <thead>
5227 <tr>
5228
5229 <th>Name</th>
5230
5231
5232 <th>Type</th>
5233
5234
5235 <th>Default</th>
5236
5237
5238 <th class="last">Description</th>
5239 </tr>
5240 </thead>
5241
5242 <tbody>
5243
5244
5245 <tr>
5246
5247 <td class="name"><code>protoname</code></td>
5248
5249
5250 <td class="type">
5251
5252
5253 <span class="param-type">string</span>
5254
5255
5256
5257 </td>
5258
5259
5260 <td class="default">
5261
5262 </td>
5263
5264
5265 <td class="description last">
5266
5267
5268
5269
5270
5271
5272 <p>The protocol backend to use, e.g. <code>static</code> or <code>dhcp</code>.</p></td>
5273 </tr>
5274
5275
5276
5277 <tr>
5278
5279 <td class="name"><code>netname</code></td>
5280
5281
5282 <td class="type">
5283
5284
5285 <span class="param-type">string</span>
5286
5287
5288
5289 </td>
5290
5291
5292 <td class="default">
5293
5294 __dummy__
5295
5296 </td>
5297
5298
5299 <td class="description last">
5300
5301
5302 <span class="optional">optional</span>
5303
5304
5305
5306
5307
5308 <p>The network name to use for the instantiated protocol. This should be
5309 usually set to one of the interfaces described in /etc/config/network
5310 but it is allowed to omit it, e.g. to query protocol capabilities
5311 without the need for an existing interface.</p></td>
5312 </tr>
5313
5314
5315 </tbody>
5316 </table>
5317
5318
5319
5320 <dl class="details">
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342 </dl>
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354 <h5>Returns:</h5>
5355
5356
5357
5358 <table class="params">
5359 <thead>
5360 <tr>
5361
5362 <th>Type</th>
5363 <th class="last">Description</th>
5364 </tr>
5365 </thead>
5366 <tbody>
5367
5368 <tr>
5369
5370 <td class="type">
5371
5372 null
5373 |
5374
5375 <a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>
5376
5377
5378 </td>
5379 <td class="description last">Returns the instantiated protocol backend class or <code>null</code> if the given
5380 protocol isn't known.</td>
5381 </tr>
5382
5383 </tbody>
5384 </table>
5385
5386
5387
5388
5389 </dd>
5390
5391
5392
5393 <dt>
5394 <div class="nameContainer">
5395 <h4 class="name" id="getProtocols">
5396
5397 getProtocols<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>}</span>
5398 </h4>
5399
5400
5401 <div class="tag-source">
5402 <a href="network.js.html">network.js</a>, <a href="network.js.html#line787">line 787</a>
5403 </div>
5404
5405 </div>
5406
5407
5408 </dt>
5409 <dd>
5410
5411
5412 <div class="description">
5413 <p>Obtains instances of all known <a href="LuCI.network.Protocol.html"><code>Protocol</code></a>
5414 backend classes.</p>
5415 </div>
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425 <dl class="details">
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447 </dl>
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459 <h5>Returns:</h5>
5460
5461
5462
5463 <table class="params">
5464 <thead>
5465 <tr>
5466
5467 <th>Type</th>
5468 <th class="last">Description</th>
5469 </tr>
5470 </thead>
5471 <tbody>
5472
5473 <tr>
5474
5475 <td class="type">
5476
5477 Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>
5478
5479
5480 </td>
5481 <td class="description last">Returns an array of protocol class instances.</td>
5482 </tr>
5483
5484 </tbody>
5485 </table>
5486
5487
5488
5489
5490 </dd>
5491
5492
5493
5494 <dt>
5495 <div class="nameContainer">
5496 <h4 class="name" id="getSwitchTopologies">
5497
5498 getSwitchTopologies<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Object.&lt;string, <a href="LuCI.network.html#.SwitchTopology">LuCI.network.SwitchTopology</a>>>}</span>
5499 </h4>
5500
5501
5502 <div class="tag-source">
5503 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1558">line 1558</a>
5504 </div>
5505
5506 </div>
5507
5508
5509 </dt>
5510 <dd>
5511
5512
5513 <div class="description">
5514 <p>Returns the topologies of all swconfig switches found on the system.</p>
5515 </div>
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525 <dl class="details">
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547 </dl>
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559 <h5>Returns:</h5>
5560
5561
5562
5563 <table class="params">
5564 <thead>
5565 <tr>
5566
5567 <th>Type</th>
5568 <th class="last">Description</th>
5569 </tr>
5570 </thead>
5571 <tbody>
5572
5573 <tr>
5574
5575 <td class="type">
5576
5577 Promise.&lt;Object.&lt;string, <a href="LuCI.network.html#.SwitchTopology">LuCI.network.SwitchTopology</a>>>
5578
5579
5580 </td>
5581 <td class="description last">Returns a promise resolving to an object containing the topologies
5582 of each switch. The object keys correspond to the name of the switches
5583 such as <code>switch0</code>, the values are
5584 <a href="LuCI.network.html#.SwitchTopology"><code>SwitchTopology</code></a> objects describing
5585 the layout.</td>
5586 </tr>
5587
5588 </tbody>
5589 </table>
5590
5591
5592
5593
5594 </dd>
5595
5596
5597
5598 <dt>
5599 <div class="nameContainer">
5600 <h4 class="name" id="getWAN6Networks">
5601
5602 getWAN6Networks<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>}</span>
5603 </h4>
5604
5605
5606 <div class="tag-source">
5607 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1509">line 1509</a>
5608 </div>
5609
5610 </div>
5611
5612
5613 </dt>
5614 <dd>
5615
5616
5617 <div class="description">
5618 <p>Get IPv6 wan networks.</p>
5619 <p>This function looks up all networks having a default <code>::/0</code> route
5620 and returns them as array.</p>
5621 </div>
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631 <dl class="details">
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653 </dl>
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665 <h5>Returns:</h5>
5666
5667
5668
5669 <table class="params">
5670 <thead>
5671 <tr>
5672
5673 <th>Type</th>
5674 <th class="last">Description</th>
5675 </tr>
5676 </thead>
5677 <tbody>
5678
5679 <tr>
5680
5681 <td class="type">
5682
5683 Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>
5684
5685
5686 </td>
5687 <td class="description last">Returns a promise resolving to an array of <code>Protocol</code> subclass
5688 instances describing the found IPv6 default route interfaces.</td>
5689 </tr>
5690
5691 </tbody>
5692 </table>
5693
5694
5695
5696
5697 </dd>
5698
5699
5700
5701 <dt>
5702 <div class="nameContainer">
5703 <h4 class="name" id="getWANNetworks">
5704
5705 getWANNetworks<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>}</span>
5706 </h4>
5707
5708
5709 <div class="tag-source">
5710 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1484">line 1484</a>
5711 </div>
5712
5713 </div>
5714
5715
5716 </dt>
5717 <dd>
5718
5719
5720 <div class="description">
5721 <p>Get IPv4 wan networks.</p>
5722 <p>This function looks up all networks having a default <code>0.0.0.0/0</code> route
5723 and returns them as array.</p>
5724 </div>
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734 <dl class="details">
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756 </dl>
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768 <h5>Returns:</h5>
5769
5770
5771
5772 <table class="params">
5773 <thead>
5774 <tr>
5775
5776 <th>Type</th>
5777 <th class="last">Description</th>
5778 </tr>
5779 </thead>
5780 <tbody>
5781
5782 <tr>
5783
5784 <td class="type">
5785
5786 Promise.&lt;Array.&lt;<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>>>
5787
5788
5789 </td>
5790 <td class="description last">Returns a promise resolving to an array of <code>Protocol</code> subclass
5791 instances describing the found default route interfaces.</td>
5792 </tr>
5793
5794 </tbody>
5795 </table>
5796
5797
5798
5799
5800 </dd>
5801
5802
5803
5804 <dt>
5805 <div class="nameContainer">
5806 <h4 class="name" id="getWifiDevice">
5807
5808 getWifiDevice<span class="signature">(devname)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a>)>}</span>
5809 </h4>
5810
5811
5812 <div class="tag-source">
5813 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1271">line 1271</a>
5814 </div>
5815
5816 </div>
5817
5818
5819 </dt>
5820 <dd>
5821
5822
5823 <div class="description">
5824 <p>Get a <a href="LuCI.network.WifiDevice.html"><code>WifiDevice</code></a> instance describing
5825 the given wireless radio.</p>
5826 </div>
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836 <table class="params">
5837 <thead>
5838 <tr>
5839
5840 <th>Name</th>
5841
5842
5843 <th>Type</th>
5844
5845
5846
5847 <th class="last">Description</th>
5848 </tr>
5849 </thead>
5850
5851 <tbody>
5852
5853
5854 <tr>
5855
5856 <td class="name"><code>devname</code></td>
5857
5858
5859 <td class="type">
5860
5861
5862 <span class="param-type">string</span>
5863
5864
5865
5866 </td>
5867
5868
5869
5870 <td class="description last">
5871
5872 <p>The configuration name of the wireless radio to lookup, e.g. <code>radio0</code>
5873 for the first mac80211 phy on the system.</p></td>
5874 </tr>
5875
5876
5877 </tbody>
5878 </table>
5879
5880
5881
5882 <dl class="details">
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904 </dl>
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916 <h5>Returns:</h5>
5917
5918
5919
5920 <table class="params">
5921 <thead>
5922 <tr>
5923
5924 <th>Type</th>
5925 <th class="last">Description</th>
5926 </tr>
5927 </thead>
5928 <tbody>
5929
5930 <tr>
5931
5932 <td class="type">
5933
5934 Promise.&lt;(null|<a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a>)>
5935
5936
5937 </td>
5938 <td class="description last">Returns a promise resolving to the <code>WifiDevice</code> instance describing
5939 the underlying radio device or <code>null</code> if the wireless radio could not
5940 be found.</td>
5941 </tr>
5942
5943 </tbody>
5944 </table>
5945
5946
5947
5948
5949 </dd>
5950
5951
5952
5953 <dt>
5954 <div class="nameContainer">
5955 <h4 class="name" id="getWifiDevices">
5956
5957 getWifiDevices<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a>>>}</span>
5958 </h4>
5959
5960
5961 <div class="tag-source">
5962 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1291">line 1291</a>
5963 </div>
5964
5965 </div>
5966
5967
5968 </dt>
5969 <dd>
5970
5971
5972 <div class="description">
5973 <p>Obtain a list of all configured radio devices.</p>
5974 </div>
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984 <dl class="details">
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006 </dl>
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018 <h5>Returns:</h5>
6019
6020
6021
6022 <table class="params">
6023 <thead>
6024 <tr>
6025
6026 <th>Type</th>
6027 <th class="last">Description</th>
6028 </tr>
6029 </thead>
6030 <tbody>
6031
6032 <tr>
6033
6034 <td class="type">
6035
6036 Promise.&lt;Array.&lt;<a href="LuCI.network.WifiDevice.html">LuCI.network.WifiDevice</a>>>
6037
6038
6039 </td>
6040 <td class="description last">Returns a promise resolving to an array of <code>WifiDevice</code> instances
6041 describing the wireless radios configured in the system.
6042 The order of the array corresponds to the order of the radios in
6043 the configuration.</td>
6044 </tr>
6045
6046 </tbody>
6047 </table>
6048
6049
6050
6051
6052 </dd>
6053
6054
6055
6056 <dt>
6057 <div class="nameContainer">
6058 <h4 class="name" id="getWifiNetwork">
6059
6060 getWifiNetwork<span class="signature">(netname)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;(null|<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>)>}</span>
6061 </h4>
6062
6063
6064 <div class="tag-source">
6065 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1320">line 1320</a>
6066 </div>
6067
6068 </div>
6069
6070
6071 </dt>
6072 <dd>
6073
6074
6075 <div class="description">
6076 <p>Get a <a href="LuCI.network.WifiNetwork.html"><code>WifiNetwork</code></a> instance describing
6077 the given wireless network.</p>
6078 </div>
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088 <table class="params">
6089 <thead>
6090 <tr>
6091
6092 <th>Name</th>
6093
6094
6095 <th>Type</th>
6096
6097
6098
6099 <th class="last">Description</th>
6100 </tr>
6101 </thead>
6102
6103 <tbody>
6104
6105
6106 <tr>
6107
6108 <td class="name"><code>netname</code></td>
6109
6110
6111 <td class="type">
6112
6113
6114 <span class="param-type">string</span>
6115
6116
6117
6118 </td>
6119
6120
6121
6122 <td class="description last">
6123
6124 <p>The name of the wireless network to lookup. This may be either an uci
6125 configuration section ID, a network ID in the form <code>radio#.network#</code>
6126 or a Linux network device name like <code>wlan0</code> which is resolved to the
6127 corresponding configuration section through <code>ubus</code> runtime information.</p></td>
6128 </tr>
6129
6130
6131 </tbody>
6132 </table>
6133
6134
6135
6136 <dl class="details">
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158 </dl>
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170 <h5>Returns:</h5>
6171
6172
6173
6174 <table class="params">
6175 <thead>
6176 <tr>
6177
6178 <th>Type</th>
6179 <th class="last">Description</th>
6180 </tr>
6181 </thead>
6182 <tbody>
6183
6184 <tr>
6185
6186 <td class="type">
6187
6188 Promise.&lt;(null|<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>)>
6189
6190
6191 </td>
6192 <td class="description last">Returns a promise resolving to the <code>WifiNetwork</code> instance describing
6193 the wireless network or <code>null</code> if the corresponding network could not
6194 be found.</td>
6195 </tr>
6196
6197 </tbody>
6198 </table>
6199
6200
6201
6202
6203 </dd>
6204
6205
6206
6207 <dt>
6208 <div class="nameContainer">
6209 <h4 class="name" id="getWifiNetworks">
6210
6211 getWifiNetworks<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;Array.&lt;<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>>>}</span>
6212 </h4>
6213
6214
6215 <div class="tag-source">
6216 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1334">line 1334</a>
6217 </div>
6218
6219 </div>
6220
6221
6222 </dt>
6223 <dd>
6224
6225
6226 <div class="description">
6227 <p>Get an array of all <a href="LuCI.network.WifiNetwork.html"><code>WifiNetwork</code></a>
6228 instances describing the wireless networks present on the system.</p>
6229 </div>
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239 <dl class="details">
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261 </dl>
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273 <h5>Returns:</h5>
6274
6275
6276
6277 <table class="params">
6278 <thead>
6279 <tr>
6280
6281 <th>Type</th>
6282 <th class="last">Description</th>
6283 </tr>
6284 </thead>
6285 <tbody>
6286
6287 <tr>
6288
6289 <td class="type">
6290
6291 Promise.&lt;Array.&lt;<a href="LuCI.network.WifiNetwork.html">LuCI.network.WifiNetwork</a>>>
6292
6293
6294 </td>
6295 <td class="description last">Returns a promise resolving to an array of <code>WifiNetwork</code> instances
6296 describing the wireless networks. The array will be empty if no networks
6297 are found.</td>
6298 </tr>
6299
6300 </tbody>
6301 </table>
6302
6303
6304
6305
6306 </dd>
6307
6308
6309
6310 <dt>
6311 <div class="nameContainer">
6312 <h4 class="name" id="isIgnoredDevice">
6313
6314 isIgnoredDevice<span class="signature">(name)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{boolean}</span>
6315 </h4>
6316
6317
6318 <div class="tag-source">
6319 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1254">line 1254</a>
6320 </div>
6321
6322 </div>
6323
6324
6325 </dt>
6326 <dd>
6327
6328
6329 <div class="description">
6330 <p>Test if a given network device name is in the list of patterns for
6331 device names to ignore.</p>
6332 <p>Ignored device names are usually Linux network devices which are
6333 spawned implicitly by kernel modules such as <code>tunl0</code> or <code>hwsim0</code>
6334 and which are unsuitable for use in network configuration.</p>
6335 </div>
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345 <table class="params">
6346 <thead>
6347 <tr>
6348
6349 <th>Name</th>
6350
6351
6352 <th>Type</th>
6353
6354
6355
6356 <th class="last">Description</th>
6357 </tr>
6358 </thead>
6359
6360 <tbody>
6361
6362
6363 <tr>
6364
6365 <td class="name"><code>name</code></td>
6366
6367
6368 <td class="type">
6369
6370
6371 <span class="param-type">string</span>
6372
6373
6374
6375 </td>
6376
6377
6378
6379 <td class="description last">
6380
6381 <p>The device name to test.</p></td>
6382 </tr>
6383
6384
6385 </tbody>
6386 </table>
6387
6388
6389
6390 <dl class="details">
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412 </dl>
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424 <h5>Returns:</h5>
6425
6426
6427
6428 <table class="params">
6429 <thead>
6430 <tr>
6431
6432 <th>Type</th>
6433 <th class="last">Description</th>
6434 </tr>
6435 </thead>
6436 <tbody>
6437
6438 <tr>
6439
6440 <td class="type">
6441
6442 boolean
6443
6444
6445 </td>
6446 <td class="description last">Returns <code>true</code> if the given name is in the ignore pattern list,
6447 else returns <code>false</code>.</td>
6448 </tr>
6449
6450 </tbody>
6451 </table>
6452
6453
6454
6455
6456 </dd>
6457
6458
6459
6460 <dt>
6461 <div class="nameContainer">
6462 <h4 class="name" id="maskToPrefix">
6463
6464 maskToPrefix<span class="signature">(netmask, <span class="optional">v6</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{null|number}</span>
6465 </h4>
6466
6467
6468 <div class="tag-source">
6469 <a href="network.js.html">network.js</a>, <a href="network.js.html#line686">line 686</a>
6470 </div>
6471
6472 </div>
6473
6474
6475 </dt>
6476 <dd>
6477
6478
6479 <div class="description">
6480 <p>Converts the given netmask to a prefix size in bits.</p>
6481 </div>
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491 <table class="params">
6492 <thead>
6493 <tr>
6494
6495 <th>Name</th>
6496
6497
6498 <th>Type</th>
6499
6500
6501 <th>Default</th>
6502
6503
6504 <th class="last">Description</th>
6505 </tr>
6506 </thead>
6507
6508 <tbody>
6509
6510
6511 <tr>
6512
6513 <td class="name"><code>netmask</code></td>
6514
6515
6516 <td class="type">
6517
6518
6519 <span class="param-type">string</span>
6520
6521
6522
6523 </td>
6524
6525
6526 <td class="default">
6527
6528 </td>
6529
6530
6531 <td class="description last">
6532
6533
6534
6535
6536
6537
6538 <p>The netmask to convert into a bit count.</p></td>
6539 </tr>
6540
6541
6542
6543 <tr>
6544
6545 <td class="name"><code>v6</code></td>
6546
6547
6548 <td class="type">
6549
6550
6551 <span class="param-type">boolean</span>
6552
6553
6554
6555 </td>
6556
6557
6558 <td class="default">
6559
6560 false
6561
6562 </td>
6563
6564
6565 <td class="description last">
6566
6567
6568 <span class="optional">optional</span>
6569
6570
6571
6572
6573
6574 <p>Whether to parse the given netmask as IPv4 (<code>false</code>) or IPv6 (<code>true</code>)
6575 address.</p></td>
6576 </tr>
6577
6578
6579 </tbody>
6580 </table>
6581
6582
6583
6584 <dl class="details">
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606 </dl>
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618 <h5>Returns:</h5>
6619
6620
6621
6622 <table class="params">
6623 <thead>
6624 <tr>
6625
6626 <th>Type</th>
6627 <th class="last">Description</th>
6628 </tr>
6629 </thead>
6630 <tbody>
6631
6632 <tr>
6633
6634 <td class="type">
6635
6636 null
6637 |
6638
6639 number
6640
6641
6642 </td>
6643 <td class="description last">Returns the number of prefix bits contained in the netmask or <code>null</code>
6644 if the given netmask value was invalid.</td>
6645 </tr>
6646
6647 </tbody>
6648 </table>
6649
6650
6651
6652
6653 </dd>
6654
6655
6656
6657 <dt>
6658 <div class="nameContainer">
6659 <h4 class="name" id="prefixToMask">
6660
6661 prefixToMask<span class="signature">(bits, <span class="optional">v6</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{null|string}</span>
6662 </h4>
6663
6664
6665 <div class="tag-source">
6666 <a href="network.js.html">network.js</a>, <a href="network.js.html#line668">line 668</a>
6667 </div>
6668
6669 </div>
6670
6671
6672 </dt>
6673 <dd>
6674
6675
6676 <div class="description">
6677 <p>Converts the given prefix size in bits to a netmask.</p>
6678 </div>
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688 <table class="params">
6689 <thead>
6690 <tr>
6691
6692 <th>Name</th>
6693
6694
6695 <th>Type</th>
6696
6697
6698 <th>Default</th>
6699
6700
6701 <th class="last">Description</th>
6702 </tr>
6703 </thead>
6704
6705 <tbody>
6706
6707
6708 <tr>
6709
6710 <td class="name"><code>bits</code></td>
6711
6712
6713 <td class="type">
6714
6715
6716 <span class="param-type">number</span>
6717
6718
6719
6720 </td>
6721
6722
6723 <td class="default">
6724
6725 </td>
6726
6727
6728 <td class="description last">
6729
6730
6731
6732
6733
6734
6735 <p>The prefix size in bits.</p></td>
6736 </tr>
6737
6738
6739
6740 <tr>
6741
6742 <td class="name"><code>v6</code></td>
6743
6744
6745 <td class="type">
6746
6747
6748 <span class="param-type">boolean</span>
6749
6750
6751
6752 </td>
6753
6754
6755 <td class="default">
6756
6757 false
6758
6759 </td>
6760
6761
6762 <td class="description last">
6763
6764
6765 <span class="optional">optional</span>
6766
6767
6768
6769
6770
6771 <p>Whether to convert the bits value into an IPv4 netmask (<code>false</code>) or
6772 an IPv6 netmask (<code>true</code>).</p></td>
6773 </tr>
6774
6775
6776 </tbody>
6777 </table>
6778
6779
6780
6781 <dl class="details">
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803 </dl>
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815 <h5>Returns:</h5>
6816
6817
6818
6819 <table class="params">
6820 <thead>
6821 <tr>
6822
6823 <th>Type</th>
6824 <th class="last">Description</th>
6825 </tr>
6826 </thead>
6827 <tbody>
6828
6829 <tr>
6830
6831 <td class="type">
6832
6833 null
6834 |
6835
6836 string
6837
6838
6839 </td>
6840 <td class="description last">Returns a string containing the netmask corresponding to the bit count
6841 or <code>null</code> when the given amount of bits exceeds the maximum possible
6842 value of <code>32</code> for IPv4 or <code>128</code> for IPv6.</td>
6843 </tr>
6844
6845 </tbody>
6846 </table>
6847
6848
6849
6850
6851 </dd>
6852
6853
6854
6855 <dt>
6856 <div class="nameContainer">
6857 <h4 class="name" id="registerErrorCode">
6858
6859 registerErrorCode<span class="signature">(code, message)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{boolean}</span>
6860 </h4>
6861
6862
6863 <div class="tag-source">
6864 <a href="network.js.html">network.js</a>, <a href="network.js.html#line875">line 875</a>
6865 </div>
6866
6867 </div>
6868
6869
6870 </dt>
6871 <dd>
6872
6873
6874 <div class="description">
6875 <p>Registers a new human readable translation string for a <code>Protocol</code>
6876 error code.</p>
6877 </div>
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887 <table class="params">
6888 <thead>
6889 <tr>
6890
6891 <th>Name</th>
6892
6893
6894 <th>Type</th>
6895
6896
6897
6898 <th class="last">Description</th>
6899 </tr>
6900 </thead>
6901
6902 <tbody>
6903
6904
6905 <tr>
6906
6907 <td class="name"><code>code</code></td>
6908
6909
6910 <td class="type">
6911
6912
6913 <span class="param-type">string</span>
6914
6915
6916
6917 </td>
6918
6919
6920
6921 <td class="description last">
6922
6923 <p>The <code>ubus</code> protocol error code to register a translation for, e.g.
6924 <code>NO_DEVICE</code>.</p></td>
6925 </tr>
6926
6927
6928
6929 <tr>
6930
6931 <td class="name"><code>message</code></td>
6932
6933
6934 <td class="type">
6935
6936
6937 <span class="param-type">string</span>
6938
6939
6940
6941 </td>
6942
6943
6944
6945 <td class="description last">
6946
6947 <p>The message to use as translation for the given protocol error code.</p></td>
6948 </tr>
6949
6950
6951 </tbody>
6952 </table>
6953
6954
6955
6956 <dl class="details">
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978 </dl>
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990 <h5>Returns:</h5>
6991
6992
6993
6994 <table class="params">
6995 <thead>
6996 <tr>
6997
6998 <th>Type</th>
6999 <th class="last">Description</th>
7000 </tr>
7001 </thead>
7002 <tbody>
7003
7004 <tr>
7005
7006 <td class="type">
7007
7008 boolean
7009
7010
7011 </td>
7012 <td class="description last">Returns <code>true</code> if the error code description has been added or <code>false</code>
7013 if either the arguments were invalid or if there already was a
7014 description for the given code.</td>
7015 </tr>
7016
7017 </tbody>
7018 </table>
7019
7020
7021
7022
7023 </dd>
7024
7025
7026
7027 <dt>
7028 <div class="nameContainer">
7029 <h4 class="name" id="registerPatternVirtual">
7030
7031 registerPatternVirtual<span class="signature">(pat)</span>
7032 </h4>
7033
7034
7035 <div class="tag-source">
7036 <a href="network.js.html">network.js</a>, <a href="network.js.html#line855">line 855</a>
7037 </div>
7038
7039 </div>
7040
7041
7042 </dt>
7043 <dd>
7044
7045
7046 <div class="description">
7047 <p>Registers a new regular expression pattern to recognize
7048 virtual interfaces.</p>
7049 </div>
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059 <table class="params">
7060 <thead>
7061 <tr>
7062
7063 <th>Name</th>
7064
7065
7066 <th>Type</th>
7067
7068
7069
7070 <th class="last">Description</th>
7071 </tr>
7072 </thead>
7073
7074 <tbody>
7075
7076
7077 <tr>
7078
7079 <td class="name"><code>pat</code></td>
7080
7081
7082 <td class="type">
7083
7084
7085 <span class="param-type">RegExp</span>
7086
7087
7088
7089 </td>
7090
7091
7092
7093 <td class="description last">
7094
7095 <p>A <code>RegExp</code> instance to match a virtual interface name
7096 such as <code>6in4-wan</code> or <code>tun0</code>.</p></td>
7097 </tr>
7098
7099
7100 </tbody>
7101 </table>
7102
7103
7104
7105 <dl class="details">
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124
7125
7126
7127 </dl>
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141 </dd>
7142
7143
7144
7145 <dt>
7146 <div class="nameContainer">
7147 <h4 class="name" id="registerProtocol">
7148
7149 registerProtocol<span class="signature">(protoname, methods)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>}</span>
7150 </h4>
7151
7152
7153 <div class="tag-source">
7154 <a href="network.js.html">network.js</a>, <a href="network.js.html#line814">line 814</a>
7155 </div>
7156
7157 </div>
7158
7159
7160 </dt>
7161 <dd>
7162
7163
7164 <div class="description">
7165 <p>Registers a new <a href="LuCI.network.Protocol.html"><code>Protocol</code></a> subclass
7166 with the given methods and returns the resulting subclass value.</p>
7167 <p>This functions internally calls
7168 <code>Class.extend()</code> on the <code>Network.Protocol</code>
7169 base class.</p>
7170 </div>
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180 <table class="params">
7181 <thead>
7182 <tr>
7183
7184 <th>Name</th>
7185
7186
7187 <th>Type</th>
7188
7189
7190
7191 <th class="last">Description</th>
7192 </tr>
7193 </thead>
7194
7195 <tbody>
7196
7197
7198 <tr>
7199
7200 <td class="name"><code>protoname</code></td>
7201
7202
7203 <td class="type">
7204
7205
7206 <span class="param-type">string</span>
7207
7208
7209
7210 </td>
7211
7212
7213
7214 <td class="description last">
7215
7216 <p>The name of the new protocol to register.</p></td>
7217 </tr>
7218
7219
7220
7221 <tr>
7222
7223 <td class="name"><code>methods</code></td>
7224
7225
7226 <td class="type">
7227
7228
7229 <span class="param-type">Object.&lt;string, *></span>
7230
7231
7232
7233 </td>
7234
7235
7236
7237 <td class="description last">
7238
7239 <p>The member methods and values of the new <code>Protocol</code> subclass to
7240 be passed to <code>Class.extend()</code>.</p></td>
7241 </tr>
7242
7243
7244 </tbody>
7245 </table>
7246
7247
7248
7249 <dl class="details">
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271 </dl>
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
7283 <h5>Returns:</h5>
7284
7285
7286
7287 <table class="params">
7288 <thead>
7289 <tr>
7290
7291 <th>Type</th>
7292 <th class="last">Description</th>
7293 </tr>
7294 </thead>
7295 <tbody>
7296
7297 <tr>
7298
7299 <td class="type">
7300
7301 <a href="LuCI.network.Protocol.html">LuCI.network.Protocol</a>
7302
7303
7304 </td>
7305 <td class="description last">Returns the new <code>Protocol</code> subclass.</td>
7306 </tr>
7307
7308 </tbody>
7309 </table>
7310
7311
7312
7313
7314 </dd>
7315
7316
7317
7318 <dt>
7319 <div class="nameContainer">
7320 <h4 class="name" id="renameNetwork">
7321
7322 renameNetwork<span class="signature">(oldName, newName)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Promise.&lt;boolean>}</span>
7323 </h4>
7324
7325
7326 <div class="tag-source">
7327 <a href="network.js.html">network.js</a>, <a href="network.js.html#line1054">line 1054</a>
7328 </div>
7329
7330 </div>
7331
7332
7333 </dt>
7334 <dd>
7335
7336
7337 <div class="description">
7338 <p>Rename the given network and its references to a new name.</p>
7339 </div>
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349 <table class="params">
7350 <thead>
7351 <tr>
7352
7353 <th>Name</th>
7354
7355
7356 <th>Type</th>
7357
7358
7359
7360 <th class="last">Description</th>
7361 </tr>
7362 </thead>
7363
7364 <tbody>
7365
7366
7367 <tr>
7368
7369 <td class="name"><code>oldName</code></td>
7370
7371
7372 <td class="type">
7373
7374
7375 <span class="param-type">string</span>
7376
7377
7378
7379 </td>
7380
7381
7382
7383 <td class="description last">
7384
7385 <p>The current name of the network.</p></td>
7386 </tr>
7387
7388
7389
7390 <tr>
7391
7392 <td class="name"><code>newName</code></td>
7393
7394
7395 <td class="type">
7396
7397
7398 <span class="param-type">string</span>
7399
7400
7401
7402 </td>
7403
7404
7405
7406 <td class="description last">
7407
7408 <p>The name to rename the network to, must be in the format
7409 <code>[a-z-A-Z0-9_]+</code>.</p></td>
7410 </tr>
7411
7412
7413 </tbody>
7414 </table>
7415
7416
7417
7418 <dl class="details">
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440 </dl>
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452 <h5>Returns:</h5>
7453
7454
7455
7456 <table class="params">
7457 <thead>
7458 <tr>
7459
7460 <th>Type</th>
7461 <th class="last">Description</th>
7462 </tr>
7463 </thead>
7464 <tbody>
7465
7466 <tr>
7467
7468 <td class="type">
7469
7470 Promise.&lt;boolean>
7471
7472
7473 </td>
7474 <td class="description last">Returns a promise resolving to either <code>true</code> if the network was
7475 successfully renamed or <code>false</code> if the new name was invalid, if
7476 a network with the new name already exists or if the network to
7477 rename could not be found.</td>
7478 </tr>
7479
7480 </tbody>
7481 </table>
7482
7483
7484
7485
7486 </dd>
7487
7488 </dl>
7489
7490
7491
7492 <h3 class="subsection-title">Type Definitions</h3>
7493
7494 <dl>
7495
7496 <dt>
7497 <div class="nameContainer">
7498 <h4 class="name" id=".SwitchTopology">LuCI.network.SwitchTopology<span class="type-signature type object.<string, (object|array)>">Object.&lt;string, (Object|Array)></span> </h4>
7499 </div>
7500
7501
7502 </dt>
7503 <dd>
7504
7505 <div class="description">
7506 <p>Describes an swconfig switch topology by specifying the CPU
7507 connections and external port labels of a switch.</p>
7508 </div>
7509
7510
7511
7512 <dl class="details">
7513
7514
7515 <h5 class="subsection-title">Properties:</h5>
7516
7517 <dl>
7518
7519 <table class="props">
7520 <thead>
7521 <tr>
7522
7523 <th>Name</th>
7524
7525
7526 <th>Type</th>
7527
7528
7529
7530
7531
7532 <th class="last">Description</th>
7533 </tr>
7534 </thead>
7535
7536 <tbody>
7537
7538
7539 <tr>
7540
7541 <td class="name"><code>netdevs</code></td>
7542
7543
7544 <td class="type">
7545
7546
7547 <span class="param-type">Object.&lt;number, string></span>
7548
7549
7550
7551 </td>
7552
7553
7554
7555
7556
7557 <td class="description last"><p>The <code>netdevs</code> property points to an object describing the CPU port
7558 connections of the switch. The numeric key of the enclosed object is
7559 the port number, the value contains the Linux network device name the
7560 port is hardwired to.</p></td>
7561 </tr>
7562
7563
7564
7565 <tr>
7566
7567 <td class="name"><code>ports</code></td>
7568
7569
7570 <td class="type">
7571
7572
7573 <span class="param-type">Array.&lt;Object.&lt;string, (boolean|number|string)>></span>
7574
7575
7576
7577 </td>
7578
7579
7580
7581
7582
7583 <td class="description last"><p>The <code>ports</code> property points to an array describing the populated
7584 ports of the switch in the external label order. Each array item is
7585 an object containg the following keys:</p>
7586 <ul>
7587 <li><code>num</code> - the internal switch port number</li>
7588 <li><code>label</code> - the label of the port, e.g. <code>LAN 1</code> or <code>CPU (eth0)</code></li>
7589 <li><code>device</code> - the connected Linux network device name (CPU ports only)</li>
7590 <li><code>tagged</code> - a boolean indicating whether the port must be tagged to
7591 function (CPU ports only)</li>
7592 </ul></td>
7593 </tr>
7594
7595
7596 </tbody>
7597 </table></dl>
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620 </dl>
7621
7622
7623
7624 </dd>
7625
7626
7627
7628 <dt>
7629 <div class="nameContainer">
7630 <h4 class="name" id=".WifiEncryption">LuCI.network.WifiEncryption<span class="type-signature type object.<string, (boolean|array.<(number|string)>)>">Object.&lt;string, (boolean|Array.&lt;(number|string)>)></span> </h4>
7631 </div>
7632
7633
7634 </dt>
7635 <dd>
7636
7637 <div class="description">
7638 <p>An encryption entry describes active wireless encryption settings
7639 such as the used key management protocols, active ciphers and
7640 protocol versions.</p>
7641 </div>
7642
7643
7644
7645 <dl class="details">
7646
7647
7648 <h5 class="subsection-title">Properties:</h5>
7649
7650 <dl>
7651
7652 <table class="props">
7653 <thead>
7654 <tr>
7655
7656 <th>Name</th>
7657
7658
7659 <th>Type</th>
7660
7661
7662 <th>Argument</th>
7663
7664
7665
7666
7667 <th class="last">Description</th>
7668 </tr>
7669 </thead>
7670
7671 <tbody>
7672
7673
7674 <tr>
7675
7676 <td class="name"><code>enabled</code></td>
7677
7678
7679 <td class="type">
7680
7681
7682 <span class="param-type">boolean</span>
7683
7684
7685
7686 </td>
7687
7688
7689 <td class="attributes">
7690
7691
7692
7693 </td>
7694
7695
7696
7697
7698 <td class="description last"><p>Specifies whether any kind of encryption, such as <code>WEP</code> or <code>WPA</code> is
7699 enabled. If set to <code>false</code>, then no encryption is active and the
7700 corresponding network is open.</p></td>
7701 </tr>
7702
7703
7704
7705 <tr>
7706
7707 <td class="name"><code>wep</code></td>
7708
7709
7710 <td class="type">
7711
7712
7713 <span class="param-type">Array.&lt;string></span>
7714
7715
7716
7717 </td>
7718
7719
7720 <td class="attributes">
7721
7722 &lt;optional><br>
7723
7724
7725
7726 </td>
7727
7728
7729
7730
7731 <td class="description last"><p>When the <code>wep</code> property exists, the network uses WEP encryption.
7732 In this case, the property is set to an array of active WEP modes
7733 which might be either <code>open</code>, <code>shared</code> or both.</p></td>
7734 </tr>
7735
7736
7737
7738 <tr>
7739
7740 <td class="name"><code>wpa</code></td>
7741
7742
7743 <td class="type">
7744
7745
7746 <span class="param-type">Array.&lt;number></span>
7747
7748
7749
7750 </td>
7751
7752
7753 <td class="attributes">
7754
7755 &lt;optional><br>
7756
7757
7758
7759 </td>
7760
7761
7762
7763
7764 <td class="description last"><p>When the <code>wpa</code> property exists, the network uses WPA security.
7765 In this case, the property is set to an array containing the WPA
7766 protocol versions used, e.g. <code>[ 1, 2 ]</code> for WPA/WPA2 mixed mode or
7767 <code>[ 3 ]</code> for WPA3-SAE.</p></td>
7768 </tr>
7769
7770
7771
7772 <tr>
7773
7774 <td class="name"><code>authentication</code></td>
7775
7776
7777 <td class="type">
7778
7779
7780 <span class="param-type">Array.&lt;string></span>
7781
7782
7783
7784 </td>
7785
7786
7787 <td class="attributes">
7788
7789 &lt;optional><br>
7790
7791
7792
7793 </td>
7794
7795
7796
7797
7798 <td class="description last"><p>The <code>authentication</code> property only applies to WPA encryption and
7799 is defined when the <code>wpa</code> property is set as well. It points to
7800 an array of active authentication suites used by the network, e.g.
7801 <code>[ &quot;psk&quot; ]</code> for a WPA(2)-PSK network or <code>[ &quot;psk&quot;, &quot;sae&quot; ]</code> for
7802 mixed WPA2-PSK/WPA3-SAE encryption.</p></td>
7803 </tr>
7804
7805
7806
7807 <tr>
7808
7809 <td class="name"><code>ciphers</code></td>
7810
7811
7812 <td class="type">
7813
7814
7815 <span class="param-type">Array.&lt;string></span>
7816
7817
7818
7819 </td>
7820
7821
7822 <td class="attributes">
7823
7824 &lt;optional><br>
7825
7826
7827
7828 </td>
7829
7830
7831
7832
7833 <td class="description last"><p>If either WEP or WPA encryption is active, then the <code>ciphers</code>
7834 property will be set to an array describing the active encryption
7835 ciphers used by the network, e.g. <code>[ &quot;tkip&quot;, &quot;ccmp&quot; ]</code> for a
7836 WPA/WPA2-PSK mixed network or <code>[ &quot;wep-40&quot;, &quot;wep-104&quot; ]</code> for an
7837 WEP network.</p></td>
7838 </tr>
7839
7840
7841 </tbody>
7842 </table></dl>
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865 </dl>
7866
7867
7868
7869 </dd>
7870
7871
7872
7873 <dt>
7874 <div class="nameContainer">
7875 <h4 class="name" id=".WifiPeerEntry">LuCI.network.WifiPeerEntry<span class="type-signature type object.<string, (boolean|number|string|luci.network.wifirateentry)>">Object.&lt;string, (boolean|number|string|<a href="LuCI.network.html#.WifiRateEntry">LuCI.network.WifiRateEntry</a>)></span> </h4>
7876 </div>
7877
7878
7879 </dt>
7880 <dd>
7881
7882 <div class="description">
7883 <p>A wireless peer entry describes the properties of a remote wireless
7884 peer associated with a local network.</p>
7885 </div>
7886
7887
7888
7889 <dl class="details">
7890
7891
7892 <h5 class="subsection-title">Properties:</h5>
7893
7894 <dl>
7895
7896 <table class="props">
7897 <thead>
7898 <tr>
7899
7900 <th>Name</th>
7901
7902
7903 <th>Type</th>
7904
7905
7906 <th>Argument</th>
7907
7908
7909
7910
7911 <th class="last">Description</th>
7912 </tr>
7913 </thead>
7914
7915 <tbody>
7916
7917
7918 <tr>
7919
7920 <td class="name"><code>mac</code></td>
7921
7922
7923 <td class="type">
7924
7925
7926 <span class="param-type">string</span>
7927
7928
7929
7930 </td>
7931
7932
7933 <td class="attributes">
7934
7935
7936
7937 </td>
7938
7939
7940
7941
7942 <td class="description last"><p>The MAC address (BSSID).</p></td>
7943 </tr>
7944
7945
7946
7947 <tr>
7948
7949 <td class="name"><code>signal</code></td>
7950
7951
7952 <td class="type">
7953
7954
7955 <span class="param-type">number</span>
7956
7957
7958
7959 </td>
7960
7961
7962 <td class="attributes">
7963
7964
7965
7966 </td>
7967
7968
7969
7970
7971 <td class="description last"><p>The received signal strength.</p></td>
7972 </tr>
7973
7974
7975
7976 <tr>
7977
7978 <td class="name"><code>signal_avg</code></td>
7979
7980
7981 <td class="type">
7982
7983
7984 <span class="param-type">number</span>
7985
7986
7987
7988 </td>
7989
7990
7991 <td class="attributes">
7992
7993 &lt;optional><br>
7994
7995
7996
7997 </td>
7998
7999
8000
8001
8002 <td class="description last"><p>The average signal strength if supported by the driver.</p></td>
8003 </tr>
8004
8005
8006
8007 <tr>
8008
8009 <td class="name"><code>noise</code></td>
8010
8011
8012 <td class="type">
8013
8014
8015 <span class="param-type">number</span>
8016
8017
8018
8019 </td>
8020
8021
8022 <td class="attributes">
8023
8024 &lt;optional><br>
8025
8026
8027
8028 </td>
8029
8030
8031
8032
8033 <td class="description last"><p>The current noise floor of the radio. May be <code>0</code> or absent if not
8034 supported by the driver.</p></td>
8035 </tr>
8036
8037
8038
8039 <tr>
8040
8041 <td class="name"><code>inactive</code></td>
8042
8043
8044 <td class="type">
8045
8046
8047 <span class="param-type">number</span>
8048
8049
8050
8051 </td>
8052
8053
8054 <td class="attributes">
8055
8056
8057
8058 </td>
8059
8060
8061
8062
8063 <td class="description last"><p>The amount of milliseconds the peer has been inactive, e.g. due
8064 to powersave.</p></td>
8065 </tr>
8066
8067
8068
8069 <tr>
8070
8071 <td class="name"><code>connected_time</code></td>
8072
8073
8074 <td class="type">
8075
8076
8077 <span class="param-type">number</span>
8078
8079
8080
8081 </td>
8082
8083
8084 <td class="attributes">
8085
8086
8087
8088 </td>
8089
8090
8091
8092
8093 <td class="description last"><p>The amount of milliseconds the peer is associated to this network.</p></td>
8094 </tr>
8095
8096
8097
8098 <tr>
8099
8100 <td class="name"><code>thr</code></td>
8101
8102
8103 <td class="type">
8104
8105
8106 <span class="param-type">number</span>
8107
8108
8109
8110 </td>
8111
8112
8113 <td class="attributes">
8114
8115 &lt;optional><br>
8116
8117
8118
8119 </td>
8120
8121
8122
8123
8124 <td class="description last"><p>The estimated throughput of the peer, May be <code>0</code> or absent if not
8125 supported by the driver.</p></td>
8126 </tr>
8127
8128
8129
8130 <tr>
8131
8132 <td class="name"><code>authorized</code></td>
8133
8134
8135 <td class="type">
8136
8137
8138 <span class="param-type">boolean</span>
8139
8140
8141
8142 </td>
8143
8144
8145 <td class="attributes">
8146
8147
8148
8149 </td>
8150
8151
8152
8153
8154 <td class="description last"><p>Specifies whether the peer is authorized to associate to this network.</p></td>
8155 </tr>
8156
8157
8158
8159 <tr>
8160
8161 <td class="name"><code>authenticated</code></td>
8162
8163
8164 <td class="type">
8165
8166
8167 <span class="param-type">boolean</span>
8168
8169
8170
8171 </td>
8172
8173
8174 <td class="attributes">
8175
8176
8177
8178 </td>
8179
8180
8181
8182
8183 <td class="description last"><p>Specifies whether the peer completed authentication to this network.</p></td>
8184 </tr>
8185
8186
8187
8188 <tr>
8189
8190 <td class="name"><code>preamble</code></td>
8191
8192
8193 <td class="type">
8194
8195
8196 <span class="param-type">string</span>
8197
8198
8199
8200 </td>
8201
8202
8203 <td class="attributes">
8204
8205
8206
8207 </td>
8208
8209
8210
8211
8212 <td class="description last"><p>The preamble mode used by the peer. May be <code>long</code> or <code>short</code>.</p></td>
8213 </tr>
8214
8215
8216
8217 <tr>
8218
8219 <td class="name"><code>wme</code></td>
8220
8221
8222 <td class="type">
8223
8224
8225 <span class="param-type">boolean</span>
8226
8227
8228
8229 </td>
8230
8231
8232 <td class="attributes">
8233
8234
8235
8236 </td>
8237
8238
8239
8240
8241 <td class="description last"><p>Specifies whether the peer supports WME/WMM capabilities.</p></td>
8242 </tr>
8243
8244
8245
8246 <tr>
8247
8248 <td class="name"><code>mfp</code></td>
8249
8250
8251 <td class="type">
8252
8253
8254 <span class="param-type">boolean</span>
8255
8256
8257
8258 </td>
8259
8260
8261 <td class="attributes">
8262
8263
8264
8265 </td>
8266
8267
8268
8269
8270 <td class="description last"><p>Specifies whether management frame protection is active.</p></td>
8271 </tr>
8272
8273
8274
8275 <tr>
8276
8277 <td class="name"><code>tdls</code></td>
8278
8279
8280 <td class="type">
8281
8282
8283 <span class="param-type">boolean</span>
8284
8285
8286
8287 </td>
8288
8289
8290 <td class="attributes">
8291
8292
8293
8294 </td>
8295
8296
8297
8298
8299 <td class="description last"><p>Specifies whether TDLS is active.</p></td>
8300 </tr>
8301
8302
8303
8304 <tr>
8305
8306 <td class="name"><code>mesh llid</code></td>
8307
8308
8309 <td class="type">
8310
8311
8312 <span class="param-type">number</span>
8313
8314
8315
8316 </td>
8317
8318
8319 <td class="attributes">
8320
8321 &lt;optional><br>
8322
8323
8324
8325 </td>
8326
8327
8328
8329
8330 <td class="description last"><p>The mesh LLID, may be <code>0</code> or absent if not applicable or supported
8331 by the driver.</p></td>
8332 </tr>
8333
8334
8335
8336 <tr>
8337
8338 <td class="name"><code>mesh plid</code></td>
8339
8340
8341 <td class="type">
8342
8343
8344 <span class="param-type">number</span>
8345
8346
8347
8348 </td>
8349
8350
8351 <td class="attributes">
8352
8353 &lt;optional><br>
8354
8355
8356
8357 </td>
8358
8359
8360
8361
8362 <td class="description last"><p>The mesh PLID, may be <code>0</code> or absent if not applicable or supported
8363 by the driver.</p></td>
8364 </tr>
8365
8366
8367
8368 <tr>
8369
8370 <td class="name"><code>mesh plink</code></td>
8371
8372
8373 <td class="type">
8374
8375
8376 <span class="param-type">string</span>
8377
8378
8379
8380 </td>
8381
8382
8383 <td class="attributes">
8384
8385 &lt;optional><br>
8386
8387
8388
8389 </td>
8390
8391
8392
8393
8394 <td class="description last"><p>The mesh peer link state description, may be an empty string (<code>''</code>)
8395 or absent if not applicable or supported by the driver.</p>
8396 <p>The following states are known:</p>
8397 <ul>
8398 <li><code>LISTEN</code></li>
8399 <li><code>OPN_SNT</code></li>
8400 <li><code>OPN_RCVD</code></li>
8401 <li><code>CNF_RCVD</code></li>
8402 <li><code>ESTAB</code></li>
8403 <li><code>HOLDING</code></li>
8404 <li><code>BLOCKED</code></li>
8405 <li><code>UNKNOWN</code></li>
8406 </ul></td>
8407 </tr>
8408
8409
8410
8411 <tr>
8412
8413 <td class="name"><code>mesh local PS</code></td>
8414
8415
8416 <td class="type">
8417
8418
8419 <span class="param-type">number</span>
8420
8421
8422
8423 </td>
8424
8425
8426 <td class="attributes">
8427
8428 &lt;optional><br>
8429
8430
8431
8432 </td>
8433
8434
8435
8436
8437 <td class="description last"><p>The local powersafe mode for the peer link, may be an empty
8438 string (<code>''</code>) or absent if not applicable or supported by
8439 the driver.</p>
8440 <p>The following modes are known:</p>
8441 <ul>
8442 <li><code>ACTIVE</code> (no power save)</li>
8443 <li><code>LIGHT SLEEP</code></li>
8444 <li><code>DEEP SLEEP</code></li>
8445 <li><code>UNKNOWN</code></li>
8446 </ul></td>
8447 </tr>
8448
8449
8450
8451 <tr>
8452
8453 <td class="name"><code>mesh peer PS</code></td>
8454
8455
8456 <td class="type">
8457
8458
8459 <span class="param-type">number</span>
8460
8461
8462
8463 </td>
8464
8465
8466 <td class="attributes">
8467
8468 &lt;optional><br>
8469
8470
8471
8472 </td>
8473
8474
8475
8476
8477 <td class="description last"><p>The remote powersafe mode for the peer link, may be an empty
8478 string (<code>''</code>) or absent if not applicable or supported by
8479 the driver.</p>
8480 <p>The following modes are known:</p>
8481 <ul>
8482 <li><code>ACTIVE</code> (no power save)</li>
8483 <li><code>LIGHT SLEEP</code></li>
8484 <li><code>DEEP SLEEP</code></li>
8485 <li><code>UNKNOWN</code></li>
8486 </ul></td>
8487 </tr>
8488
8489
8490
8491 <tr>
8492
8493 <td class="name"><code>mesh non-peer PS</code></td>
8494
8495
8496 <td class="type">
8497
8498
8499 <span class="param-type">number</span>
8500
8501
8502
8503 </td>
8504
8505
8506 <td class="attributes">
8507
8508 &lt;optional><br>
8509
8510
8511
8512 </td>
8513
8514
8515
8516
8517 <td class="description last"><p>The powersafe mode for all non-peer neigbours, may be an empty
8518 string (<code>''</code>) or absent if not applicable or supported by the driver.</p>
8519 <p>The following modes are known:</p>
8520 <ul>
8521 <li><code>ACTIVE</code> (no power save)</li>
8522 <li><code>LIGHT SLEEP</code></li>
8523 <li><code>DEEP SLEEP</code></li>
8524 <li><code>UNKNOWN</code></li>
8525 </ul></td>
8526 </tr>
8527
8528
8529
8530 <tr>
8531
8532 <td class="name"><code>rx</code></td>
8533
8534
8535 <td class="type">
8536
8537
8538 <span class="param-type"><a href="LuCI.network.html#.WifiRateEntry">LuCI.network.WifiRateEntry</a></span>
8539
8540
8541
8542 </td>
8543
8544
8545 <td class="attributes">
8546
8547
8548
8549 </td>
8550
8551
8552
8553
8554 <td class="description last"><p>Describes the receiving wireless rate from the peer.</p></td>
8555 </tr>
8556
8557
8558
8559 <tr>
8560
8561 <td class="name"><code>tx</code></td>
8562
8563
8564 <td class="type">
8565
8566
8567 <span class="param-type"><a href="LuCI.network.html#.WifiRateEntry">LuCI.network.WifiRateEntry</a></span>
8568
8569
8570
8571 </td>
8572
8573
8574 <td class="attributes">
8575
8576
8577
8578 </td>
8579
8580
8581
8582
8583 <td class="description last"><p>Describes the transmitting wireless rate to the peer.</p></td>
8584 </tr>
8585
8586
8587 </tbody>
8588 </table></dl>
8589
8590
8591
8592
8593
8594
8595
8596
8597
8598
8599
8600
8601
8602
8603
8604
8605
8606
8607
8608
8609
8610
8611 </dl>
8612
8613
8614
8615 </dd>
8616
8617
8618
8619 <dt>
8620 <div class="nameContainer">
8621 <h4 class="name" id=".WifiRateEntry">LuCI.network.WifiRateEntry<span class="type-signature type object.<string, (boolean|number)>">Object.&lt;string, (boolean|number)></span> </h4>
8622 </div>
8623
8624
8625 </dt>
8626 <dd>
8627
8628 <div class="description">
8629 <p>A wireless rate entry describes the properties of a wireless
8630 transmission rate to or from a peer.</p>
8631 </div>
8632
8633
8634
8635 <dl class="details">
8636
8637
8638 <h5 class="subsection-title">Properties:</h5>
8639
8640 <dl>
8641
8642 <table class="props">
8643 <thead>
8644 <tr>
8645
8646 <th>Name</th>
8647
8648
8649 <th>Type</th>
8650
8651
8652 <th>Argument</th>
8653
8654
8655
8656
8657 <th class="last">Description</th>
8658 </tr>
8659 </thead>
8660
8661 <tbody>
8662
8663
8664 <tr>
8665
8666 <td class="name"><code>drop_misc</code></td>
8667
8668
8669 <td class="type">
8670
8671
8672 <span class="param-type">number</span>
8673
8674
8675
8676 </td>
8677
8678
8679 <td class="attributes">
8680
8681 &lt;optional><br>
8682
8683
8684
8685 </td>
8686
8687
8688
8689
8690 <td class="description last"><p>The amount of received misc. packages that have been dropped, e.g.
8691 due to corruption or missing authentication. Only applicable to
8692 receiving rates.</p></td>
8693 </tr>
8694
8695
8696
8697 <tr>
8698
8699 <td class="name"><code>packets</code></td>
8700
8701
8702 <td class="type">
8703
8704
8705 <span class="param-type">number</span>
8706
8707
8708
8709 </td>
8710
8711
8712 <td class="attributes">
8713
8714
8715
8716 </td>
8717
8718
8719
8720
8721 <td class="description last"><p>The amount of packets that have been received or sent.</p></td>
8722 </tr>
8723
8724
8725
8726 <tr>
8727
8728 <td class="name"><code>bytes</code></td>
8729
8730
8731 <td class="type">
8732
8733
8734 <span class="param-type">number</span>
8735
8736
8737
8738 </td>
8739
8740
8741 <td class="attributes">
8742
8743
8744
8745 </td>
8746
8747
8748
8749
8750 <td class="description last"><p>The amount of bytes that have been received or sent.</p></td>
8751 </tr>
8752
8753
8754
8755 <tr>
8756
8757 <td class="name"><code>failed</code></td>
8758
8759
8760 <td class="type">
8761
8762
8763 <span class="param-type">number</span>
8764
8765
8766
8767 </td>
8768
8769
8770 <td class="attributes">
8771
8772 &lt;optional><br>
8773
8774
8775
8776 </td>
8777
8778
8779
8780
8781 <td class="description last"><p>The amount of failed tranmission attempts. Only applicable to
8782 transmit rates.</p></td>
8783 </tr>
8784
8785
8786
8787 <tr>
8788
8789 <td class="name"><code>retries</code></td>
8790
8791
8792 <td class="type">
8793
8794
8795 <span class="param-type">number</span>
8796
8797
8798
8799 </td>
8800
8801
8802 <td class="attributes">
8803
8804 &lt;optional><br>
8805
8806
8807
8808 </td>
8809
8810
8811
8812
8813 <td class="description last"><p>The amount of retried transmissions. Only applicable to transmit
8814 rates.</p></td>
8815 </tr>
8816
8817
8818
8819 <tr>
8820
8821 <td class="name"><code>is_ht</code></td>
8822
8823
8824 <td class="type">
8825
8826
8827 <span class="param-type">boolean</span>
8828
8829
8830
8831 </td>
8832
8833
8834 <td class="attributes">
8835
8836
8837
8838 </td>
8839
8840
8841
8842
8843 <td class="description last"><p>Specifies whether this rate is an HT (IEEE 802.11n) rate.</p></td>
8844 </tr>
8845
8846
8847
8848 <tr>
8849
8850 <td class="name"><code>is_vht</code></td>
8851
8852
8853 <td class="type">
8854
8855
8856 <span class="param-type">boolean</span>
8857
8858
8859
8860 </td>
8861
8862
8863 <td class="attributes">
8864
8865
8866
8867 </td>
8868
8869
8870
8871
8872 <td class="description last"><p>Specifies whether this rate is an VHT (IEEE 802.11ac) rate.</p></td>
8873 </tr>
8874
8875
8876
8877 <tr>
8878
8879 <td class="name"><code>mhz</code></td>
8880
8881
8882 <td class="type">
8883
8884
8885 <span class="param-type">number</span>
8886
8887
8888
8889 </td>
8890
8891
8892 <td class="attributes">
8893
8894
8895
8896 </td>
8897
8898
8899
8900
8901 <td class="description last"><p>The channel width in MHz used for the transmission.</p></td>
8902 </tr>
8903
8904
8905
8906 <tr>
8907
8908 <td class="name"><code>rate</code></td>
8909
8910
8911 <td class="type">
8912
8913
8914 <span class="param-type">number</span>
8915
8916
8917
8918 </td>
8919
8920
8921 <td class="attributes">
8922
8923
8924
8925 </td>
8926
8927
8928
8929
8930 <td class="description last"><p>The bitrate in bit/s of the transmission.</p></td>
8931 </tr>
8932
8933
8934
8935 <tr>
8936
8937 <td class="name"><code>mcs</code></td>
8938
8939
8940 <td class="type">
8941
8942
8943 <span class="param-type">number</span>
8944
8945
8946
8947 </td>
8948
8949
8950 <td class="attributes">
8951
8952 &lt;optional><br>
8953
8954
8955
8956 </td>
8957
8958
8959
8960
8961 <td class="description last"><p>The MCS index of the used transmission rate. Only applicable to
8962 HT or VHT rates.</p></td>
8963 </tr>
8964
8965
8966
8967 <tr>
8968
8969 <td class="name"><code>40mhz</code></td>
8970
8971
8972 <td class="type">
8973
8974
8975 <span class="param-type">number</span>
8976
8977
8978
8979 </td>
8980
8981
8982 <td class="attributes">
8983
8984 &lt;optional><br>
8985
8986
8987
8988 </td>
8989
8990
8991
8992
8993 <td class="description last"><p>Specifies whether the tranmission rate used 40MHz wide channel.
8994 Only applicable to HT or VHT rates.</p>
8995 <p>Note: this option exists for backwards compatibility only and its
8996 use is discouraged. The <code>mhz</code> field should be used instead to
8997 determine the channel width.</p></td>
8998 </tr>
8999
9000
9001
9002 <tr>
9003
9004 <td class="name"><code>short_gi</code></td>
9005
9006
9007 <td class="type">
9008
9009
9010 <span class="param-type">boolean</span>
9011
9012
9013
9014 </td>
9015
9016
9017 <td class="attributes">
9018
9019 &lt;optional><br>
9020
9021
9022
9023 </td>
9024
9025
9026
9027
9028 <td class="description last"><p>Specifies whether a short guard interval is used for the transmission.
9029 Only applicable to HT or VHT rates.</p></td>
9030 </tr>
9031
9032
9033
9034 <tr>
9035
9036 <td class="name"><code>nss</code></td>
9037
9038
9039 <td class="type">
9040
9041
9042 <span class="param-type">number</span>
9043
9044
9045
9046 </td>
9047
9048
9049 <td class="attributes">
9050
9051 &lt;optional><br>
9052
9053
9054
9055 </td>
9056
9057
9058
9059
9060 <td class="description last"><p>Specifies the number of spatial streams used by the transmission.
9061 Only applicable to VHT rates.</p></td>
9062 </tr>
9063
9064
9065 </tbody>
9066 </table></dl>
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
9084
9085
9086
9087
9088
9089 </dl>
9090
9091
9092
9093 </dd>
9094
9095
9096
9097 <dt>
9098 <div class="nameContainer">
9099 <h4 class="name" id=".WifiScanResult">LuCI.network.WifiScanResult<span class="type-signature type object.<string, (number|string|luci.network.wifiencryption)>">Object.&lt;string, (number|string|<a href="LuCI.network.html#.WifiEncryption">LuCI.network.WifiEncryption</a>)></span> </h4>
9100 </div>
9101
9102
9103 </dt>
9104 <dd>
9105
9106 <div class="description">
9107 <p>A wireless scan result object describes a neighbouring wireless
9108 network found in the vincinity.</p>
9109 </div>
9110
9111
9112
9113 <dl class="details">
9114
9115
9116 <h5 class="subsection-title">Properties:</h5>
9117
9118 <dl>
9119
9120 <table class="props">
9121 <thead>
9122 <tr>
9123
9124 <th>Name</th>
9125
9126
9127 <th>Type</th>
9128
9129
9130
9131
9132
9133 <th class="last">Description</th>
9134 </tr>
9135 </thead>
9136
9137 <tbody>
9138
9139
9140 <tr>
9141
9142 <td class="name"><code>ssid</code></td>
9143
9144
9145 <td class="type">
9146
9147
9148 <span class="param-type">string</span>
9149
9150
9151
9152 </td>
9153
9154
9155
9156
9157
9158 <td class="description last"><p>The SSID / Mesh ID of the network.</p></td>
9159 </tr>
9160
9161
9162
9163 <tr>
9164
9165 <td class="name"><code>bssid</code></td>
9166
9167
9168 <td class="type">
9169
9170
9171 <span class="param-type">string</span>
9172
9173
9174
9175 </td>
9176
9177
9178
9179
9180
9181 <td class="description last"><p>The BSSID if the network.</p></td>
9182 </tr>
9183
9184
9185
9186 <tr>
9187
9188 <td class="name"><code>mode</code></td>
9189
9190
9191 <td class="type">
9192
9193
9194 <span class="param-type">string</span>
9195
9196
9197
9198 </td>
9199
9200
9201
9202
9203
9204 <td class="description last"><p>The operation mode of the network (<code>Master</code>, <code>Ad-Hoc</code>, <code>Mesh Point</code>).</p></td>
9205 </tr>
9206
9207
9208
9209 <tr>
9210
9211 <td class="name"><code>channel</code></td>
9212
9213
9214 <td class="type">
9215
9216
9217 <span class="param-type">number</span>
9218
9219
9220
9221 </td>
9222
9223
9224
9225
9226
9227 <td class="description last"><p>The wireless channel of the network.</p></td>
9228 </tr>
9229
9230
9231
9232 <tr>
9233
9234 <td class="name"><code>signal</code></td>
9235
9236
9237 <td class="type">
9238
9239
9240 <span class="param-type">number</span>
9241
9242
9243
9244 </td>
9245
9246
9247
9248
9249
9250 <td class="description last"><p>The received signal strength of the network in dBm.</p></td>
9251 </tr>
9252
9253
9254
9255 <tr>
9256
9257 <td class="name"><code>quality</code></td>
9258
9259
9260 <td class="type">
9261
9262
9263 <span class="param-type">number</span>
9264
9265
9266
9267 </td>
9268
9269
9270
9271
9272
9273 <td class="description last"><p>The numeric quality level of the signal, can be used in conjunction
9274 with <code>quality_max</code> to calculate a quality percentage.</p></td>
9275 </tr>
9276
9277
9278
9279 <tr>
9280
9281 <td class="name"><code>quality_max</code></td>
9282
9283
9284 <td class="type">
9285
9286
9287 <span class="param-type">number</span>
9288
9289
9290
9291 </td>
9292
9293
9294
9295
9296
9297 <td class="description last"><p>The maximum possible quality level of the signal, can be used in
9298 conjunction with <code>quality</code> to calculate a quality percentage.</p></td>
9299 </tr>
9300
9301
9302
9303 <tr>
9304
9305 <td class="name"><code>encryption</code></td>
9306
9307
9308 <td class="type">
9309
9310
9311 <span class="param-type"><a href="LuCI.network.html#.WifiEncryption">LuCI.network.WifiEncryption</a></span>
9312
9313
9314
9315 </td>
9316
9317
9318
9319
9320
9321 <td class="description last"><p>The encryption used by the wireless network.</p></td>
9322 </tr>
9323
9324
9325 </tbody>
9326 </table></dl>
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349 </dl>
9350
9351
9352
9353 </dd>
9354
9355 </dl>
9356
9357
9358
9359
9360
9361 </article>
9362
9363 </section>
9364
9365
9366
9367
9368
9369
9370
9371 <footer>
9372 Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Apr 16 2020 13:30:42 GMT+0200 (Central European Summer Time)
9373 </footer>
9374 </div>
9375 </div>
9376 <script>prettyPrint();</script>
9377 <script src="scripts/jaguar.js"></script>
9378 </body>
9379 </html>