mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add Debug output
This commit is contained in:
parent
f5af978118
commit
bdca973362
1 changed files with 6 additions and 0 deletions
|
@ -211,6 +211,9 @@ int parse_to_probe_req(struct blob_attr *msg, probe_entry *prob_req) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int handle_auth_req(struct blob_attr *msg) {
|
static int handle_auth_req(struct blob_attr *msg) {
|
||||||
|
|
||||||
|
printf("HANDLE AUTH!\n");
|
||||||
|
|
||||||
auth_entry auth_req;
|
auth_entry auth_req;
|
||||||
parse_to_auth_req(msg, &auth_req);
|
parse_to_auth_req(msg, &auth_req);
|
||||||
|
|
||||||
|
@ -226,6 +229,9 @@ static int handle_auth_req(struct blob_attr *msg) {
|
||||||
return UBUS_STATUS_CONNECTION_FAILED;
|
return UBUS_STATUS_CONNECTION_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
printf("ALLOW AUTH!\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue