Last change
on this file since e16e8f2 was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
296 bytes
|
Line | |
---|
1 | #ifndef _USR_IWMGMT_H |
---|
2 | #define _USR_IWMGMT_H |
---|
3 | |
---|
4 | /** @file |
---|
5 | * |
---|
6 | * Wireless network interface management |
---|
7 | * |
---|
8 | */ |
---|
9 | |
---|
10 | FILE_LICENCE ( GPL2_OR_LATER ); |
---|
11 | |
---|
12 | struct net80211_device; |
---|
13 | |
---|
14 | extern void iwstat ( struct net80211_device *dev ); |
---|
15 | extern int iwlist ( struct net80211_device *dev ); |
---|
16 | |
---|
17 | #endif /* _USR_IWMGMT_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.