mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
try fix probe request
This commit is contained in:
parent
010445c4ee
commit
804fc0ca8d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue