Browse Source

qcacld-3.0: Add eht_cap and eht_op IEs in re-assoc response frame

Include eht_cap and eht_op information elements in re-assoc response
frame.

Change-Id: I57e27309f6048bf67cf92694ab8c21814a6edd45
CRs-Fixed: 2934008
Bapiraju Alla 4 years ago
parent
commit
694de3ff29

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

@@ -4008,6 +4008,8 @@ FRAME ReAssocResponse                     // 7.2.3.7
     OPTIE  bss_color_change;
     OPTIE  mu_edca_param_set;
     OPTIE  MBO_IE;
+    OPTIE  eht_cap;
+    OPTIE  eht_op;
 } // End frame ReAssocResponse.
 
 FRAME ProbeRequest                        // 7.2.3.8

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

@@ -26,7 +26,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Wed Mar 24 20:47:51 2021 from the following file(s):
+ * Wed Apr 28 13:38:54 2021 from the following file(s):
  *
  * dot11f.frms
  *
@@ -11218,6 +11218,8 @@ typedef struct sDot11fReAssocResponse{
 	tDot11fIEbss_color_change           bss_color_change;
 	tDot11fIEmu_edca_param_set          mu_edca_param_set;
 	tDot11fIEMBO_IE                     MBO_IE;
+	tDot11fIEeht_cap                    eht_cap;
+	tDot11fIEeht_op                     eht_op;
 } tDot11fReAssocResponse;
 
 #define DOT11F_REASSOCRESPONSE (27)

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

@@ -24,7 +24,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Wed Mar 24 20:47:51 2021 from the following file(s):
+ * Wed Apr 28 13:38:54 2021 from the following file(s):
  *
  * dot11f.frms
  *
@@ -12307,6 +12307,12 @@ static const tIEDefn IES_ReAssocResponse[] = {
 	{ offsetof(tDot11fReAssocResponse, MBO_IE), offsetof(tDot11fIEMBO_IE,
 	present), 0, "MBO_IE", 0, 6, 295, SigIeMBO_IE, {80, 111, 154, 22, 0},
 	4, DOT11F_EID_MBO_IE, 0, 0, },
+	{ offsetof(tDot11fReAssocResponse, eht_cap), offsetof(tDot11fIEeht_cap,
+	present), 0, "eht_cap", 0, 24, 24, SigIeeht_cap, {0, 0, 0, 0, 0},
+	0, DOT11F_EID_EHT_CAP, 253, 0, },
+	{ offsetof(tDot11fReAssocResponse, eht_op), offsetof(tDot11fIEeht_op,
+	present), 0, "eht_op", 0, 9, 9, SigIeeht_op, {0, 0, 0, 0, 0},
+	0, DOT11F_EID_EHT_OP, 254, 0, },
 	{0, 0, 0, NULL, 0, 0, 0, 0, {0, 0, 0, 0, 0}, 0, 0xff, 0, },};
 
 uint32_t dot11f_unpack_re_assoc_response(tpAniSirGlobal pCtx,