summaryrefslogtreecommitdiff
path: root/mac80211.h
blob: 9d340ac19a115bdd2f681a663ec37e7a5a26197d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */