zephyr/snippets/wifi-enterprise
Ravi Dondaputi 870b2872fd snippets: wifi-enterprise: Resize data heap to fix RAM overflow
Inclusion of CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES causes build time
RAM overflow issues. Decrease NRF_WIFI_DATA_HEAP_SIZE to accommodate
the RUNTIME_CERTIFICATES feature.

Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
2025-04-24 11:57:10 +02:00
..
README.rst
snippet.yml
wifi-enterprise.conf snippets: wifi-enterprise: Resize data heap to fix RAM overflow 2025-04-24 11:57:10 +02:00

.. _snippet-wifi-enterprise:

Wi-Fi Enterprise Snippet (wifi-enterprise)
##########################################

.. code-block:: console

   west build  -S wifi-enterprise [...]

Can also be used along with the :ref:`snippet-wifi-ipv4` snippet.

.. code-block:: console

   west build  -S "wifi-enterprise,wifi-ipv4" [...]

Overview
********

This snippet enables enterprise Wi-Fi support in supported networking samples.

See :ref:`wifi_mgmt` for more information on the usage.

Requirements
************

Hardware support for:

- :kconfig:option:`CONFIG_WIFI`
- :kconfig:option:`CONFIG_WIFI_USE_NATIVE_NETWORKING`
- :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT`
- :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE`