Skip to main content
Associate
February 11, 2026
Question

X‑NUCLEO‑67W61M1 wifi error

  • February 11, 2026
  • 1 reply
  • 125 views

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.

1 reply

Technical Moderator
March 10, 2026

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

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.