Thanks, Mr.Williams. I&#39;m really appreciated your help.<br>I can use these values to connect with AP.<br>ssid=&quot;TEST&quot;<br>bssid=00:1a:4d:2f:87:2c<br><br>but if the AP changes its SSID, the station doesn&#39;t reconnect to this AP (it says mismatch SSID).<br>
<br>My goal is to force this station connect to this MAC address no matter what SSID it is.<br>I&#39;m not sure if this feature is possible in wpa_supplicant.<br><br>README says that SSID is mandatory. That&#39;s why I don&#39;t know how to configure the network block correctly.<br>
Any suggestion would be thankful.<br><br>Pongsak<br>PS&gt;<br>I also try with<br>1) ssid=&quot;TEST&quot;
bssid=00:00:00:00:00:00<br>(correct SSID, wrong bssid) STA cannot connect to AP.<br><br>2) ssid=&quot;AAA&quot; bssid=00:1a:4d:2f:87:2c<br>(wrong SSID, correct bssid) STA cannot connect to AP.<br>
<br>