Header for mx_wifi_conf_template module. More...
#include <stdint.h>
#include "mx_wifi_bare_os.h"
Go to the source code of this file.
Macros | |
#define | MX_WIFI_MIN_TX_HEADER_SIZE (28) |
For the TX buffer, by default no-copy feature is enabled, meaning that the IP buffer are used in the whole process and should come with available room in front of payload to accommodate transport header buffer. More... | |
Header for mx_wifi_conf_template module.
Copyright (c) 2021 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file mx_wifi_conf_template.h.
#define MX_WIFI_MIN_TX_HEADER_SIZE (28) |
For the TX buffer, by default no-copy feature is enabled, meaning that the IP buffer are used in the whole process and should come with available room in front of payload to accommodate transport header buffer.
This is managed in interface between driver and IP stack For LwIP "PBUF_LINK_ENCAPSULATION_HLEN" must be defined as > MX_WIFI_MIN_TX_HEADER_SIZE, see net_mx_wifi/c file for implementation.
Definition at line 194 of file mx_wifi_conf_template.h.