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
doc: authors: moved Tobias one up
[netsniff-ng.git]
/
mac80211.h
blob
dea4ae0ff5864ec2a8d112d804c6b53dcc34614d
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
*
mondev
);
6
7
#endif
/* MAC80211_H */