add hostapd ubus array

This commit is contained in:
PolynomialDivision 2017-11-17 11:10:28 +01:00
parent 1f8edd4229
commit aa6f37c225
6 changed files with 139 additions and 53 deletions

View file

@ -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 ----------------

View file

@ -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