Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ravi Dondaputi 4c14c618f6 net: wifi: shell: Enable Wi-Fi credentials support 2 weeks ago
..
README.rst
snippet.yml
wifi-credentials.conf

README.rst

.. _snippet-wifi-credentials:

Wi-Fi Credentials Snippet (wifi-credential)
###########################################

.. code-block:: console

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

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

.. code-block:: console

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

Overview
********

This snippet enables Wi-Fi credentials support.

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`