mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-10 19:27:32 +01:00
Code review and optimistaion
This commit is contained in:
parent
7647f22cf3
commit
e6d912200e
2 changed files with 449 additions and 535 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -18,6 +18,7 @@
|
|||
struct wl_clientargs
|
||||
{
|
||||
char *mac;
|
||||
char *wiface;
|
||||
};
|
||||
|
||||
struct clientargs
|
||||
|
|
@ -46,7 +47,10 @@ struct ldwlanargs
|
|||
{
|
||||
struct uci_section *lwlansection;
|
||||
int wlctl_num;
|
||||
struct uci_section *device_section;
|
||||
char *wunit;
|
||||
char *wiface;
|
||||
json_object *res;
|
||||
int pki;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue