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

[wifi_flutter] Wifi channel and frequency #9

Open
Jesus32cm opened this issue Jul 15, 2020 · 2 comments
Open

[wifi_flutter] Wifi channel and frequency #9

Jesus32cm opened this issue Jul 15, 2020 · 2 comments

Comments

@Jesus32cm
Copy link

It's possible to get the Wifi channel and frequency?

@vipero07
Copy link
Member

Yes and no. On android it is possible, on iOS no... so while it could be implemented for android, it wouldn't be possible for iOS. That seems to be the case with most wifi connectivity things unfortunately.

@vipero07
Copy link
Member

If you add new lines inside this mapOf

"channel" to network.channelWidth,
"frequency" to network.frequency,

That would get you what you are looking for. Though I imagine you only really want the frequency (since it tells you channel).

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

No branches or pull requests

2 participants