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

Add a warning about wifi interface in the cloud #1902

Closed
julien-duponchelle opened this issue Mar 6, 2017 · 7 comments
Closed

Add a warning about wifi interface in the cloud #1902

julien-duponchelle opened this issue Mar 6, 2017 · 7 comments
Assignees
Milestone

Comments

@julien-duponchelle
Copy link
Contributor

A common problem is user connecting the cloud to a wifi interface. But due to the nature of the 802.11 protocol it's not supposed to work the packet will be injected but because the packet will come from a mac address different of the mac which have initialized the authentication packet will be drop.

I suggest that in the Cloud interface we add a warning saying it will not work on Wifi interface.

What do you think?

@julien-duponchelle julien-duponchelle added this to the 2.0 milestone Mar 6, 2017
@julien-duponchelle julien-duponchelle changed the title Add a warning about wifi interface in the cloud Add a warning about wifi interface in the cloud? Mar 6, 2017
@grossmj
Copy link
Member

grossmj commented Apr 19, 2017

How do you propose to detect a Wifi interface?

@julien-duponchelle
Copy link
Contributor Author

I propose to just put a warning in the dialog about the known limitation of the cloud.

@cristian-ciobanu
Copy link

I saw on github a python library that can be used for this called pyroute2. Below is an example script for detecting interface type.
https://github.com/svinota/pyroute2/blob/master/examples/nl80211_interface_type.py

@grossmj
Copy link
Member

grossmj commented Apr 20, 2017

Thanks for sharing :)

I think that library is only for Linux. I am more concerned how to do it on Windows.

@julien-duponchelle
Copy link
Contributor Author

julien-duponchelle commented Apr 20, 2017 via email

@grossmj grossmj modified the milestones: 2.1, 2.0 Apr 26, 2017
@grossmj grossmj changed the title Add a warning about wifi interface in the cloud? Add a warning about wifi interface in the cloud May 11, 2017
@grossmj
Copy link
Member

grossmj commented May 11, 2017

Should be solved when we do this: #1999

@julien-duponchelle
Copy link
Contributor Author

julien-duponchelle commented May 11, 2017 via email

@grossmj grossmj self-assigned this May 12, 2017
@grossmj grossmj modified the milestones: 2.0.1, 2.1 May 14, 2017
grossmj added a commit that referenced this issue May 14, 2017
Add a warning about wifi interfaces in the cloud. Fixes #1902.
@grossmj grossmj closed this as completed May 14, 2017
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

3 participants