@@ -125,6 +125,7 @@ Example:
125
125
| esp.WiFi-Auth-Mode| 2 | Soft AP authentication mode (0- open, 1- wep, 2- wpa psk, 3- wpa2 psk, 4- wpa/wpa2 psk) | 4- wpa/wpa2 psk |
126
126
127
127
` ${MAC48} ` - MAC address of station interface
128
+
128
129
` ${HOST_NAME} ` - WiFi station DHCP hostname
129
130
130
131
Example:
@@ -234,13 +235,20 @@ Example:
234
235
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
235
236
```
236
237
Service-Id - message target service identifier.
238
+
237
239
Length - message length (header + body)
238
- R flag - request message
239
- S flag - secured message (has message digest)
240
- E flag - error answer
240
+
241
+ Flags:
242
+ - R flag - request message
243
+ - S flag - secured message (has message digest)
244
+ - flag - error answer
245
+
241
246
Command Code - corresponds to service Message type
247
+
242
248
Identifier - message sequence identifier (starts from 0 for every new authenticated connection)
249
+
243
250
Message Digest - message digest for validate message originator
251
+
244
252
Authenticator - party authenticator issued by originator of auth request/answer message
245
253
246
254
###### Message Body
@@ -255,12 +263,18 @@ Message body is a sequence of AVP
255
263
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
256
264
```
257
265
258
- DataType flag - (0- OCTETS, 1- OBJECT, 2- INTEGER, 3- CHAR)
266
+ DataType - (0- OCTETS, 1- OBJECT, 2- INTEGER, 3- CHAR)
267
+
259
268
List flag - means a grouping AVP that contains a sequence of AVP with same type
269
+
260
270
AVP Length - length of AVP (hader + data)
271
+
261
272
Namespace-Id - Namespace identifier, 0 means usage of parent Namespace
273
+
262
274
AVP Code - AVP code, must unique identify AVP within Namespace
263
- Data - data
275
+
276
+ Data - attribute value data (4-bytes aligned)
277
+
264
278
265
279
#### 4.2.5. Network Time Protocol client (ntp)
266
280
0 commit comments