mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
fix setprobe
This commit is contained in:
parent
fbc3659920
commit
08f22537f0
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ int send_set_probe(uint8_t client_addr[])
|
|||
blobmsg_add_macaddr(&b_probe, "bssid", client_addr);
|
||||
blobmsg_add_macaddr(&b_probe, "address", client_addr);
|
||||
|
||||
send_blob_attr_via_network(b_probe.head, "set_probe");
|
||||
send_blob_attr_via_network(b_probe.head, "setprobe");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue