From 1327a787eb5c7e3563b23bf689455fa887f3e3ed Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Fri, 7 Aug 2009 20:17:50 -0700 Subject: [iwmgmt] Add wireless management commands and text for common errors Add commands `iwstat' (to list 802.11-specific status information for 802.11 devices) and `iwlist' (to scan for available networks and print a list along with security information). Signed-off-by: Marty Connor --- src/include/usr/iwmgmt.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/include/usr/iwmgmt.h (limited to 'src/include/usr') diff --git a/src/include/usr/iwmgmt.h b/src/include/usr/iwmgmt.h new file mode 100644 index 000000000..c1bdc37a8 --- /dev/null +++ b/src/include/usr/iwmgmt.h @@ -0,0 +1,17 @@ +#ifndef _USR_IWMGMT_H +#define _USR_IWMGMT_H + +/** @file + * + * Wireless network interface management + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +struct net80211_device; + +extern void iwstat ( struct net80211_device *dev ); +extern int iwlist ( struct net80211_device *dev ); + +#endif /* _USR_IWMGMT_H */ -- cgit v1.2.3-55-g7522