OpenIntelWireless / HeliPort

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

get security auth info from updated ioctl_sta_info for issue #181 #186

Closed zhudav closed 3 years ago

zhudav commented 4 years ago

PR for issue 181.

Corresponding itlwm PR at https://github.com/OpenIntelWireless/itlwm/pull/278

TL;DR added additional info to ioctl_sta_info so that we can determine the network security status in the UI

ErrorErrorError commented 4 years ago

From zxystd's comment here https://github.com/OpenIntelWireless/itlwm/pull/278#issuecomment-684619365, we will have to wait until Airdrop is merged to actually change anything related to iotcl_network_info and ioctl_sta_info and merging of itlwm/x together, or see if there is another way to retain the wi-fi security in heliport, which I believe we could get it from the scan networks but that would require a few modifications.

I personally believe to merge iotcl_network_info and iotcl_sta_info into a single one and return that same struct when calling get_sta_info.