I have 1 router and 2 wifi repeater which using same SSID.
Example:
Router -> SSID = HomeWifi -> MAC = 80:7A:7B:7C:00:01
Repeater01 -> SSID = HomeWifi -> MAC = 80:7A:7B:7C:00:02
Repeater02 -> SSID = HomeWifi -> MAC = 80:7A:7B:7C:00:03
WiFi.begin(ssid, password);
Question:
Instead connecting to SSID, is there a way connect to specific MAC Address? For the example, I want connect to Repeater02 (which has different MAC address but using same SSID).