Code review and optimistaion

This commit is contained in:
Imen Bhiri 2015-09-11 18:21:53 +01:00
parent 7647f22cf3
commit e6d912200e
2 changed files with 449 additions and 535 deletions

File diff suppressed because it is too large Load diff

View file

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