mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add hostapd ubus array
This commit is contained in:
parent
1f8edd4229
commit
aa6f37c225
6 changed files with 139 additions and 53 deletions
|
|
@ -34,6 +34,7 @@ struct time_config_s {
|
|||
time_t update_client;
|
||||
time_t remove_client;
|
||||
time_t remove_probe;
|
||||
time_t update_hostapd;
|
||||
};
|
||||
|
||||
// ---------------- Global variables ----------------
|
||||
|
|
|
|||
|
|
@ -30,4 +30,6 @@ int ubus_call_umdns();
|
|||
|
||||
int ubus_send_probe_via_network(struct probe_entry_s probe_entry);
|
||||
|
||||
void *update_hostapd_sockets(void *arg);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue