![Intel Extensible Firmware Interface Скачать руководство пользователя страница 460](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117460.webp)
Extensible Firmware Interface Specification
442
12/12/00
Version 1.02
G.4.12 Station
Address
This command is used to get current station and broadcast MAC addresses and, if supported, to
change the current station MAC address.
G.4.12.1
Issuing the Command
To issue a Station Address command, create a CDB and fill it in as shows in the table below:
CDB Field
How to initialize the CDB structure for a Station Address command
OpCode
PXE_OPCODE_STATION_ADDRESS
OpFlags
Set as needed.
CPBsize
sizeof(PXE_CPB_STATION_ADDRESS)
DBsize
sizeof(PXE_DB_STATION_ADDRESS)
CPBaddr
Address of
PXE_CPB_STATION_ADDRESS
structure.
DBaddr
Address of
PXE_DB_STATION_ADDRESS
structure.
StatCode
PXE_STATCODE_INITIALIZE
StatFlags
PXE_STATFLAGS_INITIALIZE
IFnum
A valid interface number from zero to
!PXE.IFcnt
.
Control
Set as needed.
OpFlags
To read current station and broadcast MAC addresses set the OpFlags field to:
•
PXE_OPFLAGS_STATION_ADDRESS_READ
To change the current station to the address given in the CPB set the OpFlags field to:
•
PXE_OPFLAGS_STATION_ADDRESS_WRITE
To reset the current station address back to the power on default, set the OpFlags field to:
•
PXE_OPFLAGS_STATION_ADDRESS_RESET
Preparing the CPB
To change the current station MAC address the
CDB.CPBsize
and
CDB.CPBaddr
fields must
be set.
typedef struct s_pxe_cpb_station_address {
// If supplied and supported, the current station MAC address
// will be changed.
PXE_MAC_ADDR StationAddr;
} PXE_CPB_STATION_ADDRESS;
Содержание Extensible Firmware Interface
Страница 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Страница 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Страница 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Страница 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Страница 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Страница 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Страница 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Страница 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Страница 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Страница 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Страница 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Страница 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Страница 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Страница 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Страница 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...