Skip to content

Commit

Permalink
NB1: wifi: Configure correct overlay configuration.
Browse files Browse the repository at this point in the history
ag/16564596 will change default value to false.
Configure correct overlay configuration.

Bug: 212488775
Test: manual test & build
Change-Id: Iaf1a0a23dae69fde5995e591a757a8ef5374d5b5
  • Loading branch information
Les Lee authored and Niemandausduisburg committed Apr 21, 2023
1 parent 2e7781b commit 947a519
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rro_overlays/WifiOverlay/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@

<!-- Enable WPA2 to WPA3 auto-upgrade -->
<bool translatable="false" name="config_wifiSaeUpgradeEnabled">false</bool>

<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
</resources>

0 comments on commit 947a519

Please sign in to comment.