Browse Source
Add a snippet for Wi-Fi credentials support. Update the heap sizes as required for enterprise mode. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>pull/92038/merge
4 changed files with 41 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||||||
|
.. _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` |
@ -0,0 +1,3 @@ |
|||||||
|
name: wifi-credentials |
||||||
|
append: |
||||||
|
EXTRA_CONF_FILE: wifi-credentials.conf |
Loading…
Reference in new issue