|
@@ -25,7 +25,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Thu May 18 15:31:21 2023 from the following file(s):
|
|
|
+ * Tue May 30 09:55:35 2023 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -14134,6 +14134,90 @@ uint32_t dot11f_unpack_delba_req(tpAniSirGlobal pCtx,
|
|
|
|
|
|
} /* End dot11f_unpack_delba_req. */
|
|
|
|
|
|
+static const tFFDefn FFS_epcs_neg_req[] = {
|
|
|
+ { "Category", offsetof(tDot11fepcs_neg_req, Category), SigFfCategory,
|
|
|
+ DOT11F_FF_CATEGORY_LEN, },
|
|
|
+ { "Action", offsetof(tDot11fepcs_neg_req, Action), SigFfAction,
|
|
|
+ DOT11F_FF_ACTION_LEN, },
|
|
|
+ { "DialogToken", offsetof(tDot11fepcs_neg_req, DialogToken),
|
|
|
+ SigFfDialogToken, DOT11F_FF_DIALOGTOKEN_LEN, },
|
|
|
+ { NULL, 0, 0, 0,},
|
|
|
+};
|
|
|
+
|
|
|
+static const tIEDefn IES_epcs_neg_req[] = {
|
|
|
+ {0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
+
|
|
|
+uint32_t dot11f_unpack_epcs_neg_req(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf,
|
|
|
+ tDot11fepcs_neg_req *pFrm, bool append_ie)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ status = unpack_core(pCtx, pBuf, nBuf,
|
|
|
+ FFS_epcs_neg_req, IES_epcs_neg_req,
|
|
|
+ (uint8_t *)pFrm, sizeof(*pFrm), append_ie);
|
|
|
+
|
|
|
+ (void)i;
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_neg_req. */
|
|
|
+
|
|
|
+static const tFFDefn FFS_epcs_neg_rsp[] = {
|
|
|
+ { "Category", offsetof(tDot11fepcs_neg_rsp, Category), SigFfCategory,
|
|
|
+ DOT11F_FF_CATEGORY_LEN, },
|
|
|
+ { "Action", offsetof(tDot11fepcs_neg_rsp, Action), SigFfAction,
|
|
|
+ DOT11F_FF_ACTION_LEN, },
|
|
|
+ { "DialogToken", offsetof(tDot11fepcs_neg_rsp, DialogToken),
|
|
|
+ SigFfDialogToken, DOT11F_FF_DIALOGTOKEN_LEN, },
|
|
|
+ { "Status", offsetof(tDot11fepcs_neg_rsp, Status), SigFfStatus,
|
|
|
+ DOT11F_FF_STATUS_LEN, },
|
|
|
+ { NULL, 0, 0, 0,},
|
|
|
+};
|
|
|
+
|
|
|
+static const tIEDefn IES_epcs_neg_rsp[] = {
|
|
|
+ {0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
+
|
|
|
+uint32_t dot11f_unpack_epcs_neg_rsp(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf,
|
|
|
+ tDot11fepcs_neg_rsp *pFrm, bool append_ie)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ status = unpack_core(pCtx, pBuf, nBuf,
|
|
|
+ FFS_epcs_neg_rsp, IES_epcs_neg_rsp,
|
|
|
+ (uint8_t *)pFrm, sizeof(*pFrm), append_ie);
|
|
|
+
|
|
|
+ (void)i;
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_neg_rsp. */
|
|
|
+
|
|
|
+static const tFFDefn FFS_epcs_teardown[] = {
|
|
|
+ { "Category", offsetof(tDot11fepcs_teardown, Category), SigFfCategory,
|
|
|
+ DOT11F_FF_CATEGORY_LEN, },
|
|
|
+ { "Action", offsetof(tDot11fepcs_teardown, Action), SigFfAction,
|
|
|
+ DOT11F_FF_ACTION_LEN, },
|
|
|
+ { NULL, 0, 0, 0,},
|
|
|
+};
|
|
|
+
|
|
|
+static const tIEDefn IES_epcs_teardown[] = {
|
|
|
+ {0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
+
|
|
|
+uint32_t dot11f_unpack_epcs_teardown(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf,
|
|
|
+ tDot11fepcs_teardown *pFrm, bool append_ie)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ status = unpack_core(pCtx, pBuf, nBuf,
|
|
|
+ FFS_epcs_teardown, IES_epcs_teardown,
|
|
|
+ (uint8_t *)pFrm, sizeof(*pFrm), append_ie);
|
|
|
+
|
|
|
+ (void)i;
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_teardown. */
|
|
|
+
|
|
|
static const tFFDefn FFS_ext_channel_switch_action_frame[] = {
|
|
|
{ "Category", offsetof(tDot11fext_channel_switch_action_frame, Category),
|
|
|
SigFfCategory, DOT11F_FF_CATEGORY_LEN, },
|
|
@@ -18504,6 +18588,36 @@ uint32_t dot11f_get_packed_delba_req_size(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_get_packed_delba_req_size. */
|
|
|
|
|
|
+uint32_t dot11f_get_packed_epcs_neg_reqSize(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_neg_req *pFrm, uint32_t *pnNeeded)
|
|
|
+{
|
|
|
+ uint32_t status = 0;
|
|
|
+ *pnNeeded = 3;
|
|
|
+ status = get_packed_size_core(pCtx, (uint8_t *)pFrm, pnNeeded,
|
|
|
+ IES_epcs_neg_req);
|
|
|
+ return status;
|
|
|
+} /* End dot11f_get_packed_epcs_neg_reqSize. */
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_epcs_neg_rspSize(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_neg_rsp *pFrm, uint32_t *pnNeeded)
|
|
|
+{
|
|
|
+ uint32_t status = 0;
|
|
|
+ *pnNeeded = 5;
|
|
|
+ status = get_packed_size_core(pCtx, (uint8_t *)pFrm, pnNeeded,
|
|
|
+ IES_epcs_neg_rsp);
|
|
|
+ return status;
|
|
|
+} /* End dot11f_get_packed_epcs_neg_rspSize. */
|
|
|
+
|
|
|
+uint32_t dot11f_get_packed_epcs_teardownSize(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_teardown *pFrm, uint32_t *pnNeeded)
|
|
|
+{
|
|
|
+ uint32_t status = 0;
|
|
|
+ *pnNeeded = 2;
|
|
|
+ status = get_packed_size_core(pCtx, (uint8_t *)pFrm, pnNeeded,
|
|
|
+ IES_epcs_teardown);
|
|
|
+ return status;
|
|
|
+} /* End dot11f_get_packed_epcs_teardownSize. */
|
|
|
+
|
|
|
uint32_t dot11f_get_packed_ext_channel_switch_action_frame_size(tpAniSirGlobal pCtx,
|
|
|
tDot11fext_channel_switch_action_frame *pFrm, uint32_t *pnNeeded)
|
|
|
{
|
|
@@ -31233,6 +31347,51 @@ uint32_t dot11f_pack_delba_req(tpAniSirGlobal pCtx,
|
|
|
|
|
|
} /* End dot11f_unpack_delba_req. */
|
|
|
|
|
|
+uint32_t dot11f_pack_epcs_neg_req(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_neg_req *pFrm,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf, uint32_t *pnConsumed)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ (void)i;
|
|
|
+ *pnConsumed = 0U;
|
|
|
+ status = pack_core(pCtx, (uint8_t *)pFrm, pBuf, nBuf, pnConsumed,
|
|
|
+ FFS_epcs_neg_req, IES_epcs_neg_req);
|
|
|
+
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_neg_req. */
|
|
|
+
|
|
|
+uint32_t dot11f_pack_epcs_neg_rsp(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_neg_rsp *pFrm,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf, uint32_t *pnConsumed)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ (void)i;
|
|
|
+ *pnConsumed = 0U;
|
|
|
+ status = pack_core(pCtx, (uint8_t *)pFrm, pBuf, nBuf, pnConsumed,
|
|
|
+ FFS_epcs_neg_rsp, IES_epcs_neg_rsp);
|
|
|
+
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_neg_rsp. */
|
|
|
+
|
|
|
+uint32_t dot11f_pack_epcs_teardown(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fepcs_teardown *pFrm,
|
|
|
+ uint8_t *pBuf, uint32_t nBuf, uint32_t *pnConsumed)
|
|
|
+{
|
|
|
+ uint32_t i = 0;
|
|
|
+ uint32_t status = 0;
|
|
|
+ (void)i;
|
|
|
+ *pnConsumed = 0U;
|
|
|
+ status = pack_core(pCtx, (uint8_t *)pFrm, pBuf, nBuf, pnConsumed,
|
|
|
+ FFS_epcs_teardown, IES_epcs_teardown);
|
|
|
+
|
|
|
+ return status;
|
|
|
+
|
|
|
+} /* End dot11f_unpack_epcs_teardown. */
|
|
|
+
|
|
|
uint32_t dot11f_pack_ext_channel_switch_action_frame(tpAniSirGlobal pCtx,
|
|
|
tDot11fext_channel_switch_action_frame *pFrm,
|
|
|
uint8_t *pBuf, uint32_t nBuf, uint32_t *pnConsumed)
|