12.xml
20.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<?xml version="1.0" encoding="UTF-8"?>
<!--
FILE INFORMATION
OMA Permanent Document
File: OMA-SUP-XML_12-V1_1_1-20221003-A.xml
Path: http://www.openmobilealliance.org/release/ObjLwM2M_WLAN_Conn/
OMNA LwM2M Registry
Path: https://github.com/OpenMobileAlliance/lwm2m-registry
Name: 12.xml
NORMATIVE INFORMATION
This file does not reference any Technical Specifications.
Send comments to https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues
LEGAL DISCLAIMER
Copyright 2022 Open Mobile Alliance.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
The above license is used as a license under copyright only. Please
reference the OMA IPR Policy for patent licensing terms:
https://www.omaspecworks.org/about/intellectual-property-rights/
-->
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd">
<Object ObjectType="MODefinition">
<Name>WLAN connectivity</Name>
<Description1><![CDATA[This object specifies resources to enable a device to connect to a WLAN bearer.]]></Description1>
<ObjectID>12</ObjectID>
<ObjectURN>urn:oma:lwm2m:oma:12:1.1</ObjectURN>
<LWM2MVersion>1.0</LWM2MVersion>
<ObjectVersion>1.1</ObjectVersion>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Resources>
<Item ID="0"><Name>Interface name</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>String</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Human-readable identifier eg. wlan0]]></Description>
</Item>
<Item ID="1"><Name>Enable</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Disabled
1: Enabled
Enable / Disable interface
When disabled radio must also be disabled]]></Description>
</Item>
<Item ID="2"><Name>Radio Enabled</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Disabled
1: 2.4 GHz
2: 5 GHz
3: 0.9 GHz
4: 3.7 GHz
5: 45 GHz
6: 60 GHz]]></Description>
</Item>
<Item ID="3"><Name>Status</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Disabled
1: UP (OK)
2: Error]]></Description>
</Item>
<Item ID="4"><Name>BSSID</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>String</Type>
<RangeEnumeration>12</RangeEnumeration>
<Units></Units>
<Description><![CDATA[The MAC address of the interface, in hexadecimal form.]]></Description>
</Item>
<Item ID="5"><Name>SSID</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>String</Type>
<RangeEnumeration>1..32</RangeEnumeration>
<Units></Units>
<Description><![CDATA[The Service Set Identifier for this interface.]]></Description>
</Item>
<Item ID="6"><Name>Broadcast SSID</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Do not broadcast SSID 1: Broadcast SSID]]></Description>
</Item>
<Item ID="7"><Name>Beacon Enabled</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Do not broadcast beacons 1: Broadcast beacons]]></Description>
</Item>
<Item ID="8"><Name>Mode</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Access Point
1: Client (Station)
2: Bridge
3: Repeater]]></Description>
</Item>
<Item ID="9"><Name>Channel</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Integer</Type>
<RangeEnumeration>0..255</RangeEnumeration>
<Units></Units>
<Description><![CDATA[The current radio channel in use by this interface.]]></Description>
</Item>
<Item ID="10"><Name>Auto Channel</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Disabled 1: Enabled]]></Description>
</Item>
<Item ID="11"><Name>Supported Channels</Name>
<Operations>RW</Operations>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Array of supported radio channels.]]></Description>
</Item>
<Item ID="12"><Name>Channels In Use</Name>
<Operations>RW</Operations>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Array of channels which the access point has determined are ‘in use’.
Including any channels in-use by access point itself.]]></Description>
</Item>
<Item ID="13"><Name>Regulatory Domain</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>3</RangeEnumeration>
<Units></Units>
<Description><![CDATA[802.11d Regulatory Domain String.
First two octets are ISO/IEC 3166-1 two-character country code.
The third octet is either " " (all environments), "O" (outside) or "I" (inside).]]></Description>
</Item>
<Item ID="14"><Name>Standard</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: 802.11a
1: 802.11b
2: 802.11bg
3: 802.11g
4: 802.11n
5: 802.11bgn
6: 802.11ac
7: 802.11ah]]></Description>
</Item>
<Item ID="15"><Name>Authentication Mode</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: None (Open)
1: PSK
2: EAP
3: EAP+PSK
4: EAPSIM]]></Description>
</Item>
<Item ID="16"><Name>Encryption Mode</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: AES (WPA2)
1: TKIP (WPA)
2: WEP (1)]]></Description>
</Item>
<Item ID="17"><Name>WPA Pre Shared Key</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>64</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WPA/WPA2 Key expressed as a hex string. Write - Only.]]></Description>
</Item>
<Item ID="18"><Name>WPA Key Phrase</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>1..64</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WPA/WPA2 Key Phrase. Write Only.]]></Description>
</Item>
<Item ID="19"><Name>WEP Encryption Type</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: None
1: 40-bit
2: 104-bit]]></Description>
</Item>
<Item ID="20"><Name>WEP Key Index</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration>1..4</RangeEnumeration>
<Units></Units>
<Description><![CDATA[Index of the default WEP key.]]></Description>
</Item>
<Item ID="21"><Name>WEP Key Phrase</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>1..64</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WPA/WPA2 Key Phrase. Write Only.]]></Description>
</Item>
<Item ID="22"><Name>WEP Key 1</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>10,26</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WEP Key 1 expressed as a hexadecimal string.
10 Bytes for a 40 Bit key
26 Bytes for a 104 Bit key]]></Description>
</Item>
<Item ID="23"><Name>WEP Key 2</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>10,26</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WEP Key 2 expressed as a hexadecimal string.
10 Bytes for a 40 Bit key
26 Bytes for a 104 Bit key]]></Description>
</Item>
<Item ID="24"><Name>WEP Key 3</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>10,26</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WEP Key 3 expressed as a hexadecimal string.
10 Bytes for a 40 Bit key
26 Bytes for a 104 Bit key]]></Description>
</Item>
<Item ID="25"><Name>WEP Key 4</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>10,26</RangeEnumeration>
<Units></Units>
<Description><![CDATA[WEP Key 4 expressed as a hexadecimal string.
10 Bytes for a 40 Bit key
26 Bytes for a 104 Bit key]]></Description>
</Item>
<Item ID="26"><Name>RADIUS Server</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>1..256</RangeEnumeration>
<Units></Units>
<Description><![CDATA[RADIUS Authentication Server Address]]></Description>
</Item>
<Item ID="27"><Name>RADIUS Server Port</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[RADIUS Authentication Server Port Number]]></Description>
</Item>
<Item ID="28"><Name>RADIUS Secret</Name>
<Operations>W</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>1..256</RangeEnumeration>
<Units></Units>
<Description><![CDATA[RADIUS Shared Secret]]></Description>
</Item>
<Item ID="29"><Name>WMM Supported</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: WMM NOT Supported 1: WMM Wupported]]></Description>
</Item>
<Item ID="30"><Name>WMM Enabled</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Disabled 1: Enabled]]></Description>
</Item>
<Item ID="31"><Name>MAC Control Enabled</Name>
<Operations>RW</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Boolean</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[0: Any Client MAC Address accepted 1: Client MAC address must exist in MACAddressList]]></Description>
</Item>
<Item ID="32"><Name>MAC Address List</Name>
<Operations>RW</Operations>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>String</Type>
<RangeEnumeration>12</RangeEnumeration>
<Units></Units>
<Description><![CDATA[Array of allowed client MAC addresses, in hexadecimal form.]]></Description>
</Item>
<Item ID="33"><Name>Total Bytes Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total number of bytes sent via this interface]]></Description>
</Item>
<Item ID="34"><Name>Total Bytes Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total number of bytes received via this interface]]></Description>
</Item>
<Item ID="35"><Name>Total Packets Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total packets sent via this interface]]></Description>
</Item>
<Item ID="36"><Name>Total Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total packets received via this interface]]></Description>
</Item>
<Item ID="37"><Name>Transmit Errors</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total number of packets which could not be transmitted because of errors.]]></Description>
</Item>
<Item ID="38"><Name>Receive Errors</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Total number of packets received with errors which prevented those packets from being delivered.]]></Description>
</Item>
<Item ID="39"><Name>Unicast Packets Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Unicast Packets Sent]]></Description>
</Item>
<Item ID="40"><Name>Unicast Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Unicast Packets Received]]></Description>
</Item>
<Item ID="41"><Name>Multicast Packets Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Multicast Packets Sent]]></Description>
</Item>
<Item ID="42"><Name>Multicast Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Multicast Packets Received]]></Description>
</Item>
<Item ID="43"><Name>Broadcast Packets Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Broadcast Packets Sent]]></Description>
</Item>
<Item ID="44"><Name>Broadcast Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Broadcast Packets Received]]></Description>
</Item>
<Item ID="45"><Name>Discard Packets Sent</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of valid outbound packets intentionally discarded without transmission, for example a packet may be discarded to manage buffer space.]]></Description>
</Item>
<Item ID="46"><Name>Discard Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of valid packets received and intentionally discarded without delivery to the system, for example a packet may be discarded to manage buffer space.]]></Description>
</Item>
<Item ID="47"><Name>Unknown Packets Received</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Integer</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Count of Unknown Packets Received]]></Description>
</Item>
<Item ID="48"><Name>Vendor specific extensions</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Type>Objlnk</Type>
<RangeEnumeration></RangeEnumeration>
<Units></Units>
<Description><![CDATA[Links to a vendor specific object.]]></Description>
</Item></Resources>
<Description2><![CDATA[Notes:
(1) WEP is supported by this object for legacy devices. All encryption parameter resources are optional e.g. a Wifi Alliance "HotSpot 2.0" device would not support WEP related resources.]]></Description2>
</Object>
</LWM2M>