awkman / pywifi

A cross-platform module for manipulating WiFi devices.
MIT License
453 stars 154 forks source link

How can I add the function to specify the bssid of AP? #32

Closed oycillessen closed 5 years ago

oycillessen commented 6 years ago

When a network has many APs, I want to connect to the one I specify for the bssid.

awkman commented 6 years ago

Currently this is not supported yet..

oycillessen commented 6 years ago

Currently this is not supported yet..

Thanks, I did it by another way. But there is another question that when I use an additional wireless network adapter, it can't work with your code. That is, I can't use this wireless network adapter to implement the function of scanning and connection. What should I do ?