Commit graph

19 commits

Author SHA1 Message Date
Isaac Chiou
067d8c641d Disable Wifi BugReport for subsystem restart
Flag: EXEMPT gated by overlay
Bug: 373594936
Test: Manuel test, trigger SSR and won't create bugreport automatically
Change-Id: If4b749b933d305e35b8bff689c08ebd080243c2c
2024-11-08 09:38:33 +00:00
Kyle Hsiao
2a59cf1891 Update antenna position coordinates
Bug: 353895373
Test: manual
Flag: EXEMPT bugfix
Change-Id: Ia89d2c410164ec44fde3d6400be8f38b24aa625d
2024-07-18 13:07:56 +00:00
isaacchiou
29b72d3928 wifi: disable FW roaming when in idle mode
When device is idle, disable FW roaming (LOW RSSI roam, high band roam) to save power

Bug: 321639511
Test: Manual
Change-Id: Iab34c0fdda533a33d1a9f38429a809091df5dd57
2024-04-15 11:56:52 +00:00
Brad Lassey
5c4d4da8e8 Enabling Observe mode
Bug: 327601464
Test: Tested on local device
Change-Id: Iac265af75b5fbb9bf6b34448ff3d2d4413ae3959
2024-02-29 20:07:24 +00:00
Isaac Chiou
f06a83f64d wifi: Enable fast scan
Enable fast scan and set the channel cache number to 10

Bug: 317012208
Test: Manual
Change-Id: Iee3ae9bc63eacf4f19dcde2dee8e1feae72014cd
2023-12-22 06:20:58 +00:00
Roshan Pius
7777a61a89 Revert^2 "felix(nfc): Modify NFC overlays for NFC apex"
e274b4177a

Bug: 303286040
Test: Compiles

Change-Id: I56beefccd8cd5f5d12f6b867a31af60314826242
2023-12-04 13:55:08 -08:00
Roshan Pius
e274b4177a Revert "felix(nfc): Modify NFC overlays for NFC apex"
Revert submission 2802548-nfc_apex

Reason for revert: Causing bootloop with signed builds

Reverted changes: /q/submissionid:2802548-nfc_apex

Bug: 309117462
Test: Compiles, device boots up
(cherry picked from https://android-review.googlesource.com/q/commit:9b9ed35e2791458c36b792ee049972c978b75606)
Merged-In: Ic36d5e92cb4dd5b842cbf0d5de81a0548d63c77f
Change-Id: Ic36d5e92cb4dd5b842cbf0d5de81a0548d63c77f
2023-11-04 19:04:38 +00:00
Roshan Pius
422f737c4b felix(nfc): Modify NFC overlays for NFC apex
Bug: 307763519
Test: Manual flash and tested the overlay values are taking effect.
Change-Id: I4c02990bf44fb5f8de360572f1b15ae6f70520ff
2023-10-26 04:06:11 +00:00
Kenzi Mudge
3c14c464dd Enable UWB filtering on all devices
These values are the same as today's defaults, but explicitly assert
hardware-specific needs.

Bug: b/237098661
Test: Manual confirmation
Change-Id: Ifc4a877bf2d608a00ae4a9153a99ace58e9618fd
2023-05-17 15:46:14 -04:00
Shuibing Dai
308bf47837 Remove overlay item: country code update during setup wizard
The country code updating from scan results generic case can cover setup wizard case.

Bug: 279625751
Test: manually verified generic case
Change-Id: I5cd7763dd7aea9117018daf029fa5536dd1c2ef8
2023-05-02 13:43:09 -07:00
Shuibing Dai
e48f4be6d3 Enable updating country code from scan results for generic case
Bug: 271928725
Bug: 267944733
Test: manually test
Change-Id: I79339a96d739c7ecc5b5020cc437a15f1a7e622d
2023-04-13 17:18:02 -07:00
Liang Li
4609f936dc Enable adjusting link layer stats polling interval
Enable the feature of adjusting link layer stats polling interval in Pixels.

Bug: 237530606
Test: manual
Change-Id: Ic72bcb5a773318097233e97e896262080e0e0b79
2023-03-13 22:23:35 -07:00
Oscar Shu
1058b13423 Merge "Update overlay to support MAC randomization on open SSIDs" into udc-dev 2023-03-03 05:15:27 +00:00
Oscar Shu
95cdcd76e2 Update overlay to support MAC randomization on open SSIDs
Bug: 270441948
Test: compile
Change-Id: If5c2c014ae2a8b91c268b093c21942bdb92cc7ea
2023-02-24 00:55:53 +00:00
Kai Shi
4ff59efecd Enable country code update during setup wizard
Bug: 267944733
Test: manual with various network
Change-Id: I3ed9becb9d5086ff49f1ea321296bd0f2ee18667
2023-02-23 11:22:34 -08:00
Kai Shi
28bfd97e3a Enable DTIM multiplier config
Enable DTIM multiplier configuration in Pixels.

Bug: 259554744
Test: manual
Change-Id: I92842c74dd280829e4eb4c713e6181e88d418898
2023-01-04 17:52:29 +00:00
Roshan Pius
bbbb88468b uwb(f10): Add UWB framework overlays rro app
Bug: 261908320
Test: Compiles
Change-Id: Iaf45449060d8dd39c1a8a809e259242ad2dcf5f7
2022-12-09 19:20:06 +00:00
Isaac Chiou
8dc2cc658e Enable SAE upgrade offload
Update wifi overaly to enable WPA2 to WPA3 auto-upgrade offload
to capable Driver/Firmware.
With this feature enabled, Pixel can support cross akm roaming.

Bug: 236096597
Bug: 236098039
Test: AU drop test
Test: Roaming and connection test (go/cross-akm-roaming)
Change-Id: Ibf4701e59e017edc1a94699337a95cef248d3446
2022-10-17 02:47:50 +00:00
Isaac Chiou
90bcb68267 wifi: Add PixelWifiOverlay2023_midyear_F10 for F10
Currently, both L10 and F10 use PixelWifiOverlay2023_midyear.
Since L10 and F10 use different WLAN solution, we need two independent
overlay.

L10 uses PixelWifiOverlay2023_midyear
F10 uses PixelWifiOverlay2023_midyear_F10

Bug: 228563770
Test: Overlay can be read correctly.
Change-Id: I51fff83a27366d281987d61b54150459e802fca5
2022-05-04 17:44:21 +08:00