Commit 973c166d5d7a3cecaa98f1c401f90190877610ed
1 parent
cf21c84a
--no commit message
Showing
2 changed files
with
4 additions
and
1 deletions
Project/applications/smartcities/include/buffer.h
@@ -13,7 +13,6 @@ | @@ -13,7 +13,6 @@ | ||
13 | char** put_message(char* info, char** buf,uint32_t *index, uint32_t *buf_len); | 13 | char** put_message(char* info, char** buf,uint32_t *index, uint32_t *buf_len); |
14 | int check_memory(void); | 14 | int check_memory(void); |
15 | int send(char** buf, uint32_t *index, uint32_t *size, char *provider_ID, char *sensor_ID); | 15 | int send(char** buf, uint32_t *index, uint32_t *size, char *provider_ID, char *sensor_ID); |
16 | -void destroy(char** master_buf[]); | ||
17 | char** join_buf(char** buf, uint32_t *buf_len); | 16 | char** join_buf(char** buf, uint32_t *buf_len); |
18 | 17 | ||
19 | #endif | 18 | #endif |
20 | \ No newline at end of file | 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,6 +25,10 @@ int configServer_hex2bin(char *hex, char *buf, size_t hexLen); | ||
25 | uint32_t configServer_dynamicCb(char* varName, char** varValue, uint8_t* varAllocType); | 25 | uint32_t configServer_dynamicCb(char* varName, char** varValue, uint8_t* varAllocType); |
26 | 26 | ||
27 | typedef struct { | 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 | char user[64]; | 32 | char user[64]; |
29 | char password[64]; | 33 | char password[64]; |
30 | char localization[32]; | 34 | char localization[32]; |