OpenIntelWireless / HeliPort

Intel Wi-Fi Client for itlwm
https://OpenIntelWireless.github.io/HeliPort
BSD 3-Clause "New" or "Revised" License
1.12k stars 122 forks source link

[Bug] Not showing security of the connected network #181

Closed igorkulman closed 3 years ago

igorkulman commented 4 years ago

Describe the bug In the list of networks when the currently connected network is not open, it does not show the lock next to the signal strength indicator.

To Reproduce Steps to reproduce the behavior:

  1. Connect to an network that is not open
  2. Open HeliPort and take a look at the menu item representing that network

Expected behavior The connected network should show a lock next to the signal strength indicator when not open.

Screenshots Screenshot 2020-08-24 at 12 10 56

Environment (please complete the following information):

zhudav commented 4 years ago

Quickest way to fix this is to include the auth security info in ioctl_sta_info which requires a change to sSTA_INFO in itlwm and itlwmx. I have it working on my local machine. If that seems like a reasonable way to go, I can put together a PR for both repos. Let me know.

williambj1 commented 4 years ago

Quickest way to fix this is to include the auth security info in ioctl_sta_info which requires a change to sSTA_INFO in itlwm and itlwmx. I have it working on my local machine. If that seems like a reasonable way to go, I can put together a PR for both repos. Let me know.

@zhudav Yes, that is the desired solution :P

zhudav commented 4 years ago

A Pair of PR for the fix created:

https://github.com/OpenIntelWireless/itlwm/pull/278

https://github.com/OpenIntelWireless/HeliPort/pull/186