1
0
Fork 0
android_device_rockchip_tart/wifi
Brendan Szymanski b038e85305 wifi: add country=US to wpa_supplicant overlay for regdom on mt7921u
On this mac80211/mt7921u stack, Android's WifiCountryCode path issues
the private DRIVER COUNTRY command (a Broadcom-era AIDL path), which
is a silent no-op. The kernel never receives NL80211_CMD_REQ_SET_REG,
so scanning runs in world regdom (00) with 5GHz passive-only.

Ship country=US in wpa_supplicant_overlay.conf, loaded by the supplicant
AIDL service (addStaInterfaceInternal -> confanother) at every interface
init. This goes through wpa_drv_set_country() -> nl80211's set_country,
issuing a genuine user regulatory hint to the kernel.
2026-07-14 23:04:18 -04:00
..
Android.bp Add wireless reprobe service for post-mount firmware loading 2026-07-13 04:16:02 -04:00
android.hardware.wifi.hostapd-service.rc Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
android.hardware.wifi.supplicant-service.rc Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_file_contexts_hostapd Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_file_contexts_supplicant Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_manifest_hostapd.json Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
apex_manifest_supplicant.json Add device tree for Orange Pi 5 Ultra LineageOS ATV 2026-07-10 17:56:31 -04:00
init.tart.wifi.rc Add wireless reprobe service for post-mount firmware loading 2026-07-13 04:16:02 -04:00
wireless_reprobe.sh Reformat mkimg.sh and wireless_reprobe.sh with tab indentation 2026-07-14 20:30:36 -04:00
wpa_supplicant_overlay.conf wifi: add country=US to wpa_supplicant overlay for regdom on mt7921u 2026-07-14 23:04:18 -04:00