1
0
Fork 0

vendor.prop: set ro.boot.wificountrycode=US instead of 00

The world regulatory domain (00) forces passive scanning on all 5GHz
channels and limits TX power to 3 dBm.  For a device whose AP is on
channel 144 (5720 MHz, DFS), this means:
  - Scans must wait for beacons instead of actively probing
  - DFS channel availability check adds up to 60s delay
  - Transmit power is crippled to 3 dBm

Setting to US enables active scanning, proper TX power, and standard
DFS handling, which eliminates the 2-3 minute connection delay.

Users in other regulatory domains should override this via their own
vendor.prop or the build system.
This commit is contained in:
Brendan Szymanski 2026-07-14 18:55:21 -04:00
parent 9ca54ed439
commit 209df04468

View file

@ -81,7 +81,7 @@ persist.device_config.mglru_native.lru_gen_config=core
ro.boot.hypervisor.vm.supported=1 ro.boot.hypervisor.vm.supported=1
# Wifi # Wifi
ro.boot.wificountrycode=00 ro.boot.wificountrycode=US
wifi.interface=wlan0 wifi.interface=wlan0
# Window extensions # Window extensions