Commit graph

5 commits

Author SHA1 Message Date
Danny Lin
ad3553044c sdm660-common: Increase 5 GHz network signal tolerance
On devices with cellular data available, I've been experiencing Wi-Fi
dropouts on 5 GHz networks where it disconnects and falls back to
cellular data around a RSSI of -77 dBm. While the Wi-Fi quality may not
be ideal at this signal level, it is still better to stay on it than
switch to cellular data because switching networks can be very
disruptive to the user.

To make matters worse, the signal tends to oscillate around -77 dBm in
my case, which causes it to oscillate between Wi-Fi and cellular data
every few seconds. This causes far more disruptions than staying on weak
Wi-Fi would.

These signal levels were measured empirically on a Pixel 5, but they
should apply to most devices. 2.4 GHz values were found to be more or
less accurate, but 5 GHz networks continued to work past the AOSP
thresholds. The iPhone 6s was also content with these signal levels and
still displayed 2 of 3 signal levels at -77 dBm.

Change-Id: I377be8374955530a5f6c084620460cac87e6a126
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-01-14 17:19:23 +01:00
Alcatraz323
bee7b028c0 sdm660-common: follow kernel ap max count
* gSoftApMaxPeers is not set in WCNSS_qcom-cfg.ini
* As kernel define it default 32 in drivers/staging/qcacld-3.0/components/mlme/dispatcher/inc/cfg_mlme_sap.h, make system settings same

Signed-off-by: pix106 <sbordenave@gmail.com>
2024-01-14 17:19:23 +01:00
Alcatraz323
1cb35d9bfa sdm660-common: allow WPA3-SAE hotspot & reset sae upgrade behavior to default
* we have support for SAE and SAE upgrade
* tested WPA3, WPA2/WPA3 mode both in AP, Client mode, auto
* also it's declared support in booth 4.4 and 4.19 sdm660 kernel

Signed-off-by: pix106 <sbordenave@gmail.com>
2023-08-22 08:44:53 +02:00
Immanuel Raj
901a3c348c sdm660-common: overlay: Add some wifi options support
Took from s62pro
We are using its drivers and a base from it so yeah and sdm660 supports it so yeah

Signed-off-by: pix106 <sbordenave@gmail.com>
2023-03-20 07:18:06 +01:00
pix106
b912398b77 sdm660-common: FIX rename rro_overlay 2023-02-25 23:14:58 +01:00