:orphan: .. title:: CONFIG_WIFI_WINC1500_OFFLOAD_MAX_SOCKETS .. kconfig:: CONFIG_WIFI_WINC1500_OFFLOAD_MAX_SOCKETS CONFIG_WIFI_WINC1500_OFFLOAD_MAX_SOCKETS ######################################## *Maximum number of sockets that can be managed* Type: ``int`` Help ==== .. code-block:: none Set the number of sockets that can be managed through the driver and the chip. Direct dependencies =================== \ :kconfig:`WIFI_WINC1500 ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/wifi/winc1500/Kconfig.winc1500:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:32`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → WINC1500 driver support .. code-block:: kconfig config WIFI_WINC1500_OFFLOAD_MAX_SOCKETS int "Maximum number of sockets that can be managed" default 2 depends on WIFI_WINC1500 && WIFI help Set the number of sockets that can be managed through the driver and the chip. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*