Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5Ghz Wi-Fi #233

Closed
PCAssistSoftware opened this issue Dec 28, 2019 · 6 comments
Closed

5Ghz Wi-Fi #233

PCAssistSoftware opened this issue Dec 28, 2019 · 6 comments

Comments

@PCAssistSoftware
Copy link

Hi

For some reason WiFi section is not showing any 5Ghz networks, and for certain my router has both 2.4 and 5ghz.

Anything I can try to get it showing them all?

Thank you

@BornToBeRoot
Copy link
Owner

BornToBeRoot commented Dec 28, 2019

Does your PC / WiFi adapter supports 5 GHz? Are the networks visible in Windows (Settings > Network and Internet)?

@PCAssistSoftware
Copy link
Author

Yes definitely, and tested it on a desktop and laptop both of which support 5Ghz, and the router shows 2.4Ghz and 5Ghz networks

@BornToBeRoot
Copy link
Owner

Are the networks listed in the "WiFi" tab and is the 5 GHz checkbox enabled?

image

In the channels tab, the line is sometimes not visible for networks on the same channel... only the latest.

image

Which channel (channel center frequency) do you use for 5 GHz? Maybe some are missing... Currently i have only implemented the allowed channels for europe... Maybe there is the issue...

// 5 GHz
case 5.180:
channel = 36;
break;
case 5.200:
channel = 40;
break;
case 5.220:
channel = 44;
break;
case 5.240:
channel = 48;
break;
case 5.260:
channel = 52;
break;
case 5.280:
channel = 56;
break;
case 5.300:
channel = 60;
break;
case 5.320:
channel = 64;
break;
case 5.500:
channel = 100;
break;
case 5.520:
channel = 104;
break;
case 5.540:
channel = 108;
break;
case 5.560:
channel = 112;
break;
case 5.580:
channel = 116;
break;
case 5.600:
channel = 120;
break;
case 5.620:
channel = 124;
break;
case 5.640:
channel = 128;
break;
case 5.660:
channel = 132;
break;
case 5.680:
channel = 136;
break;
case 5.700:
channel = 140;
break;
case 5.720:
channel = 144;
break;
case 5.745:
channel = 149;
break;
case 5.765:
channel = 153;
break;
case 5.785:
channel = 157;
break;
case 5.805:
channel = 161;
break;
case 5.825:
channel = 165;
break;

@PCAssistSoftware
Copy link
Author

YES the 5Ghz check box is ticked, and NO they are not showing on the WiFi tab either, but router definitely showing as 5Ghz enabled on channel 36 (I am in UK so should be fine with you adding Europe channels)

image

I will try it on another computer tomorrow as I do wonder if the issue may be the card on this computer, as sometimes they show in Windows wi-fi windows and sometimes it is only showing 2.4ghz ones, so could be some oddity with me rather than your app.

Happy new year to you!! and keep up the great work with this project :)

@BornToBeRoot
Copy link
Owner

Any update?

@PCAssistSoftware
Copy link
Author

Sorry had forgotten to come back to you on this. I think it is this particular router, as despite showing as above screenshot as having separate 2.4 and 5ghz channels none of the devices seem to show them separately, which I think is why the issue. At some point I will find and try and alternative router and make sure it picks up 5ghz okay. Consider closed for now - and thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants