How to connect wifi access point using stealth device?

How to connect wifi stealth access point by mkr1010 nina?

Hi all,
I have mesh wifi network made byTP Link(omada). This network area has two same named ssid ap. So, I want to connect access point using bssid(not ssid). But wifi nina library does not have these mode in wifi.begin() like esp32 below.
~

~
wieb:
Please show me the example code.
esp8266, esp32
Station Class — ESP8266 Arduino Core 3.1.2-21-ga348833 documentation 85
WiFiEspAT
const byte bssid = {0x8A, 0x2F, 0xC3, 0xE9, 0x25, 0xC0};
int status = WiFi.begin(ssid, pass, bssid);
WiFiNINA, WiFi, WiF101, WiFiEsp, WiFiSpi, WiFiLink, - begin with bssid not implemented
~
How can I connect by bssid in mkr1010? Does anyone do this already?
Best,

see this

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.