Index: sources/storage/StorageGlobals.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rbf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634 --- sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/storage/StorageGlobals.h (.../StorageGlobals.h) (revision bf5b9b7cb86aaf3c4ec85e4ef0b92cba0e836634) @@ -98,6 +98,7 @@ // WiFi extern const char *Wifi_Scripts_Dir; extern const char *Scripts_Wifi_Disconnect; + extern const char *Scripts_Wifi_Connect; extern const char *Wifi_Generate_WPA_Supplicant; extern const char *Wifi_Read_DNS; extern const char *Wifi_Read_Gateway; @@ -106,6 +107,7 @@ extern const char *Wifi_Reset_Adapter; extern const char *Wifi_Reset_Interface; extern const char *Scripts_Wifi_Scan; + extern const char *Scripts_Wifi_Info; extern const char *Wifi_Set_Auto_Assigned_IP; extern const char *Wifi_Set_DNS; extern const char *Wifi_Set_Static_IP;