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 currenlty in use by the WFx chip.
uint16_t bus_accesses
Number of current bus accesses from the driver.
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 317 of file sl_wfx_constants.h .

Field Documentation

bus_accesses

uint16_t sl_wfx_context_t::bus_accesses

Number of current bus accesses from the driver.

Definition at line 324 of file sl_wfx_constants.h .

data_frame_id

uint16_t sl_wfx_context_t::data_frame_id

Frame id incremented by sl_wfx_send_ethernet_frame .

Definition at line 322 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 318 of file sl_wfx_constants.h .

firmware_build

uint8_t sl_wfx_context_t::firmware_build

Firmware build version.

Definition at line 319 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() .

firmware_major

uint8_t sl_wfx_context_t::firmware_major

Firmware major version.

Definition at line 321 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() .

firmware_minor

uint8_t sl_wfx_context_t::firmware_minor

Firmware minor version.

Definition at line 320 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() .

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 326 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() .

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 327 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() .

state

sl_wfx_state_t sl_wfx_context_t::state

State of the WFx Wi-Fi chip.

Definition at line 328 of file sl_wfx_constants.h .

Referenced by sl_wfx_disable_device_power_save() , sl_wfx_enable_device_power_save() , and sl_wfx_init() .

used_buffers

uint16_t sl_wfx_context_t::used_buffers

Number of buffers currenlty in use by the WFx chip.

Definition at line 323 of file sl_wfx_constants.h .

Referenced by sl_wfx_init() , and sl_wfx_send_request() .

wfx_opn

uint8_t sl_wfx_context_t::wfx_opn[14]

OPN of the part.

Definition at line 325 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