mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
send notify response
This commit is contained in:
parent
966619612e
commit
d31bfa5e07
1 changed files with 4 additions and 1 deletions
|
@ -188,9 +188,12 @@ int hostapd_array_check_id(uint32_t id);
|
||||||
void hostapd_array_insert(uint32_t id);
|
void hostapd_array_insert(uint32_t id);
|
||||||
|
|
||||||
void hostapd_array_delete(uint32_t id);
|
void hostapd_array_delete(uint32_t id);
|
||||||
|
|
||||||
static void ubus_add_oject();
|
static void ubus_add_oject();
|
||||||
|
|
||||||
void add_client_update_timer(time_t time) {
|
static void respond_to_notify(uint32_t id);
|
||||||
|
|
||||||
|
void add_client_update_timer(time_t time) {
|
||||||
uloop_timeout_set(&client_timer, time);
|
uloop_timeout_set(&client_timer, time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue