summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorJoshua Oreman2009-08-08 05:17:50 +0200
committerMarty Connor2010-01-05 15:11:21 +0100
commit1327a787eb5c7e3563b23bf689455fa887f3e3ed (patch)
treea8539c43281d02302731152d04251e7afd2ca8ee /src/include/gpxe/errfile.h
parent[802.11] Add core support for detecting and using encrypted networks (diff)
downloadipxe-1327a787eb5c7e3563b23bf689455fa887f3e3ed.tar.gz
ipxe-1327a787eb5c7e3563b23bf689455fa887f3e3ed.tar.xz
ipxe-1327a787eb5c7e3563b23bf689455fa887f3e3ed.zip
[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 <mdc@etherboot.org>
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 8d4545eb..55dbb6f6 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -192,6 +192,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_x509 ( ERRFILE_OTHER | 0x00160000 )
#define ERRFILE_login_ui ( ERRFILE_OTHER | 0x00170000 )
#define ERRFILE_ib_srpboot ( ERRFILE_OTHER | 0x00180000 )
+#define ERRFILE_iwmgmt ( ERRFILE_OTHER | 0x00190000 )
/** @} */