]> git.ipfire.org Git - thirdparty/iw.git/blob - iw.h
initial commit
[thirdparty/iw.git] / iw.h
1 #ifndef __IW_H
2 #define __IW_H
3
4 #include <netlink/genl/genl.h>
5 #include <netlink/genl/family.h>
6 #include <netlink/genl/ctrl.h>
7
8 struct nl80211_state {
9 struct nl_handle *nl_handle;
10 struct nl_cache *nl_cache;
11 struct genl_family *nl80211;
12 };
13
14 #endif /* __IW_H */