diff options
author | 2024-11-25 13:37:34 +0000 | |
---|---|---|
committer | 2024-11-29 14:09:12 +0000 | |
commit | 59e19a1bab5c063bbb83d420da0a1fcaad697e87 (patch) | |
tree | 59cca2bd1d2b31c1445d4861ebb1b2570ebc79c7 /service | |
parent | 6067aea7285aef9c77c410faf5349bc44cbe2528 (diff) |
Add NIDL rro
Make use of the NIDL configurable by RRO.
Bug: 376866054
Test: Manual - deploy to AL device with the flag enabled, STA connection
works
Test: atest WifiHalTest
Flag: NONE no callers in prod
Change-Id: I5568e7a5cfde68bfbc813fbb92ccf589eb2d223c
Diffstat (limited to 'service')
-rw-r--r-- | service/ServiceWifiResources/res/values/config.xml | 4 | ||||
-rw-r--r-- | service/ServiceWifiResources/res/values/overlayable.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/service/ServiceWifiResources/res/values/config.xml b/service/ServiceWifiResources/res/values/config.xml index da98aa9694..5390b48e86 100644 --- a/service/ServiceWifiResources/res/values/config.xml +++ b/service/ServiceWifiResources/res/values/config.xml @@ -1411,4 +1411,8 @@ <!-- Boolean indicating whether to trigger bugreport for WiFi subsystem restart issue --> <bool translatable="false" name ="config_wifi_subsystem_restart_bugreport_enabled">true</bool> + + <!-- Boolean indicating whether to use the common nl80211 implementation of the WiFi Hal. This + will be used instead of the AIDL or HIDL implementation if enabled. --> + <bool translatable="false" name="config_wifiNl80211HalEnabled">false</bool> </resources> diff --git a/service/ServiceWifiResources/res/values/overlayable.xml b/service/ServiceWifiResources/res/values/overlayable.xml index 3464b57374..5d0cf847d6 100644 --- a/service/ServiceWifiResources/res/values/overlayable.xml +++ b/service/ServiceWifiResources/res/values/overlayable.xml @@ -355,6 +355,7 @@ <item type="integer" name="config_wifiDelayedCarrierSelectionTimeMs" /> <item type="bool" name="config_wifiRsnOverridingEnabled" /> <item type="bool" name="config_wifi_subsystem_restart_bugreport_enabled" /> + <item type="bool" name="config_wifiNl80211HalEnabled" /> <!-- Params from config.xml that can be overlayed --> |