Line 141:
Line 141:
Configuration, info, and wd_sendwmbdata_param structs:
Configuration, info, and wd_sendwmbdata_param structs:
<source lang="c">
<source lang="c">
−
//wd_privacy and wd_config fields are little-endian.
+
//wd_privacy and wd_config fields are big-endian, but they are byte swapped when checking the values and copying to/from internal config.
typedef struct _wd_privacy//When verified, only the mode and keyId/keyLen are verified. Size 72 bytes.
typedef struct _wd_privacy//When verified, only the mode and keyId/keyLen are verified. Size 72 bytes.
{
{