Procházet zdrojové kódy

qcacld-3.0: Add TPE IE to beacon frame structure

Add TPE IE to beacon frame struct tDot11fBeaconIEs.

Change-Id: I80ab213da97385df7b5c3eabb99b011b1a3dfba2
CRs-Fixed: 2848867
Gururaj Pandurangi před 4 roky
rodič
revize
ae78494533

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

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2007, 2014-2018, 2020 The Linux Foundation.
+ * Copyright (c) 2006-2007, 2014-2018, 2020-2021 The Linux Foundation.
  * All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
@@ -3758,6 +3758,7 @@ FRAME BeaconIEs
     OPTIE  P2PBeaconProbeRes;
     OPTIE  VHTCaps;
     OPTIE  VHTOperation;
+    OPTIE  transmit_power_env[0..8];
     OPTIE  VHTExtBssLoad;
     OPTIE  ExtCap;
     OPTIE  OperatingMode;

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

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -26,7 +26,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Mon Dec  7 14:06:11 2020 from the following file(s):
+ * Mon Dec 21 15:52:53 2020 from the following file(s):
  *
  * dot11f.frms
  *
@@ -10416,6 +10416,8 @@ typedef struct sDot11fBeaconIEs{
 	tDot11fIEP2PBeaconProbeRes           P2PBeaconProbeRes;
 	tDot11fIEVHTCaps                     VHTCaps;
 	tDot11fIEVHTOperation                VHTOperation;
+	uint16_t                             num_transmit_power_env;
+	tDot11fIEtransmit_power_env          transmit_power_env[8];
 	tDot11fIEVHTExtBssLoad               VHTExtBssLoad;
 	tDot11fIEExtCap                      ExtCap;
 	tDot11fIEOperatingMode               OperatingMode;

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

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -24,7 +24,7 @@
  *
  *
  * This file was automatically generated by 'framesc'
- * Mon Dec  7 14:06:11 2020 from the following file(s):
+ * Mon Dec 21 15:52:53 2020 from the following file(s):
  *
  * dot11f.frms
  *
@@ -10944,6 +10944,11 @@ static const tIEDefn IES_BeaconIEs[] = {
 	offsetof(tDot11fIEVHTOperation, present), 0, "VHTOperation",
 	0, 7, 7, SigIeVHTOperation, {0, 0, 0, 0, 0},
 	0, DOT11F_EID_VHTOPERATION, 0, 0, },
+	{ offsetof(tDot11fBeaconIEs, transmit_power_env),
+	offsetof(tDot11fIEtransmit_power_env, present),
+	offsetof(tDot11fBeaconIEs, num_transmit_power_env),
+	"transmit_power_env", 8, 4, 11, SigIetransmit_power_env, {0, 0, 0, 0, 0},
+	0, DOT11F_EID_TRANSMIT_POWER_ENV, 0, 0, },
 	{ offsetof(tDot11fBeaconIEs, VHTExtBssLoad),
 	offsetof(tDot11fIEVHTExtBssLoad, present), 0, "VHTExtBssLoad",
 	0, 7, 7, SigIeVHTExtBssLoad, {0, 0, 0, 0, 0},