-
CONFIG_WIFI_WINC1500_MAX_PACKET_SIZE
¶
Maximum size of a packet, in bytes
Type: int
Help¶
Set the maximum size of a network packet going through the chip. This sets the size of each buffer, in each buffer pools. Do not modify it unless you know what you are doing.
Defaults¶
- 1500 if
WIFI_WINC1500
&&WIFI
Kconfig definition¶
At drivers/wifi/winc1500/Kconfig.winc1500:49
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:76
→ drivers/wifi/Kconfig:35
Menu path: (top menu) → Device Drivers → add support for WiFi Drivers → WINC1500 driver support
config WIFI_WINC1500_MAX_PACKET_SIZE int prompt "Maximum size of a packet, in bytes" ifWIFI_WINC1500
&&WIFI
default 1500 ifWIFI_WINC1500
&&WIFI
depends onWIFI_WINC1500
&&WIFI
help Set the maximum size of a network packet going through the chip. This sets the size of each buffer, in each buffer pools. Do not modify it unless you know what you are doing.
(Definitions include propagated dependencies, including from if’s and menus.)