:orphan: .. title:: WIFI_WINC1500_MAX_PACKET_SIZE .. option:: 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. Direct dependencies =================== \ :option:`WIFI_WINC1500 ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1500 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/winc1500/Kconfig.winc1500:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support .. parsed-literal:: config WIFI_WINC1500_MAX_PACKET_SIZE int "Maximum size of a packet, in bytes" default 1500 depends on \ :option:`WIFI_WINC1500 ` && \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*