Commit graph

8 commits

Author SHA1 Message Date
Isaac Chiou
f8900a7467 Enable open source multi akm for specific Broadcom project
For cross akm roaming function, we have two ways in supplicant :
1. Open source way.
2. Broadcom specific way.

Originally, Broadcom projects follow way 2 due to the limitation of the driver.
For now, we plan to move all Broadcom projects to follow way 1 to make supplicant code clean and downsteam without conflict.

For those projects which is ready for way 1, we control it to follow way 1 with WIFI_BRCM_OPEN_SOURCE_MULTI_AKM config.
For the rest of Broadcom projects, we still follow way 2 until the multiple AKMs is fully supported by driver and verified.

For ongoing Broadcom project, we also need to exercise the open source path in supplicant to do multiple AKM configuration to comply with WFA Wifi 7 AKM24 specification (b/331896542).

Bug: 246871098
Test: AU drop test
Test: Cross AKM roaming test
Flag: EXEMPT enable control flag for aosp akms
Change-Id: Ia9a8b65c6f3e3af4315ffc37c27339d7a1386ad2
2024-12-25 01:00:12 -08:00
kensun
f36ff506a8 Enable sae_pmkid_in_assoc=1 in configuration file am: 3840f112df am: a91f36b48a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/24037110

Change-Id: I77eb97470c9b743553428a12c7201ac658ac42aa
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-13 16:00:30 +00:00
kensun
3840f112df Enable sae_pmkid_in_assoc=1 in configuration file
By setting sae_pmkid_in_assoc in wpa_supplicant.conf file,
the PMKID generated in SAE authentication will be sent to
driver in External auth status(NL80211_CMD_EXTERNAL_AUTH) message
to driver. This will help driver/firmware to fill the PMKID
in association request frame.

Bug: 290562226
Test: Manual - Confirmed that sae_pmkid_in_assoc=1 is set in
wpa_supplicant.conf file.
Test: Connect/Disconnect with AP configured in WPA3 security

Change-Id: Ied6a1bea868c732e11a0a341e832701c05dd2478
2023-07-13 14:40:41 +00:00
Hsiu-Chang Chen
1132842525 wifi: convert WIFI_FEATURE_IMU_DETECTION to the equivalent soong variable
Bug: 287607876
Test: SAR scenario is set properly with motion sensor status
Change-Id: I0b57100b7d21b8c1ddf3c459e014ebbd1501752e
2023-06-27 12:02:49 +08:00
Shuibing Dai
a1ff6ef8d6 Disable p2p 6ghz channels
It has an effect on following cases:
1.In some coutries(eg.JP) without 5ghz channels available for p2p except indoor channels, if STA firstly connected with indoor channel AP and then disconnected, it will cause wpa_supplicant to select 6ghz channels.
2.If STA firstly connected with 6ghz channel AP and Application create p2p group without config, wpa_supplicant also tried to select STA-associated channel(in this case, i.e. 6ghz ch).

Bug: 272298287
Test: Manually verify nearby case between two pixel phones(one source and other as target):
      1.Both devices CC: JP
      2.Both devices connected with indoor channel(5g) AP
      3.Source shared one big file(3G bytes) with target
      4.During data transferring, disconnected target STA
      Check if file sharing can continue
Change-Id: I71c0b7994ec7ef819db0203a0ae9a1b951449da7
2023-05-12 03:58:20 +00:00
Shuibing Dai
67d1997ea3 Add a new overlay item p2p_dfs_chan_enable
Bug: 272298287
Test: Manually verified it working from logs
Change-Id: Ic2a35964200bff39c4004b8553fedb866173c9ac
Merged-In: Ic2a35964200bff39c4004b8553fedb866173c9ac
2023-05-09 06:16:06 +00:00
kensun
fea811da69 wlan: configure channel 149/36 as p2p preferred channels.
In previous mechanism, p2p channel only can raise on same channel
while STA connected to 2.4GHz band. However, if device support DBS
mode, we should allow p2p to raise on 5GHz band for 230423673 higher
performance.

Bug: 272687278
Test: connect STA to 2.4GHz and verified that p2p is able to come up in
5GHz DBS mode.

Change-Id: I534a844f7f1073baf1e1a08d8a7e06cece3176a1
2023-03-23 03:54:44 +00:00
Robin Peng
fd0859e694 Initialize device folder
from: 858c0f08e332220d80a9eef8ddcd39ef4d5296ee
with updated device path

Bug: 248399843
Change-Id: I215a40a4f4719d5432e87401f4a3214c5189ba20
2022-10-30 16:03:17 +00:00