sl_wfx_context_t Struct Reference
Structure used to maintain the Wi-Fi solution context on the host side.
Data Fields |
|
uint8_t | event_payload_buffer [512] |
Event payload associated with the last posted event.
|
|
uint8_t | firmware_build |
Firmware build version.
|
|
uint8_t | firmware_minor |
Firmware minor version.
|
|
uint8_t | firmware_major |
Firmware major version.
|
|
uint16_t | data_frame_id |
Frame ID incremented by
sl_wfx_send_ethernet_frame
.
|
|
uint16_t | used_buffers |
Number of buffers currently in use by the WFx chip.
|
|
uint8_t | wfx_opn [14] |
OPN of the part.
|
|
sl_wfx_mac_address_t | mac_addr_0 |
Mac address used by WFx interface 0, station.
|
|
sl_wfx_mac_address_t | mac_addr_1 |
Mac address used by WFx interface 1, softap.
|
|
sl_wfx_state_t | state |
State of the WFx Wi-Fi chip.
|
Structure used to maintain the Wi-Fi solution context on the host side.
Definition at line
359
of file
sl_wfx_constants.h
.
Field Documentation
◆ data_frame_id
uint16_t sl_wfx_context_t::data_frame_id |
Frame ID incremented by sl_wfx_send_ethernet_frame .
Definition at line
364
of file
sl_wfx_constants.h
.
Referenced by
sl_wfx_send_ethernet_frame()
.
◆ event_payload_buffer
uint8_t sl_wfx_context_t::event_payload_buffer[512] |
Event payload associated with the last posted event.
Definition at line
360
of file
sl_wfx_constants.h
.
◆ firmware_build
uint8_t sl_wfx_context_t::firmware_build |
Firmware build version.
Definition at line
361
of file
sl_wfx_constants.h
.
◆ firmware_major
uint8_t sl_wfx_context_t::firmware_major |
Firmware major version.
Definition at line
363
of file
sl_wfx_constants.h
.
◆ firmware_minor
uint8_t sl_wfx_context_t::firmware_minor |
Firmware minor version.
Definition at line
362
of file
sl_wfx_constants.h
.
◆ mac_addr_0
sl_wfx_mac_address_t sl_wfx_context_t::mac_addr_0 |
Mac address used by WFx interface 0, station.
Definition at line
367
of file
sl_wfx_constants.h
.
◆ mac_addr_1
sl_wfx_mac_address_t sl_wfx_context_t::mac_addr_1 |
Mac address used by WFx interface 1, softap.
Definition at line
368
of file
sl_wfx_constants.h
.
◆ state
sl_wfx_state_t sl_wfx_context_t::state |
State of the WFx Wi-Fi chip.
Definition at line
369
of file
sl_wfx_constants.h
.
Referenced by
sl_wfx_disable_device_power_save()
, and
sl_wfx_enable_device_power_save()
.
◆ used_buffers
uint16_t sl_wfx_context_t::used_buffers |
Number of buffers currently in use by the WFx chip.
Definition at line
365
of file
sl_wfx_constants.h
.
Referenced by
sl_wfx_send_request()
.
◆ wfx_opn
uint8_t sl_wfx_context_t::wfx_opn[14] |
OPN of the part.
Definition at line
366
of file
sl_wfx_constants.h
.
Referenced by
sl_wfx_get_opn()
.
The documentation for this struct was generated from the following file:
-
sl_wfx_constants.h