Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

5GHz band #115

Open
abdulhakam opened this issue Mar 26, 2020 · 10 comments
Open

5GHz band #115

abdulhakam opened this issue Mar 26, 2020 · 10 comments
Labels
pending the issue/request is being held for later assessment

Comments

@abdulhakam
Copy link

I was thinking there should be a button to toggle between 2.4ghz and 5ghz band for speed vs compatibility like the one I have seen Zapya.

@PeterHindes
Copy link

I want this even work this is based on the Wi-Fi network you're connected to isn't it. Or are you talking about the hotspot feature which is probably controlled by your phone's operating system.

@mubashir-rehman
Copy link
Contributor

Most probably, the OP is talking about hotspot feature which might not be available in depending upon device and region.

@velitasali velitasali added the pending the issue/request is being held for later assessment label Apr 26, 2020
@mubashir-rehman
Copy link
Contributor

mubashir-rehman commented Jul 7, 2020

This might help a lot. https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/search?q=WiFi+band+toggle&unscoped_q=WiFi+band+toggle @velitasali
Edit: Check this instead https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/search?q=WiFi+band+toggle&type=Commits (These commits have code for toggle along with tests.)
Edit: I misunderstood the implementation. I thought that WiFi and Hotspot use same settings for band. I might still be right but above links show how to implement toggle for WiFi band.

@velitasali
Copy link
Member

The problem is not whether this can be achieved. The problem is what will happen when the other device doesn't support that frequency.

@kairusds
Copy link

The problem is not whether this can be achieved. The problem is what will happen when the other device doesn't support that frequency.

If it doesn't, won't falling back to 2.4GHz by adding a compatibility check be a solution to this?

@velitasali
Copy link
Member

@kairusds that is where the problem begins actually. If the frequency is not supported it will not show up on the scan results. Then, either we will rely on user support to ask the user if it did not show up or use third-party means, e.g. bluetooth, to collect info about the capabilities of devices.

@kairusds
Copy link

@velitasali the latter seems like a good choice or just disable the option entirely if the device does not support it.

@velitasali
Copy link
Member

@kairusds That is not a feature atm (the app doesn't make use of Bluetooth by default). I will see what I can do.

@kairusds
Copy link

kairusds commented Jul 27, 2021 via email

@mubashir-rehman
Copy link
Contributor

Just depend upon the user to manually change bands in system settings for now is a good option. Which seems to be the default behavior too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pending the issue/request is being held for later assessment
Projects
None yet
Development

No branches or pull requests

5 participants