Infineon Logo Wi-Fi Host Driver (WHD) Public API Reference Guide
 
WHD Buffer Interface API

General Description

Allows WHD to perform buffer related operations like, allocating, releasing, retrieving the current pointer of and size of a packet buffer.

Data Structures

struct  whd_buffer_funcs
 Allows WHD to perform buffer related operations like, allocating, releasing, retrieving the current pointer of and size of a packet buffer. More...
 

Enumerations

enum  whd_buffer_dir_t { WHD_NETWORK_TX, WHD_NETWORK_RX }
 Indicates transmit/receive direction that the packet buffer has been used for. More...
 

Enumeration Type Documentation

◆ whd_buffer_dir_t

Indicates transmit/receive direction that the packet buffer has been used for.

This is needed if tx/rx pools are separate.

Enumerator
WHD_NETWORK_TX 

Transmit direction.

WHD_NETWORK_RX 

Recieve direction.