Some prototypes added.

FossilOrigin-Name: 8a46768b8ed65b93dc1046f4718ba8ec9916cd8272920c94547e4bf821346bd1
This commit is contained in:
7u83@mail.ru 2014-12-16 08:03:37 +00:00
parent 240cecf7da
commit 3362f2aa3a
1 changed files with 15 additions and 0 deletions

View File

@ -16,5 +16,20 @@ struct nlt_ifinfo {
};
struct nlt_wiphyinfo {
const char * name;
int index;
};
int nlt_get_ifinfo(struct nl_sock *sk, struct nlt_ifinfo *ifinfo);
int nlt_init_ifinfo(struct nlt_ifinfo * ifinfo);
//int nlt_get_wiphy_list(struct nlt_ifinfo * ifinfo);
int nlt_get_wiphy_list(struct nl_sock *sk);
#define NLT_MAX_WIPHYINDEX 8
#endif