|
iPXE
|
Wireless interface management commands. More...
#include <ipxe/netdevice.h>#include <ipxe/net80211.h>#include <ipxe/command.h>#include <ipxe/parseopt.h>#include <usr/iwmgmt.h>#include <hci/ifmgmt_cmd.h>Go to the source code of this file.
Data Structures | |
| struct | iwstat_options |
| "iwstat" options More... | |
| struct | iwlist_options |
| "iwlist" options More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER) | |
| static int | iwstat_payload (struct net_device *netdev, struct iwstat_options *opts __unused) |
| "iwstat" payload More... | |
| static int | iwstat_exec (int argc, char **argv) |
| The "iwstat" command. More... | |
| static int | iwlist_payload (struct net_device *netdev, struct iwlist_options *opts __unused) |
| "iwlist" payload More... | |
| static int | iwlist_exec (int argc, char **argv) |
| The "iwlist" command. More... | |
| COMMAND (iwstat, iwstat_exec) | |
| Wireless interface management commands. More... | |
| COMMAND (iwlist, iwlist_exec) | |
Variables | |
| static struct option_descriptor | iwstat_opts [] = {} |
| "iwstat" option list More... | |
| static struct ifcommon_command_descriptor | iwstat_cmd |
| "iwstat" command descriptor More... | |
| static struct option_descriptor | iwlist_opts [] = {} |
| "iwlist" option list More... | |
| static struct ifcommon_command_descriptor | iwlist_cmd |
| "iwlist" command descriptor More... | |
Wireless interface management commands.
Definition in file iwmgmt_cmd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER | ) |
|
static |
"iwstat" payload
| netdev | Network device |
| opts | Command options |
| rc | Return status code |
Definition at line 48 of file iwmgmt_cmd.c.
References iwstat(), net80211_get(), and netdev.
|
static |
The "iwstat" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 71 of file iwmgmt_cmd.c.
References ifcommon_exec(), and iwstat_cmd.
|
static |
"iwlist" payload
| netdev | Network device |
| opts | Command options |
| rc | Return status code |
Definition at line 88 of file iwmgmt_cmd.c.
References iwlist(), net80211_get(), and netdev.
|
static |
The "iwlist" command.
| argc | Argument count |
| argv | Argument list |
| rc | Return status code |
Definition at line 111 of file iwmgmt_cmd.c.
References ifcommon_exec(), and iwlist_cmd.
| COMMAND | ( | iwstat | , |
| iwstat_exec | |||
| ) |
Wireless interface management commands.
| COMMAND | ( | iwlist | , |
| iwlist_exec | |||
| ) |
|
static |
"iwstat" option list
Definition at line 39 of file iwmgmt_cmd.c.
|
static |
"iwstat" command descriptor
Definition at line 59 of file iwmgmt_cmd.c.
Referenced by iwstat_exec().
|
static |
"iwlist" option list
Definition at line 79 of file iwmgmt_cmd.c.
|
static |
"iwlist" command descriptor
Definition at line 99 of file iwmgmt_cmd.c.
Referenced by iwlist_exec().
1.8.15