Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:wlan-switching [2025/08/05 13:43] – [1. Set up the SDK script on the router] grayapp-notes:wlan-switching [2025/08/26 06:46] (current) – [3. Additional information] gray
Line 242: Line 242:
                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);
                   ## Wi-Fi password                   ## Wi-Fi password
-                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));  ## Passwort wird aus der Feld gezogen+                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));  
                   ret = nb_config_done();                   ret = nb_config_done();
                   while (ret){                   while (ret){
Line 548: Line 548:
                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);                   if(DEBUG)printf("The config parameter prio is set by: %s\n",ret);
                   ## Wi-Fi password                   ## Wi-Fi password
-                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));  ## Passwort wird aus der Feld gezogen+                  nb_config_set(sprintf("wlan.%s.client.%s.psk=%s",wlan_interface,wlan_client_entry,(wlan_passwort_field[q])));
                   ret = nb_config_done();                   ret = nb_config_done();
                   while (ret){                   while (ret){