|
@@ -24,7 +24,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Thu Oct 1 12:01:17 2020 from the following file(s):
|
|
|
+ * Fri Oct 9 22:48:44 2020 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -9710,6 +9710,46 @@ uint32_t dot11f_unpack_ie_mu_edca_param_set(tpAniSirGlobal pCtx,
|
|
|
#define SigIemu_edca_param_set (0x0094)
|
|
|
|
|
|
|
|
|
+uint32_t dot11f_unpack_ie_oci(tpAniSirGlobal pCtx,
|
|
|
+ uint8_t *pBuf,
|
|
|
+ uint8_t ielen,
|
|
|
+ tDot11fIEoci *pDst,
|
|
|
+ bool append_ie)
|
|
|
+{
|
|
|
+ uint32_t status = DOT11F_PARSE_SUCCESS;
|
|
|
+ (void) pBuf; (void)ielen; /* Shutup the compiler */
|
|
|
+ if (pDst->present)
|
|
|
+ return DOT11F_DUPLICATE_IE;
|
|
|
+ pDst->present = 1;
|
|
|
+ if (unlikely(ielen < 1)) {
|
|
|
+ pDst->present = 0;
|
|
|
+ return DOT11F_INCOMPLETE_IE;
|
|
|
+ }
|
|
|
+
|
|
|
+ pDst->op_class = *pBuf;
|
|
|
+ pBuf += 1;
|
|
|
+ ielen -= (uint8_t)1;
|
|
|
+ if (unlikely(ielen < 1)) {
|
|
|
+ pDst->present = 0;
|
|
|
+ return DOT11F_INCOMPLETE_IE;
|
|
|
+ }
|
|
|
+
|
|
|
+ pDst->prim_ch_num = *pBuf;
|
|
|
+ pBuf += 1;
|
|
|
+ ielen -= (uint8_t)1;
|
|
|
+ if (unlikely(ielen < 1)) {
|
|
|
+ pDst->present = 0;
|
|
|
+ return DOT11F_INCOMPLETE_IE;
|
|
|
+ }
|
|
|
+
|
|
|
+ pDst->freq_seg_1_ch_num = *pBuf;
|
|
|
+ (void)pCtx;
|
|
|
+ return status;
|
|
|
+} /* End dot11f_unpack_ie_oci. */
|
|
|
+
|
|
|
+#define SigIeoci (0x0095)
|
|
|
+
|
|
|
+
|
|
|
uint32_t dot11f_unpack_ie_osen_ie(tpAniSirGlobal pCtx,
|
|
|
uint8_t *pBuf,
|
|
|
uint8_t ielen,
|
|
@@ -9727,7 +9767,7 @@ uint32_t dot11f_unpack_ie_osen_ie(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_ie_osen_ie. */
|
|
|
|
|
|
-#define SigIeosen_ie (0x0095)
|
|
|
+#define SigIeosen_ie (0x0096)
|
|
|
|
|
|
|
|
|
static const tTLVDefn TLVS_qcn_ie[] = {
|
|
@@ -9782,7 +9822,7 @@ uint32_t dot11f_unpack_ie_qcn_ie(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_ie_qcn_ie. */
|
|
|
|
|
|
-#define SigIeqcn_ie (0x0096)
|
|
|
+#define SigIeqcn_ie (0x0097)
|
|
|
|
|
|
|
|
|
uint32_t dot11f_unpack_ie_roaming_consortium_sel(tpAniSirGlobal pCtx,
|
|
@@ -9802,7 +9842,7 @@ uint32_t dot11f_unpack_ie_roaming_consortium_sel(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_ie_roaming_consortium_sel. */
|
|
|
|
|
|
-#define SigIeroaming_consortium_sel (0x0097)
|
|
|
+#define SigIeroaming_consortium_sel (0x0098)
|
|
|
|
|
|
|
|
|
uint32_t dot11f_unpack_ie_sec_chan_offset_ele(tpAniSirGlobal pCtx,
|
|
@@ -9826,7 +9866,7 @@ uint32_t dot11f_unpack_ie_sec_chan_offset_ele(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_ie_sec_chan_offset_ele. */
|
|
|
|
|
|
-#define SigIesec_chan_offset_ele (0x0098)
|
|
|
+#define SigIesec_chan_offset_ele (0x0099)
|
|
|
|
|
|
|
|
|
static const tFFDefn FFS_vendor_vht_ie[] = {
|
|
@@ -9875,7 +9915,7 @@ uint32_t dot11f_unpack_ie_vendor_vht_ie(tpAniSirGlobal pCtx,
|
|
|
return status;
|
|
|
} /* End dot11f_unpack_ie_vendor_vht_ie. */
|
|
|
|
|
|
-#define SigIevendor_vht_ie (0x0099)
|
|
|
+#define SigIevendor_vht_ie (0x009a)
|
|
|
|
|
|
|
|
|
static const tFFDefn FFS_AddTSRequest[] = {
|
|
@@ -12192,6 +12232,8 @@ static const tFFDefn FFS_SaQueryReq[] = {
|
|
|
};
|
|
|
|
|
|
static const tIEDefn IES_SaQueryReq[] = {
|
|
|
+ { offsetof(tDot11fSaQueryReq, oci), offsetof(tDot11fIEoci, present), 0,
|
|
|
+ "oci", 0, 5, 5, SigIeoci, {0, 0, 0, 0, 0}, 0, DOT11F_EID_OCI, 54, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_sa_query_req(tpAniSirGlobal pCtx,
|
|
@@ -12220,6 +12262,8 @@ static const tFFDefn FFS_SaQueryRsp[] = {
|
|
|
};
|
|
|
|
|
|
static const tIEDefn IES_SaQueryRsp[] = {
|
|
|
+ { offsetof(tDot11fSaQueryRsp, oci), offsetof(tDot11fIEoci, present), 0,
|
|
|
+ "oci", 0, 5, 5, SigIeoci, {0, 0, 0, 0, 0}, 0, DOT11F_EID_OCI, 54, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
|
uint32_t dot11f_unpack_sa_query_rsp(tpAniSirGlobal pCtx,
|
|
@@ -15047,6 +15091,16 @@ static uint32_t unpack_core(tpAniSirGlobal pCtx,
|
|
|
countOffset),
|
|
|
append_ie);
|
|
|
break;
|
|
|
+ case SigIeoci:
|
|
|
+ status |=
|
|
|
+ dot11f_unpack_ie_oci(
|
|
|
+ pCtx, pBufRemaining, len,
|
|
|
+ (tDot11fIEoci *)
|
|
|
+ (pFrm + pIe->offset +
|
|
|
+ sizeof(tDot11fIEoci) *
|
|
|
+ countOffset),
|
|
|
+ append_ie);
|
|
|
+ break;
|
|
|
case SigIeosen_ie:
|
|
|
status |=
|
|
|
dot11f_unpack_ie_osen_ie(
|
|
@@ -18322,6 +18376,13 @@ static uint32_t get_packed_size_core(tpAniSirGlobal pCtx,
|
|
|
(pFrm + pIe->offset + offset * i))->
|
|
|
present;
|
|
|
break;
|
|
|
+ case SigIeoci:
|
|
|
+ offset = sizeof(tDot11fIEoci);
|
|
|
+ byteCount = 3;
|
|
|
+ pIePresent = ((tDot11fIEoci *)
|
|
|
+ (pFrm + pIe->offset + offset * i))->
|
|
|
+ present;
|
|
|
+ break;
|
|
|
case SigIeosen_ie:
|
|
|
offset = sizeof(tDot11fIEosen_ie);
|
|
|
byteCount = ((tDot11fIEosen_ie *)
|
|
@@ -27998,6 +28059,43 @@ uint32_t dot11f_pack_ie_mu_edca_param_set(tpAniSirGlobal pCtx,
|
|
|
return DOT11F_PARSE_SUCCESS;
|
|
|
} /* End dot11f_pack_ie_mu_edca_param_set. */
|
|
|
|
|
|
+uint32_t dot11f_pack_ie_oci(tpAniSirGlobal pCtx,
|
|
|
+ tDot11fIEoci *pSrc,
|
|
|
+ uint8_t *pBuf,
|
|
|
+ uint32_t nBuf,
|
|
|
+ uint32_t *pnConsumed)
|
|
|
+{
|
|
|
+ uint8_t *pIeLen = 0;
|
|
|
+ uint32_t nConsumedOnEntry = *pnConsumed;
|
|
|
+ uint32_t nNeeded = 0U;
|
|
|
+ nNeeded += 3;
|
|
|
+ while (pSrc->present) {
|
|
|
+ if (nNeeded > nBuf)
|
|
|
+ return DOT11F_BUFFER_OVERFLOW;
|
|
|
+ *pBuf = 255;
|
|
|
+ ++pBuf; ++(*pnConsumed);
|
|
|
+ pIeLen = pBuf;
|
|
|
+ ++pBuf; ++(*pnConsumed);
|
|
|
+ *pBuf = 54;
|
|
|
+ ++pBuf; ++(*pnConsumed);
|
|
|
+ *pBuf = pSrc->op_class;
|
|
|
+ *pnConsumed += 1;
|
|
|
+ pBuf += 1;
|
|
|
+ *pBuf = pSrc->prim_ch_num;
|
|
|
+ *pnConsumed += 1;
|
|
|
+ pBuf += 1;
|
|
|
+ *pBuf = pSrc->freq_seg_1_ch_num;
|
|
|
+ *pnConsumed += 1;
|
|
|
+ /* fieldsEndFlag = 1 */
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ (void)pCtx;
|
|
|
+ if (pIeLen) {
|
|
|
+ *pIeLen = *pnConsumed - nConsumedOnEntry - 2;
|
|
|
+ }
|
|
|
+ return DOT11F_PARSE_SUCCESS;
|
|
|
+} /* End dot11f_pack_ie_oci. */
|
|
|
+
|
|
|
uint32_t dot11f_pack_ie_osen_ie(tpAniSirGlobal pCtx,
|
|
|
tDot11fIEosen_ie *pSrc,
|
|
|
uint8_t *pBuf,
|
|
@@ -30435,6 +30533,14 @@ static uint32_t pack_core(tpAniSirGlobal pCtx,
|
|
|
sizeof(tDot11fIEmu_edca_param_set) * i),
|
|
|
pBufRemaining, nBufRemaining, &len);
|
|
|
break;
|
|
|
+ case SigIeoci:
|
|
|
+ status |=
|
|
|
+ dot11f_pack_ie_oci(
|
|
|
+ pCtx, (tDot11fIEoci *)
|
|
|
+ (pSrc + pIe->offset +
|
|
|
+ sizeof(tDot11fIEoci) * i),
|
|
|
+ pBufRemaining, nBufRemaining, &len);
|
|
|
+ break;
|
|
|
case SigIeosen_ie:
|
|
|
status |=
|
|
|
dot11f_pack_ie_osen_ie(
|