Mistake on this page?
Report an issue in GitHub or email us
Macros
mx_wifi_conf_template.h File Reference

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...
 

Detailed Description

Header for mx_wifi_conf_template module.

Author
MCD Application Team
Attention

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.

Macro Definition Documentation

#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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.