Efi_Simple_Network.stationaddress() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

15.1.7 EFI_SIMPLE_NETWO RK.StationAddress()
Summary
Modifies or resets the current station address, if supported.
Prototype
EFI_STATUS
(EFIAPI *EFI_SIMPLE_NETWORK_STATION_ADDRESS) (
IN EFI_SIMPLE_NETWORK
IN BOOLEAN
IN EFI_MAC_ADDRESS
);
Parameters
This
Reset
New
Description
This function modifies or resets the current station address of a network interface, if supported. If
is TRUE, then the current station address is set to the network interface's permanent
Reset
address. If
Reset
then the current station address is changed to the address specified by New. If the network interface
does not allow its station address to be modified, then
returned. If the station address is successfully updated on the network interface,
will be returned. If the driver has not been initialized,
Status Codes Returned
EFI_SUCCESS
EFI_NOT_STARTED
EFI_INVALID_PARAMETER
EFI_DEVICE_ERROR
EFI_UNSUPPORTED
Version 1.02
A pointer to the
Flag used to reset the station address to the network interface's
permanent address.
New station address to be used for the network interface.
is FALSE, and the network interface allows its station address to be modified,
The network interface's station address was updated.
The network interface has not been started.
One or more of the parameters has an unsupported value.
The command could not be sent to the network interface.
This function is not supported by the network interface.
SIMPLE_NETWORK Protocol
*This,
Reset,
*New
OPTIONAL
EFI_SIMPLE_NETWORK
EFI_INVALID_PARAMETER
EFI_DEVICE_ERROR
12/12/00
instance.
will be
EFI_SUCCESS
will be returned.
289

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents