msm8974-common: overlay: Disable wifi AP MAC randomization

This is now done in framework

Change-Id: I6e8e7557ed56c5183738a1059dff8c97e91bc2b3
This commit is contained in:
Alessandro Astone 2020-09-15 23:08:01 +02:00 committed by Kevin F. Haggerty
parent 3111569cd9
commit 1e39b786ec
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Indicates that AP mode MAC randomization is supported on this device -->
<bool translatable="false" name="config_wifi_ap_mac_randomization_supported">false</bool>
</resources>