try fix probe request

This commit is contained in:
PolynomialDivision 2017-12-13 12:10:28 +01:00
parent 010445c4ee
commit 804fc0ca8d

View file

@ -420,7 +420,7 @@ static int handle_deauth_req(struct blob_attr *msg) {
int handle_network_msg(char* msg)
{
printf("HANDLING NETWORK MSG: %s\n");
printf("HANDLING NETWORK MSG: %s\n", msg);
struct blob_attr *tb[__NETWORK_MAX];
char *method;
char *data;