mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove prints
This commit is contained in:
parent
3fc9dc41d7
commit
14c992118f
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ int send_string(char *msg) {
|
||||||
int send_string_enc(char *msg) {
|
int send_string_enc(char *msg) {
|
||||||
pthread_mutex_lock(&send_mutex);
|
pthread_mutex_lock(&send_mutex);
|
||||||
|
|
||||||
printf("Sending string: %s\n", msg);
|
//printf("Sending string: %s\n", msg);
|
||||||
|
|
||||||
|
|
||||||
size_t msglen = strlen(msg);
|
size_t msglen = strlen(msg);
|
||||||
|
|
|
@ -423,7 +423,7 @@ static int handle_deauth_req(struct blob_attr *msg) {
|
||||||
|
|
||||||
int handle_network_msg(char* msg)
|
int handle_network_msg(char* msg)
|
||||||
{
|
{
|
||||||
printf("HANDLING NETWORK MSG: %s\n", msg);
|
//printf("HANDLING NETWORK MSG: %s\n", msg);
|
||||||
struct blob_attr *tb[__NETWORK_MAX];
|
struct blob_attr *tb[__NETWORK_MAX];
|
||||||
char *method;
|
char *method;
|
||||||
char *data;
|
char *data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue