2026-02-11 7:02 AM - last edited on 2026-03-10 3:57 AM by Andrew Neil
Hello ,
i filled
ConnectOpts.Reconnection_nb_attempts = 4;
ConnectOpts.Reconnection_interval = 2;
strncpy((char *)ConnectOpts.MAC,(const char *) Mac, sizeof(Mac));
strncpy((char *)ConnectOpts.SSID, WIFI_SSID, W6X_WIFI_MAX_SSID_SIZE);
strncpy((char *)ConnectOpts.Password, WIFI_PASSWORD, W6X_WIFI_MAX_PASSWORD_SIZE);after running W6X_WiFi_Connect() api
getting following error even hot spot is n:
CW:ERROR,12\r\n\r\n\r\n\r\n"
WLAN_FW_SCAN_NO_BSSID_AND_CHANNEL\n"
any one have idea?
Thanks!
Edited to apply source code formatting - please see How to insert source code for future reference.
2026-03-10 3:49 AM
Hi @PrashantK ,
Difficult to get an idea without more details on your test setup and procedure. Can you describe them? I gather you're using the X-NUCLEO-67W61M1 with the Wi-Fi module configured in station mode and attempt a connection on a mobile hotspot (access point), right? What is the host board you're using? What is the X-CUBE version? Did you make sure to update the module binary?
Is this an application you've developed? Did you try connecting using one of the applications provided in the X-CUBE (CLI project for example)?
Regards