Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point

Dependents:   X_NUCLEO_IDW01M1_AP_Test

Fork of X_NUCLEO_IDW01M1 by ST

Revision:
8:0f302a13e21b
Parent:
6:e7a3fca2df10
--- a/Spwf/inc/wifi_driver.h	Wed May 11 06:12:16 2016 +0000
+++ b/Spwf/inc/wifi_driver.h	Thu May 12 07:36:13 2016 +0000
@@ -15,11 +15,12 @@
 extern wifi_bool WiFi_Enabled;
 extern wifi_bool Standby_Enabled;
 extern wifi_bool Deep_Sleep_Enabled;
+extern int write_size;
 extern uint8_t WiFi_AT_Cmd_Buff[];
 
 extern void callSpwfSADevice_init(void* object);
 extern char callSpwfSADevice_getChar(void* object);
-extern void callSpwfSADevice_write(void* object, const char * cmd, uint16_t size);
+extern int  callSpwfSADevice_write(void* object, const char * cmd, uint16_t size);
 extern void callSpwfSADevice_wakeup(void* object, int wake);
 extern void callSpwfSADevice_reset(void* object, int reset); 
 extern void callSpwfSADevice_rts(void* object, int rts);