|
@@ -24,7 +24,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Fri Jan 15 13:54:04 2021 from the following file(s):
|
|
|
+ * Fri Feb 19 16:37:07 2021 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -12336,6 +12336,9 @@ static const tIEDefn IES_TDLSDisRsp[] = {
|
|
|
{ offsetof(tDot11fTDLSDisRsp, VHTCaps), offsetof(tDot11fIEVHTCaps,
|
|
|
present), 0, "VHTCaps", 0, 14, 14, SigIeVHTCaps, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_VHTCAPS, 0, 0, },
|
|
|
+ { offsetof(tDot11fTDLSDisRsp, he_cap), offsetof(tDot11fIEhe_cap, present),
|
|
|
+ 0, "he_cap", 0, 23, 56, SigIehe_cap, {0, 0, 0, 0, 0},
|
|
|
+ 0, DOT11F_EID_HE_CAP, 35, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_tdls_dis_rsp(tpAniSirGlobal pCtx,
|
|
@@ -12469,6 +12472,9 @@ static const tIEDefn IES_TDLSSetupCnf[] = {
|
|
|
offsetof(tDot11fIEOperatingMode, present), 0, "OperatingMode",
|
|
|
0, 3, 3, SigIeOperatingMode, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_OPERATINGMODE, 0, 0, },
|
|
|
+ { offsetof(tDot11fTDLSSetupCnf, he_op), offsetof(tDot11fIEhe_op, present),
|
|
|
+ 0, "he_op", 0, 8, 17, SigIehe_op, {0, 0, 0, 0, 0},
|
|
|
+ 0, DOT11F_EID_HE_OP, 36, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_tdls_setup_cnf(tpAniSirGlobal pCtx,
|
|
@@ -12556,6 +12562,9 @@ static const tIEDefn IES_TDLSSetupReq[] = {
|
|
|
{ offsetof(tDot11fTDLSSetupReq, VHTCaps), offsetof(tDot11fIEVHTCaps,
|
|
|
present), 0, "VHTCaps", 0, 14, 14, SigIeVHTCaps, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_VHTCAPS, 0, 0, },
|
|
|
+ { offsetof(tDot11fTDLSSetupReq, he_cap), offsetof(tDot11fIEhe_cap,
|
|
|
+ present), 0, "he_cap", 0, 23, 56, SigIehe_cap, {0, 0, 0, 0, 0},
|
|
|
+ 0, DOT11F_EID_HE_CAP, 35, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_tdls_setup_req(tpAniSirGlobal pCtx,
|
|
@@ -12649,6 +12658,9 @@ static const tIEDefn IES_TDLSSetupRsp[] = {
|
|
|
offsetof(tDot11fIEOperatingMode, present), 0, "OperatingMode",
|
|
|
0, 3, 3, SigIeOperatingMode, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_OPERATINGMODE, 0, 0, },
|
|
|
+ { offsetof(tDot11fTDLSSetupRsp, he_cap), offsetof(tDot11fIEhe_cap,
|
|
|
+ present), 0, "he_cap", 0, 23, 56, SigIehe_cap, {0, 0, 0, 0, 0},
|
|
|
+ 0, DOT11F_EID_HE_CAP, 35, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_tdls_setup_rsp(tpAniSirGlobal pCtx,
|