diff --git a/rro_overlays/WifiResCommon/res/values/bools.xml b/rro_overlays/WifiResCommon/res/values/bools.xml index 3eb6e3e..a85d326 100644 --- a/rro_overlays/WifiResCommon/res/values/bools.xml +++ b/rro_overlays/WifiResCommon/res/values/bools.xml @@ -6,42 +6,103 @@ true - - true + + true + + + true + + + true + + + true + + + false + + + true - true + true - - true + + true - - true - - - true - - - true - - - true - - - true + + true - true + true true + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + + + true + - true - + true + + + true + true + + + false + + + true + + + + 1 + 256 + 257 + 258 + 259 + 260 + 261 + 262 + 263 + 264 + 512 + 513 + 514 + + + \ No newline at end of file diff --git a/rro_overlays/WifiResCommon/res/values/strings.xml b/rro_overlays/WifiResCommon/res/values/strings.xml index b53a931..aa1bc75 100644 --- a/rro_overlays/WifiResCommon/res/values/strings.xml +++ b/rro_overlays/WifiResCommon/res/values/strings.xml @@ -4,4 +4,11 @@ channels this should be empty. Values is a comma separated channel string and/or channel range string like '1-6,11'. --> + + + 524288,2097152,8388608,262144,524288,4194304 + + + Pixel diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index 2b27c5b..e84b5d4 100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -1,4 +1,4 @@ disable_scan_offload=1 p2p_no_group_iface=1 persistent_reconnect=1 -bss_max_count=400 +p2p_go_vht=1 diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index 2b924ac..a9f22c4 100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf @@ -2,7 +2,9 @@ disable_scan_offload=1 p2p_disabled=1 tdls_external_control=1 wowlan_triggers=magic_pkt -bss_max_count=400 +bss_max_count=512 interworking=1 -config_methods=virtual_display virtual_push_button keypad -driver_param="use_p2p_group_interface=1 no_rrm=1" +hs20=1 +auto_interworking=0 +driver_param=use_p2p_group_interface=1 +btm_offload=1 \ No newline at end of file