Hi,<br>
I have two open networks with ssid "Guest1"(AP1) & "Guest2"(AP2). Configuration files look likes this:<br>
<br>
network= {<br>
ssid = "Guest1"<br>
key_mgmt=NONE<br>
}<br>
network= {<br>
ssid = "Guest2"<br>
key_mgmt=NONE<br>
}<br>
<br>
I am running wpa_supplicant as service(wpasvc) and using wpa_cli to connect to the network.<br>
I want to check the roaming functionality of wpa_supplicant. The idea is <br>
1) To connect to the network with the greater signal strength.<br>
2) When I am connected to one AP (say Guest1) and i switch it off manually I automatically get connected to the other AP.<br>
<br>
How can I test the above mentioned functionalities using wpa_cli? What are the commands that I need to execute from wpa_cli?<br>
what should be the "ap_scan" value in this case?<br>
<br>-- <br>Regards<br>Pradeep Singh<br><br>