From 6a953ef4d341844ea96a35173ecbed2bccc19cc5 Mon Sep 17 00:00:00 2001 From: lesl Date: Fri, 8 Jan 2021 15:36:47 +0800 Subject: [PATCH] wifi: Add bridged pre-fix for tethering interface In bridged mode, the tethered interface will include the prefix ap_br_ Bug: 162686273 Test: Manual Test - bridged AP enabled success and client can connected it and get the IP address Test: atest -c NetworkStackTests Test: atest -c FrameworksNetTests Test: atest -c CtsNetTestCasesLatestSdk Change-Id: I89ae178c658a42f902199afaed89ec798de54643 --- Tethering/res/values/config.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tethering/res/values/config.xml b/Tethering/res/values/config.xml index 5f8d299719..4391006741 100644 --- a/Tethering/res/values/config.xml +++ b/Tethering/res/values/config.xml @@ -40,6 +40,8 @@ "wlan\\d" "softap\\d" + "ap_br_wlan\\d" + "ap_br_softap\\d"