Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb2d3f63 authored by David Oladunjoye's avatar David Oladunjoye Committed by Madan Koyyalamudi
Browse files

qcacld-3.0: Add certain OUIs into FW triggered TWT WAR list

TWT is not disabled for certain APs. Add OUIs of the
APs to configuration file.

Change-Id: I3bb2238550294b443f166920069a14fb81e6873d
CRs-Fixed: 3176212
parent 2b9f40c5
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
@@ -1349,6 +1350,14 @@ struct dhcp_server {
 *   OUI data Len: 00
 *   Info Mask : 01 - only OUI present in Info mask
 *
 * OUI 3: 000ce7
 *   OUI data Len: 00
 *   Info Mask : 01 - only OUI present in Info mask
 *
 * OUI 4: 00e0fc
 *   OUI data Len: 00
 *   Info Mask : 01 - only OUI present in Info mask
 *
 * Refer to gEnableActionOUI for more detail about the format.
 *
 * Related: gEnableActionOUI
@@ -1363,7 +1372,7 @@ struct dhcp_server {
	"gActionOUIDisableTWT", \
	0, \
	ACTION_OUI_MAX_STR_LEN, \
	"001018 00 01 000986 00 01", \
	"001018 00 01 000986 00 01 000ce7 00 01 00e0fc 00 01", \
	"Used to specify action OUIs to control TWT configuration")

/* End of action oui inis */