sl_wfx_context_t Struct Reference

Structure used to maintain wf200 context on the host side.

Data Fields

uint8_t event_payload_buffer [512]
 
uint16_t data_frame_id
 
uint32_t waited_event_id
 
uint32_t posted_event_id
 
sl_wfx_mac_address_t mac_addr_0
 
sl_wfx_mac_address_t mac_addr_1
 
uint8_t opn [14]

Structure used to maintain wf200 context on the host side.

Definition at line 300 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 302 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 301 of file sl_wfx_constants.h.

◆ opn

uint8_t sl_wfx_context_t::opn[14]

Required for PTE (Only ?)

Definition at line 308 of file sl_wfx_constants.h.

Referenced by sl_wfx_get_opn().

◆ mac_addr_0

sl_wfx_mac_address_t sl_wfx_context_t::mac_addr_0

Mac address used by wf200 interface 0, station

Definition at line 306 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 wf200 interface 1, softap

Definition at line 307 of file sl_wfx_constants.h.

Referenced by sl_wfx_init().

◆ posted_event_id

uint32_t sl_wfx_context_t::posted_event_id

Last event posted by wf200

Definition at line 304 of file sl_wfx_constants.h.

Referenced by sl_wfx_send_request().

◆ waited_event_id

uint32_t sl_wfx_context_t::waited_event_id

Host waited event

Definition at line 303 of file sl_wfx_constants.h.

Referenced by sl_wfx_init(), and sl_wfx_send_request().


The documentation for this struct was generated from the following file:
  • sl_wfx_constants.h