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

Half of the networks disappear from the wifi list on connect. #116

Closed naveenkrdy closed 4 years ago

naveenkrdy commented 4 years ago

This issue i have been observing for quite a while . Whenever i connect to my wifi network, i see that the rest half of the networks disappear from the wifi list everytime.

Steps to reproduce the behavior

  1. Observe the no. of available networks in the wifi list.
  2. Connect to any network
  3. Observe the no. of available networks again in the wifi list.

Expected behavior It should show the same amount of networks even when connected.

Screeshots Screen Shot 2020-07-19 at 11 34 43 PM Screen Shot 2020-07-19 at 11 35 19 PM

AX200 10.15.6 52c5b9a

ErrorErrorError commented 4 years ago

That is due to itlwm calls itlwm::itlwm_stop when it tries to connect/disconnect from a network, and when it does that it sets the device to "off" and the status is read as the device is turned off for that moment. In the process of itlwm_stop, it also clears all of the networks that it was scanned.

naveenkrdy commented 4 years ago

closing as fixed with latest release.

Thanks !