Changes

717 bytes added ,  02:58, 21 February 2019
Line 249: Line 249:  
|}
 
|}
   −
This is the input struct for WifiWebAuthApplet.
+
This is the input struct for WifiWebAuthApplet. This is a total of 0x518-bytes.
    
=== WebWifiReturnValue ===
 
=== WebWifiReturnValue ===
Line 263: Line 263:  
|}
 
|}
   −
This is the output struct for WifiWebAuthApplet.
+
This is the output struct for WifiWebAuthApplet. This is a total of 0x8-bytes.
 +
 
 +
=== WebArgHeader ===
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0 || 0x2 || Total [[#WebArgTLV]] entries following this struct.
 +
|-
 +
| 0x2 || 0x2 || Padding
 +
|-
 +
| 0x4 || 0x4 || [[#ShimKind]]
 +
|}
 +
 
 +
This is the header struct at offset 0 in the input web Arg storage for non-WebWifi. This is a total of 0x8-bytes.
 +
 
 +
=== WebArgTLV ===
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
!  Size
 +
!  Description
 +
|-
 +
| 0x0 || 0x2 || Type of this arg.
 +
|-
 +
| 0x2 || 0x2 || Size of the arg data following this struct.
 +
|-
 +
| 0x4 || 0x4 || Padding
 +
|}
 +
 
 +
Web TLV used in the input web Arg storage, after [[#WebArgHeader]]. This is a total of 0x8-bytes.
    
== Versions ==
 
== Versions ==