mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[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>
This commit is contained in:
committed by
Marty Connor
parent
dd8a3e2e70
commit
1327a787eb
@@ -204,6 +204,7 @@ REQUIRE_OBJECT ( config_cmd );
|
||||
#ifdef IFMGMT_CMD
|
||||
REQUIRE_OBJECT ( ifmgmt_cmd );
|
||||
#endif
|
||||
/* IWMGMT_CMD is brought in by net80211.c if requested */
|
||||
#ifdef ROUTE_CMD
|
||||
REQUIRE_OBJECT ( route_cmd );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user