Some changes ...

FossilOrigin-Name: 97cc88de5f7c5ae1aedecd5abac09a28dc3fb65ba3b0a2fd4d331638eee8044f
This commit is contained in:
7u83@mail.ru
2015-01-03 19:54:43 +00:00
parent 6e77f4ab4f
commit d3dd53805f
2 changed files with 76 additions and 6 deletions

View File

@ -17,8 +17,8 @@ struct nlt_ifinfo {
struct nlt_wiphyinfo {
const char * name;
int index;
const char * name;
};
@ -29,6 +29,8 @@ int nlt_init_ifinfo(struct nlt_ifinfo * ifinfo);
int nlt_get_wiphy_list(struct nl_sock *sk);
#define NLT_MAX_WIPHYINDEX 8
#endif