mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove code
This commit is contained in:
parent
c8bdc3472b
commit
96ad652c27
1 changed files with 1 additions and 3 deletions
|
@ -193,7 +193,7 @@ static void ubus_add_oject();
|
|||
|
||||
static void respond_to_notify(uint32_t id);
|
||||
|
||||
void add_client_update_timer(time_t time) {
|
||||
void add_client_update_timer(time_t time) {
|
||||
uloop_timeout_set(&client_timer, time);
|
||||
}
|
||||
|
||||
|
@ -565,8 +565,6 @@ static int hostapd_notify(struct ubus_context *ctx, struct ubus_object *obj,
|
|||
|
||||
// TODO: Only handle probe request and NOT assoc, ...
|
||||
|
||||
respond_to_notify(req->peer);
|
||||
|
||||
if (strncmp(method, "probe", 5) == 0) {
|
||||
return handle_probe_req(msg);
|
||||
} else if (strncmp(method, "auth", 4) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue