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
       
        400
       
       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
        
         405
        
        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
        
         401
        
        of file
        
         sl_wfx_constants.h
        
        .
       
◆ firmware_build
| uint8_t sl_wfx_context_t::firmware_build | 
Firmware build version.
        Definition at line
        
         402
        
        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
        
         404
        
        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
        
         403
        
        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
        
         408
        
        of file
        
         sl_wfx_constants.h
        
        .
       
        Referenced by
        
         sl_wfx_init()
        
        , and
        
         sl_wfx_set_mac_address()
        
        .
       
◆ 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
        
         409
        
        of file
        
         sl_wfx_constants.h
        
        .
       
        Referenced by
        
         sl_wfx_init()
        
        , and
        
         sl_wfx_set_mac_address()
        
        .
       
◆ state
| sl_wfx_state_t sl_wfx_context_t::state | 
State of the WFx Wi-Fi chip.
        Definition at line
        
         410
        
        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
        
         406
        
        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
        
         407
        
        of file
        
         sl_wfx_constants.h
        
        .
       
        Referenced by
        
         sl_wfx_get_opn()
        
        , and
        
         sl_wfx_init()
        
        .
       
The documentation for this struct was generated from the following file:
- 
       sl_wfx_constants.h