0

I have two access points with the same essid. When I do "iwlist scan," my laptop can "see" both of the access points. I want to switch back and forth between access points. For example, iwconfig shows "access Point: " on interface "wlan0." I want to switch the access point to address2. I have tried "iwconfig wlan0 ap " but the access point remains address1. Is there something else I need to do to make it switch access points? I am using Wireless-Tools version 30.

  • Please read [**What should I do when someone answers my question?**](https://stackoverflow.com/help/someone-answers) – Borodin Aug 16 '18 at 20:05

1 Answers1

0

Have you tried iw

sudo iw connect APSSID
WraithWireless
  • 634
  • 9
  • 21