Support for these two u8 flags were implemented with [[8.0.0-18]].
+
Support for these two u8 fields were implemented with [[8.0.0-18]].
+
+
===== Flag1 =====
+
{| class="wikitable" border="1"
+
|-
+
! Bit
+
! Description
+
|-
+
| 0
+
| Unknown.
+
|-
+
| 1
+
| Unknown.
+
|-
+
| 2-7
+
| Unused
+
|}
+
+
In order for the exheader to have any of the above new bits set, the accessdesc must have the corresponding bit set, otherwise the invalid-exheader error is returned.
+
+
===== Flag2 =====
+
{| class="wikitable" border="1"
+
|-
+
! Bit
+
! Description
+
|-
+
| 0-3
+
| ?
+
|-
+
| 4-7
+
| Unused
+
|}
+
+
The exheader value for the above 4-bit value must be <= to the accessdesc value, otherwise the invalid-exheader error is returned.