Replies: 4 comments
-
Performing connection actions with lswifi is out of scope for what I am willing to develop and test. Contributions are welcome though! |
Beta Was this translation helpful? Give feedback.
-
Thanks Josh. I know one software that is able to do that - https://www.nirsoft.net/utils/wifi_information_view.html If I found a way to implement by myself this "feature", I will send a PR :) Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Yes, it is possible to do what nirsoft is doing by using the wlanapi.h header. However, I did not implement the corresponding wrapper code. I think the first step would be adding corresponding wrapper code to |
Beta Was this translation helpful? Give feedback.
-
I've recently come up with a need to do something like this where it would be ideal to have the ability to select a specific BSS within the ESS of multiple nearby APs for testing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Josh,
Do you know if it's possible to force an STA to connect directly to a specific AP based on BSSID?
This could be an interesting feature to have on lswifi package.
For linux we can use WPA_supplicant or nmcli (ex. nmcli d wifi connect aa:bb:cc:dd:ee:gg password "mypassword").
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions