Thanks, Mr.Williams. I'm really appreciated your help.<br>I can use these values to connect with AP.<br>ssid="TEST"<br>bssid=00:1a:4d:2f:87:2c<br><br>but if the AP changes its SSID, the station doesn'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'm not sure if this feature is possible in wpa_supplicant.<br><br>README says that SSID is mandatory. That's why I don't know how to configure the network block correctly.<br>
Any suggestion would be thankful.<br><br>Pongsak<br>PS><br>I also try with<br>1) ssid="TEST"
bssid=00:00:00:00:00:00<br>(correct SSID, wrong bssid) STA cannot connect to AP.<br><br>2) ssid="AAA" bssid=00:1a:4d:2f:87:2c<br>(wrong SSID, correct bssid) STA cannot connect to AP.<br>
<br>