Эх сурвалжийг харах

qcacld-3.0: Add MLO IE in Authentication frame

Add MLO IE in Authentication frame for usage in
dot11f_unpack_authentication API.

Change-Id: I5fd7297de233970ee5e7fd893539a8f80cbe6461
CRs-Fixed: 3142275
Gururaj Pandurangi 3 жил өмнө
parent
commit
003b9ba4d8

+ 1 - 0
core/mac/src/cfg/cfgUtil/dot11f.frms

@@ -4413,6 +4413,7 @@ FRAME Authentication                      // 7.2.3.10
     OPTIE  fils_session;
     OPTIE  fils_wrapped_data;
     OPTIE  fils_assoc_delay_info;
+    OPTIE  mlo_ie;
 } // End frame Auth.
 
 FRAME DeAuth                              // 7.2.3.11

+ 2 - 1
core/mac/src/include/dot11f.h

@@ -27,7 +27,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Tue Jan  4 11:29:43 2022 from the following file(s):
+ * Wed Dec 15 03:58:09 2021 from the following file(s):
  *
  * dot11f.frms
  *
@@ -10689,6 +10689,7 @@ typedef struct sDot11fAuthentication{
 	tDot11fIEfils_session                 fils_session;
 	tDot11fIEfils_wrapped_data            fils_wrapped_data;
 	tDot11fIEfils_assoc_delay_info        fils_assoc_delay_info;
+	tDot11fIEmlo_ie                       mlo_ie;
 } tDot11fAuthentication;
 
 #define DOT11F_AUTHENTICATION (5)

+ 4 - 1
core/mac/src/sys/legacy/src/utils/src/dot11f.c

@@ -25,7 +25,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Tue Jan  4 11:29:43 2022 from the following file(s):
+ * Wed Dec 15 03:58:09 2021 from the following file(s):
  *
  * dot11f.frms
  *
@@ -11238,6 +11238,9 @@ static const tIEDefn IES_Authentication[] = {
 	offsetof(tDot11fIEfils_assoc_delay_info, present), 0,
 	"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},
+	0, DOT11F_EID_MLO_IE, 107, 0, },
 	{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
 
 uint32_t dot11f_unpack_authentication(tpAniSirGlobal pCtx,