Browse Source

qcacld-3.0: Update Association request response T2LM IE

As per draft 3.0, association or reassociation request
or response can include upto 2 t2lm ie's.

Change-Id: I2095e161c433237ce91ab25d1bd133e0bb5f106f
CRs-Fixed: 3487012
Amruta Kulkarni 1 năm trước cách đây
mục cha
commit
4682e96332

+ 4 - 4
core/mac/src/cfg/cfgUtil/dot11f.frms

@@ -4157,7 +4157,7 @@ FRAME AssocRequest                        // 7.2.3.4
     OPTIE  dh_parameter_element;
     OPTIE  eht_cap;
     OPTIE  mlo_ie;
-    OPTIE  t2lm_ie;
+    OPTIE  t2lm_ie[0..2];
 
     OPTIE  WPAOpaque;
     OPTIE  WMMCaps;
@@ -4215,7 +4215,7 @@ FRAME AssocResponse                       // 7.2.3.5
     OPTIE  eht_cap;
     OPTIE  eht_op;
     OPTIE  mlo_ie;
-    OPTIE  t2lm_ie;
+    OPTIE  t2lm_ie[0..2];
 
     OPTIE  WPA;
     OPTIE  WMMParams;
@@ -4262,7 +4262,7 @@ FRAME ReAssocRequest                      // 7.2.3.6
     OPTIE  ESECckmOpaque;
     OPTIE  eht_cap;
     OPTIE  mlo_ie;
-    OPTIE  t2lm_ie;
+    OPTIE  t2lm_ie[0..2];
 
     OPTIE  WPAOpaque;
     OPTIE  WMMCaps;
@@ -4314,7 +4314,7 @@ FRAME ReAssocResponse                     // 7.2.3.7
     OPTIE  eht_cap;
     OPTIE  eht_op;
     OPTIE  mlo_ie;
-    OPTIE  t2lm_ie;
+    OPTIE  t2lm_ie[0..2];
 
     OPTIE  WPA;
     OPTIE  WMMParams;

+ 9 - 5
core/mac/src/include/dot11f.h

@@ -27,7 +27,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Thu Apr  6 23:52:53 2023 from the following file(s):
+ * Wed May  3 14:05:58 2023 from the following file(s):
  *
  * dot11f.frms
  *
@@ -10644,7 +10644,8 @@ typedef struct sDot11fAssocRequest{
 	tDot11fIEdh_parameter_element          dh_parameter_element;
 	tDot11fIEeht_cap                       eht_cap;
 	tDot11fIEmlo_ie                        mlo_ie;
-	tDot11fIEt2lm_ie                       t2lm_ie;
+	uint16_t                               num_t2lm_ie;
+	tDot11fIEt2lm_ie                       t2lm_ie[2];
 	tDot11fIEWPAOpaque                     WPAOpaque;
 	tDot11fIEWMMCaps                       WMMCaps;
 	tDot11fIEWMMInfoStation                WMMInfoStation;
@@ -10720,7 +10721,8 @@ typedef struct sDot11fAssocResponse{
 	tDot11fIEeht_cap                        eht_cap;
 	tDot11fIEeht_op                         eht_op;
 	tDot11fIEmlo_ie                         mlo_ie;
-	tDot11fIEt2lm_ie                        t2lm_ie;
+	uint16_t                                num_t2lm_ie;
+	tDot11fIEt2lm_ie                        t2lm_ie[2];
 	tDot11fIEWPA                            WPA;
 	tDot11fIEWMMParams                      WMMParams;
 	tDot11fIEWMMCaps                        WMMCaps;
@@ -11641,7 +11643,8 @@ typedef struct sDot11fReAssocRequest{
 	tDot11fIEESECckmOpaque               ESECckmOpaque;
 	tDot11fIEeht_cap                     eht_cap;
 	tDot11fIEmlo_ie                      mlo_ie;
-	tDot11fIEt2lm_ie                     t2lm_ie;
+	uint16_t                             num_t2lm_ie;
+	tDot11fIEt2lm_ie                     t2lm_ie[2];
 	tDot11fIEWPAOpaque                   WPAOpaque;
 	tDot11fIEWMMCaps                     WMMCaps;
 	tDot11fIEWMMInfoStation              WMMInfoStation;
@@ -11712,7 +11715,8 @@ typedef struct sDot11fReAssocResponse{
 	tDot11fIEeht_cap                        eht_cap;
 	tDot11fIEeht_op                         eht_op;
 	tDot11fIEmlo_ie                         mlo_ie;
-	tDot11fIEt2lm_ie                        t2lm_ie;
+	uint16_t                                num_t2lm_ie;
+	tDot11fIEt2lm_ie                        t2lm_ie[2];
 	tDot11fIEWPA                            WPA;
 	tDot11fIEWMMParams                      WMMParams;
 	tDot11fIEESERadMgmtCap                  ESERadMgmtCap;

+ 9 - 5
core/mac/src/sys/legacy/src/utils/src/dot11f.c

@@ -25,7 +25,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Thu Apr  6 23:52:53 2023 from the following file(s):
+ * Wed May  3 14:05:58 2023 from the following file(s):
  *
  * dot11f.frms
  *
@@ -10934,7 +10934,8 @@ static const tIEDefn IES_AssocRequest[] = {
 	present), 0, "mlo_ie", 0, 11, 257, SigIemlo_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_MLO_IE, 107, 0, },
 	{ offsetof(tDot11fAssocRequest, t2lm_ie), offsetof(tDot11fIEt2lm_ie,
-	present), 0, "t2lm_ie", 0, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
+	present), offsetof(tDot11fAssocRequest, num_t2lm_ie), "t2lm_ie",
+	2, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_T2LM_IE, 109, 0, },
 	{ offsetof(tDot11fAssocRequest, WPAOpaque), offsetof(tDot11fIEWPAOpaque,
 	present), 0, "WPAOpaque", 0, 8, 255, SigIeWPAOpaque, {0, 80, 242, 1, 0},
@@ -11139,7 +11140,8 @@ static const tIEDefn IES_AssocResponse[] = {
 	present), 0, "mlo_ie", 0, 11, 257, SigIemlo_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_MLO_IE, 107, 0, },
 	{ offsetof(tDot11fAssocResponse, t2lm_ie), offsetof(tDot11fIEt2lm_ie,
-	present), 0, "t2lm_ie", 0, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
+	present), offsetof(tDot11fAssocResponse, num_t2lm_ie), "t2lm_ie",
+	2, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_T2LM_IE, 109, 0, },
 	{ offsetof(tDot11fAssocResponse, WPA), offsetof(tDot11fIEWPA, present), 0,
 	"WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0}, 4, DOT11F_EID_WPA, 0, 0, },
@@ -12929,7 +12931,8 @@ static const tIEDefn IES_ReAssocRequest[] = {
 	present), 0, "mlo_ie", 0, 11, 257, SigIemlo_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_MLO_IE, 107, 0, },
 	{ offsetof(tDot11fReAssocRequest, t2lm_ie), offsetof(tDot11fIEt2lm_ie,
-	present), 0, "t2lm_ie", 0, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
+	present), offsetof(tDot11fReAssocRequest, num_t2lm_ie), "t2lm_ie",
+	2, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_T2LM_IE, 109, 0, },
 	{ offsetof(tDot11fReAssocRequest, WPAOpaque),
 	offsetof(tDot11fIEWPAOpaque, present), 0, "WPAOpaque",
@@ -13116,7 +13119,8 @@ static const tIEDefn IES_ReAssocResponse[] = {
 	present), 0, "mlo_ie", 0, 11, 257, SigIemlo_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_MLO_IE, 107, 0, },
 	{ offsetof(tDot11fReAssocResponse, t2lm_ie), offsetof(tDot11fIEt2lm_ie,
-	present), 0, "t2lm_ie", 0, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
+	present), offsetof(tDot11fReAssocResponse, num_t2lm_ie), "t2lm_ie",
+	2, 5, 257, SigIet2lm_ie, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_T2LM_IE, 109, 0, },
 	{ offsetof(tDot11fReAssocResponse, WPA), offsetof(tDot11fIEWPA, present),
 	0, "WPA", 0, 8, 50, SigIeWPA, {0, 80, 242, 1, 0},