mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
parse to assoc if assoc
This commit is contained in:
parent
960e297e92
commit
f774b86e82
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ static int handle_assoc_req(struct blob_attr *msg) {
|
||||||
|
|
||||||
print_probe_array();
|
print_probe_array();
|
||||||
auth_entry auth_req;
|
auth_entry auth_req;
|
||||||
parse_to_auth_req(msg, &auth_req);
|
parse_to_assoc_req(msg, &auth_req);
|
||||||
printf("ASSOC Entry: ");
|
printf("ASSOC Entry: ");
|
||||||
print_auth_entry(auth_req);
|
print_auth_entry(auth_req);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue