summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/libwellenreiter/source/proto.cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/libwellenreiter/source/proto.cc b/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
index 359bdb5..305f401 100644
--- a/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
+++ b/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
@@ -1,3 +1,3 @@
1/* 1/*
2 * Communication protocol 2 * Communication protocol
3 * 3 *
@@ -14,3 +14,3 @@ int send_network_found (const char *guihost, int guiport, void *structure)
14 char buffer[2048]; 14 char buffer[2048];
15 char temp[4]; 15 char temp[5];
16 16
@@ -58,2 +58,5 @@ int send_network_found (const char *guihost, int guiport, void *structure)
58 58
59 fprintf( stderr, "Temp is %s\n", temp );
60 fprintf( stderr, "ssid_len is %d\n", ptr->ssid_len );
61
59 /* Set ssid */ 62 /* Set ssid */
@@ -61,2 +64,4 @@ int send_network_found (const char *guihost, int guiport, void *structure)
61 64
65 fprintf( stderr, "Buffer is %s\n", buffer );
66
62 /* Send prepared buffer to GUI */ 67 /* Send prepared buffer to GUI */