repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: split CFLAGS_DEF and always add CFLAGS_MIN
[netsniff-ng.git]
/
mac80211.h
blob
780362579f3d4f2710e82e40acd33c1ebcda8f5c
1
#ifndef MAC80211_H
2
#define MAC80211_H
3
4
extern
void
enter_rfmon_mac80211
(
const char
*
device
,
char
**
mondev
);
5
extern
void
leave_rfmon_mac80211
(
const char
*
device
,
const char
*
mondev
);
6
7
#endif
/* MAC80211_H */