-
Notifications
You must be signed in to change notification settings - Fork 76
info encryption: off (no key set) for WPA2 #8
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
Comments
The information in the header displays supported features, WPA, WPA2 are shown because they are supported. Other information that can appear in the header is TKIP and CCMP, if they are supported. The information section on encryption displays what key (if any) is currently in use. It may require root privileges if an encryption key is set; otherwise it will inform if, and possibly what, key is set. |
I am a bit confused here. For WPA/WPA2, either TKIP or CCMP has to be used but it's not listed. What do you mean supported? In info section, encryption: off (no key set). I am running wavemon as root and the connection is WPA2-PSK/CCMP. |
I believe there are situations where the driver (or something) fails to report a key (though one is set) and wavemon interprets this as encryption being off. This is misleading and it would be great to have it fixed, or at least have encryption info marked as "best-effort". I've observed this with wavemon 0.8.0 in situations where I'm ssh'd into a device over a WPA2 network, and encryption is definitely being used. I also see the below on the device in question:
|
@wgmk - which driver were you using with
I had closed this issue earlier since there seemed to be no way with Wireless Extensions to fix this, i.e. the key information is based on what the Wireless Extensions kernel module reports. The Linux Wireless extensions are in maintenance mode, and are in fact quite old (late '90s). I am not 100% sure, but I think the meaning of encryption off in this context means "no WEP key in use". If you look into the I am not sure whether libnl has the same kind of encryption information. One solution would be to deprecate the encryption output, since it does seem that the output is confusing. |
It is outdated (WEP keys) and confusing (issue #8). Considering to replace this with nl80211 information in the future.
Not really adding anything useful here, but I'm also seeing a discrepancy between the output of |
This issue is for the info screen, still have not decided what to do with the old encryption information. |
Ah nice, yep It would be nice if |
Wavemon gives me the same issue, it shows encryption off.
|
Closing this issue, since encryption information is no longer being displayed - it was already removed a year ago, in 2008209 |
Oh interesting, my version of wavemon is pretty old. I'll have to figure out how to update it on the arch package repository. Any idea where I should start with that? |
Currently the only way is to compile from |
There is no really informative encryption information in the new output. The old (WEP-based) information is too old (#8), hence leave encryption information out to make room for other, more useful, information.
on info screen, Interface section says wlan1 (IEEE 802.11abgn, WPA/WPA2), however, Info section says encryption: off (no key set)
The text was updated successfully, but these errors were encountered: