diff options
Diffstat (limited to 'mac80211.h')
-rw-r--r-- | mac80211.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mac80211.h b/mac80211.h new file mode 100644 index 0000000..9d340ac --- /dev/null +++ b/mac80211.h @@ -0,0 +1,13 @@ +/* + * netsniff-ng - the packet sniffing beast + * Copyright 2012 Daniel Borkmann. + * Subject to the GPL, version 2. + */ + +#ifndef MAC80211_H +#define MAC80211_H + +extern void enter_rfmon_mac80211(const char *device, char **mondev); +extern void leave_rfmon_mac80211(const char *device, const char *mondev); + +#endif /* MAC80211_H */ |