libnet80211: start an open_esplib library.
This commit is contained in:
parent
8368929a66
commit
195eb3a97b
4 changed files with 86 additions and 2 deletions
|
|
@ -36,4 +36,16 @@
|
|||
#define OPEN_LIBMAIN_USER_INTERFACE (OPEN_LIBMAIN)
|
||||
#endif
|
||||
|
||||
#ifndef OPEN_LIBNET80211
|
||||
#define OPEN_LIBNET80211 (OPEN_ESPLIBS)
|
||||
#endif
|
||||
|
||||
#ifndef OPEN_LIBNET80211_WL_CNX
|
||||
#define OPEN_LIBNET80211_WL_CNX (OPEN_LIBNET80211)
|
||||
#endif
|
||||
|
||||
#ifndef OPEN_LIBNET80211_HOSTAP
|
||||
#define OPEN_LIBNET80211_HOSTAP (OPEN_LIBNET80211)
|
||||
#endif
|
||||
|
||||
#endif /* _OPEN_ESPLIBS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue