Commit 973c166d5d7a3cecaa98f1c401f90190877610ed

Authored by Ferràn Quer i Guerrero
1 parent cf21c84a

--no commit message

Project/applications/smartcities/include/buffer.h
... ... @@ -13,7 +13,6 @@
13 13 char** put_message(char* info, char** buf,uint32_t *index, uint32_t *buf_len);
14 14 int check_memory(void);
15 15 int send(char** buf, uint32_t *index, uint32_t *size, char *provider_ID, char *sensor_ID);
16   -void destroy(char** master_buf[]);
17 16 char** join_buf(char** buf, uint32_t *buf_len);
18 17  
19 18 #endif
20 19 \ No newline at end of file
... ...
Project/applications/smartcities/include/configServer.h
... ... @@ -25,6 +25,10 @@ int configServer_hex2bin(char *hex, char *buf, size_t hexLen);
25 25 uint32_t configServer_dynamicCb(char* varName, char** varValue, uint8_t* varAllocType);
26 26  
27 27 typedef struct {
  28 + char ssid[33]; // ssid clave red usuario contrasenya tipicript
  29 + char wepkey[14];
  30 + char passphrase[64];
  31 + uint16_t security;
28 32 char user[64];
29 33 char password[64];
30 34 char localization[32];
... ...