|
@@ -25,7 +25,7 @@
|
|
|
*
|
|
|
*
|
|
|
* This file was automatically generated by 'framesc'
|
|
|
- * Mon Mar 28 16:36:01 2022 from the following file(s):
|
|
|
+ * Fri Apr 1 15:39:36 2022 from the following file(s):
|
|
|
*
|
|
|
* dot11f.frms
|
|
|
*
|
|
@@ -9820,25 +9820,28 @@ uint32_t dot11f_unpack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
ielen -= 2;
|
|
|
pDst->type = tmp101__ >> 0 & 0x7;
|
|
|
pDst->reserved = tmp101__ >> 3 & 0x1;
|
|
|
- pDst->mld_mac_addr_present = tmp101__ >> 4 & 0x1;
|
|
|
- pDst->link_id_info_present = tmp101__ >> 5 & 0x1;
|
|
|
- pDst->bss_param_change_cnt_present = tmp101__ >> 6 & 0x1;
|
|
|
- pDst->medium_sync_delay_info_present = tmp101__ >> 7 & 0x1;
|
|
|
- pDst->eml_capab_present = tmp101__ >> 8 & 0x1;
|
|
|
- pDst->mld_capab_present = tmp101__ >> 9 & 0x1;
|
|
|
- pDst->reserved_1 = tmp101__ >> 10 & 0x3f;
|
|
|
- switch (pDst->mld_mac_addr_present) {
|
|
|
- case 1:
|
|
|
- if (unlikely(ielen < 6)) {
|
|
|
- pDst->present = 0;
|
|
|
- return DOT11F_INCOMPLETE_IE;
|
|
|
- }
|
|
|
+ pDst->link_id_info_present = tmp101__ >> 4 & 0x1;
|
|
|
+ pDst->bss_param_change_cnt_present = tmp101__ >> 5 & 0x1;
|
|
|
+ pDst->medium_sync_delay_info_present = tmp101__ >> 6 & 0x1;
|
|
|
+ pDst->eml_capab_present = tmp101__ >> 7 & 0x1;
|
|
|
+ pDst->mld_capab_present = tmp101__ >> 8 & 0x1;
|
|
|
+ pDst->reserved_1 = tmp101__ >> 9 & 0x7f;
|
|
|
+ if (unlikely(ielen < 1)) {
|
|
|
+ pDst->present = 0;
|
|
|
+ return DOT11F_INCOMPLETE_IE;
|
|
|
+ }
|
|
|
|
|
|
- DOT11F_MEMCPY(pCtx, pDst->mld_mac_addr.info.mld_mac_addr, pBuf, 6);
|
|
|
- pBuf += 6;
|
|
|
- ielen -= (uint8_t)6;
|
|
|
- break;
|
|
|
+ pDst->common_info_length = *pBuf;
|
|
|
+ pBuf += 1;
|
|
|
+ ielen -= (uint8_t)1;
|
|
|
+ if (unlikely(ielen < 6)) {
|
|
|
+ pDst->present = 0;
|
|
|
+ return DOT11F_INCOMPLETE_IE;
|
|
|
}
|
|
|
+
|
|
|
+ DOT11F_MEMCPY(pCtx, pDst->mld_mac_addr, pBuf, 6);
|
|
|
+ pBuf += 6;
|
|
|
+ ielen -= (uint8_t)6;
|
|
|
switch (pDst->link_id_info_present) {
|
|
|
case 1:
|
|
|
if (unlikely(ielen < 1)) {
|
|
@@ -9891,11 +9894,12 @@ uint32_t dot11f_unpack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
pBuf += 2;
|
|
|
ielen -= 2;
|
|
|
pDst->eml_capabilities.info.emlsr_support = tmp104__ >> 0 & 0x1;
|
|
|
- pDst->eml_capabilities.info.emlsr_delay = tmp104__ >> 1 & 0x7;
|
|
|
- pDst->eml_capabilities.info.emlmr_support = tmp104__ >> 4 & 0x1;
|
|
|
- pDst->eml_capabilities.info.emlmr_delay = tmp104__ >> 5 & 0x7;
|
|
|
- pDst->eml_capabilities.info.transition_timeout = tmp104__ >> 8 & 0xf;
|
|
|
- pDst->eml_capabilities.info.reserved = tmp104__ >> 12 & 0xf;
|
|
|
+ pDst->eml_capabilities.info.emlsr_padding_delay = tmp104__ >> 1 & 0x7;
|
|
|
+ pDst->eml_capabilities.info.emlsr_transition_delay = tmp104__ >> 4 & 0x7;
|
|
|
+ pDst->eml_capabilities.info.emlmr_support = tmp104__ >> 7 & 0x1;
|
|
|
+ pDst->eml_capabilities.info.emlmr_delay = tmp104__ >> 8 & 0x7;
|
|
|
+ pDst->eml_capabilities.info.transition_timeout = tmp104__ >> 11 & 0xf;
|
|
|
+ pDst->eml_capabilities.info.reserved = tmp104__ >> 15 & 0x1;
|
|
|
if (unlikely(ielen < 1)) {
|
|
|
pDst->present = 0;
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
@@ -9922,7 +9926,8 @@ uint32_t dot11f_unpack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
pDst->mld_capabilities.info.srs_support = tmp106__ >> 4 & 0x1;
|
|
|
pDst->mld_capabilities.info.tid_link_map_supported = tmp106__ >> 5 & 0x3;
|
|
|
pDst->mld_capabilities.info.str_freq_separation = tmp106__ >> 7 & 0x1f;
|
|
|
- pDst->mld_capabilities.info.reserved = tmp106__ >> 12 & 0xf;
|
|
|
+ pDst->mld_capabilities.info.aar_support = tmp106__ >> 12 & 0x1;
|
|
|
+ pDst->mld_capabilities.info.reserved = tmp106__ >> 13 & 0x7;
|
|
|
break;
|
|
|
}
|
|
|
(void)pCtx;
|
|
@@ -10962,7 +10967,7 @@ static const tIEDefn IES_AssocRequest[] = {
|
|
|
present), 0, "eht_cap", 0, 26, 88, SigIeeht_cap, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_CAP, 108, 0, },
|
|
|
{ offsetof(tDot11fAssocRequest, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fAssocRequest, WPAOpaque), offsetof(tDot11fIEWPAOpaque,
|
|
|
present), 0, "WPAOpaque", 0, 8, 255, SigIeWPAOpaque, {0, 80, 242, 1, 0},
|
|
@@ -11156,7 +11161,7 @@ static const tIEDefn IES_AssocResponse[] = {
|
|
|
present), 0, "eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fAssocResponse, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fAssocResponse, WPA), offsetof(tDot11fIEWPA, present), 0,
|
|
|
"WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
|
|
@@ -11269,7 +11274,7 @@ static const tIEDefn IES_Authentication[] = {
|
|
|
"fils_assoc_delay_info", 0, 3, 3, SigIefils_assoc_delay_info,
|
|
|
{0, 0, 0, 0, 0}, 0, DOT11F_EID_FILS_ASSOC_DELAY_INFO, 1, 0, },
|
|
|
{ offsetof(tDot11fAuthentication, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
|
|
|
|
|
@@ -11463,7 +11468,7 @@ static const tIEDefn IES_Beacon[] = {
|
|
|
"eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fBeacon, mlo_ie), offsetof(tDot11fIEmlo_ie, present), 0,
|
|
|
- "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fBeacon, WPA), offsetof(tDot11fIEWPA, present), 0, "WPA",
|
|
|
0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
|
|
@@ -11715,7 +11720,7 @@ static const tIEDefn IES_Beacon2[] = {
|
|
|
"eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fBeacon2, mlo_ie), offsetof(tDot11fIEmlo_ie, present), 0,
|
|
|
- "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fBeacon2, WPA), offsetof(tDot11fIEWPA, present), 0, "WPA",
|
|
|
0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
|
|
@@ -11958,7 +11963,7 @@ static const tIEDefn IES_BeaconIEs[] = {
|
|
|
0, "eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fBeaconIEs, mlo_ie), offsetof(tDot11fIEmlo_ie, present),
|
|
|
- 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fBeaconIEs, WPA), offsetof(tDot11fIEWPA, present), 0,
|
|
|
"WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
|
|
@@ -12432,7 +12437,7 @@ static const tIEDefn IES_ProbeRequest[] = {
|
|
|
present), 0, "eht_cap", 0, 26, 88, SigIeeht_cap, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_CAP, 108, 0, },
|
|
|
{ offsetof(tDot11fProbeRequest, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fProbeRequest, WscProbeReq),
|
|
|
offsetof(tDot11fIEWscProbeReq, present), 0, "WscProbeReq",
|
|
@@ -12634,7 +12639,7 @@ static const tIEDefn IES_ProbeResponse[] = {
|
|
|
present), 0, "eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fProbeResponse, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fProbeResponse, WPA), offsetof(tDot11fIEWPA, present), 0,
|
|
|
"WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
|
|
@@ -12912,7 +12917,7 @@ static const tIEDefn IES_ReAssocRequest[] = {
|
|
|
present), 0, "eht_cap", 0, 26, 88, SigIeeht_cap, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_CAP, 108, 0, },
|
|
|
{ offsetof(tDot11fReAssocRequest, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fReAssocRequest, WPAOpaque),
|
|
|
offsetof(tDot11fIEWPAOpaque, present), 0, "WPAOpaque",
|
|
@@ -13088,7 +13093,7 @@ static const tIEDefn IES_ReAssocResponse[] = {
|
|
|
present), 0, "eht_op", 0, 6, 8, SigIeeht_op, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_EHT_OP, 106, 0, },
|
|
|
{ offsetof(tDot11fReAssocResponse, mlo_ie), offsetof(tDot11fIEmlo_ie,
|
|
|
- present), 0, "mlo_ie", 0, 4, 276, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
+ present), 0, "mlo_ie", 0, 11, 277, SigIemlo_ie, {0, 0, 0, 0, 0},
|
|
|
0, DOT11F_EID_MLO_IE, 107, 0, },
|
|
|
{ offsetof(tDot11fReAssocResponse, WPA), offsetof(tDot11fIEWPA, present),
|
|
|
0, "WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0},
|
|
@@ -17716,13 +17721,8 @@ uint32_t dot11f_get_packed_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
(void)pCtx;
|
|
|
while (pIe->present) {
|
|
|
*pnNeeded += 2;
|
|
|
- if (pIe->mld_mac_addr_present) {
|
|
|
- switch (pIe->mld_mac_addr_present) {
|
|
|
- case 1:
|
|
|
- *pnNeeded += 6;
|
|
|
- break;
|
|
|
- }
|
|
|
- }
|
|
|
+ *pnNeeded += 1;
|
|
|
+ *pnNeeded += 6;
|
|
|
if (pIe->link_id_info_present) {
|
|
|
switch (pIe->link_id_info_present) {
|
|
|
case 1:
|
|
@@ -29542,13 +29542,12 @@ uint32_t dot11f_pack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
tmp220__ = 0U;
|
|
|
tmp220__ |= (pSrc->type << 0);
|
|
|
tmp220__ |= (pSrc->reserved << 3);
|
|
|
- tmp220__ |= (pSrc->mld_mac_addr_present << 4);
|
|
|
- tmp220__ |= (pSrc->link_id_info_present << 5);
|
|
|
- tmp220__ |= (pSrc->bss_param_change_cnt_present << 6);
|
|
|
- tmp220__ |= (pSrc->medium_sync_delay_info_present << 7);
|
|
|
- tmp220__ |= (pSrc->eml_capab_present << 8);
|
|
|
- tmp220__ |= (pSrc->mld_capab_present << 9);
|
|
|
- tmp220__ |= (pSrc->reserved_1 << 10);
|
|
|
+ tmp220__ |= (pSrc->link_id_info_present << 4);
|
|
|
+ tmp220__ |= (pSrc->bss_param_change_cnt_present << 5);
|
|
|
+ tmp220__ |= (pSrc->medium_sync_delay_info_present << 6);
|
|
|
+ tmp220__ |= (pSrc->eml_capab_present << 7);
|
|
|
+ tmp220__ |= (pSrc->mld_capab_present << 8);
|
|
|
+ tmp220__ |= (pSrc->reserved_1 << 9);
|
|
|
if (unlikely(nBuf < 2))
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
|
|
|
@@ -29556,15 +29555,12 @@ uint32_t dot11f_pack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
*pnConsumed += 2;
|
|
|
pBuf += 2;
|
|
|
nBuf -= 2 ;
|
|
|
- if (pSrc->mld_mac_addr_present) {
|
|
|
- switch (pSrc->mld_mac_addr_present) {
|
|
|
- case 1:
|
|
|
- DOT11F_MEMCPY(pCtx, pBuf, pSrc->mld_mac_addr.info.mld_mac_addr, 6);
|
|
|
- *pnConsumed += 6;
|
|
|
- pBuf += 6;
|
|
|
- break;
|
|
|
- }
|
|
|
- }
|
|
|
+ *pBuf = pSrc->common_info_length;
|
|
|
+ *pnConsumed += 1;
|
|
|
+ pBuf += 1;
|
|
|
+ DOT11F_MEMCPY(pCtx, pBuf, pSrc->mld_mac_addr, 6);
|
|
|
+ *pnConsumed += 6;
|
|
|
+ pBuf += 6;
|
|
|
if (pSrc->link_id_info_present) {
|
|
|
switch (pSrc->link_id_info_present) {
|
|
|
case 1:
|
|
@@ -29612,11 +29608,12 @@ uint32_t dot11f_pack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
case 1:
|
|
|
tmp223__ = 0U;
|
|
|
tmp223__ |= (pSrc->eml_capabilities.info.emlsr_support << 0);
|
|
|
- tmp223__ |= (pSrc->eml_capabilities.info.emlsr_delay << 1);
|
|
|
- tmp223__ |= (pSrc->eml_capabilities.info.emlmr_support << 4);
|
|
|
- tmp223__ |= (pSrc->eml_capabilities.info.emlmr_delay << 5);
|
|
|
- tmp223__ |= (pSrc->eml_capabilities.info.transition_timeout << 8);
|
|
|
- tmp223__ |= (pSrc->eml_capabilities.info.reserved << 12);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.emlsr_padding_delay << 1);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.emlsr_transition_delay << 4);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.emlmr_support << 7);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.emlmr_delay << 8);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.transition_timeout << 11);
|
|
|
+ tmp223__ |= (pSrc->eml_capabilities.info.reserved << 15);
|
|
|
if (unlikely(nBuf < 2))
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
|
|
|
@@ -29645,7 +29642,8 @@ uint32_t dot11f_pack_ie_mlo_ie(tpAniSirGlobal pCtx,
|
|
|
tmp225__ |= (pSrc->mld_capabilities.info.srs_support << 4);
|
|
|
tmp225__ |= (pSrc->mld_capabilities.info.tid_link_map_supported << 5);
|
|
|
tmp225__ |= (pSrc->mld_capabilities.info.str_freq_separation << 7);
|
|
|
- tmp225__ |= (pSrc->mld_capabilities.info.reserved << 12);
|
|
|
+ tmp225__ |= (pSrc->mld_capabilities.info.aar_support << 12);
|
|
|
+ tmp225__ |= (pSrc->mld_capabilities.info.reserved << 13);
|
|
|
if (unlikely(nBuf < 2))
|
|
|
return DOT11F_INCOMPLETE_IE;
|
|
|
|