-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Psa documentation changes #18025
Psa documentation changes #18025
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
a7b5e8b
to
7fd05dc
Compare
This commit adds documentation for current Wi-Fi support for PSA. Signed-off-by: Vivekananda Uppunda <[email protected]>
The commit updates the release notes for Wi-Fi PSA support till WPA2. Signed-off-by: Vivekananda Uppunda <[email protected]>
7fd05dc
to
c3dcbce
Compare
.. code-block:: console | ||
uart:~$ wifi connect -s <SSID> -p <passphrase> -k 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving a blank line should resolve the doc build error.
.. code-block:: console | |
uart:~$ wifi connect -s <SSID> -p <passphrase> -k 1 | |
.. code-block:: console | |
uart:~$ wifi connect -s <SSID> -p <passphrase> -k 1 |
The nRF70 Series device Wi-Fi solution supports Platform Security Architecture(PSA) security framework. | ||
The nRF70 Series device Wi-Fi solution achieves this by providing PSA API support for Wi-Fi cryptographic operations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove Wi-Fi solution since it is known that 70 Series is a Wi-Fi Series.
The nRF70 Series device Wi-Fi solution supports Platform Security Architecture(PSA) security framework. | |
The nRF70 Series device Wi-Fi solution achieves this by providing PSA API support for Wi-Fi cryptographic operations. | |
The nRF70 Series devices support the Platform Security Architecture (PSA) security framework. | |
This is achieved by providing PSA API support for Wi-Fi® cryptographic operations. |
Enabling Wi-Fi PSA support | ||
************************** | ||
|
||
To enable the Wi-Fi PSA support in your applications, you must enable the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` Kconfig option in your application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To enable the Wi-Fi PSA support in your applications, you must enable the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` Kconfig option in your application. | |
To enable the Wi-Fi PSA support in your applications, use the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` Kconfig option. |
Current Wi-Fi PSA Support level | ||
******************************* | ||
|
||
The nRF70 Series device Wi-Fi solution currently supports WPA2 and open security profiles. WPA2 security profiles use PSA APIs while performing cryptographic operations during connection establishment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The nRF70 Series device Wi-Fi solution currently supports WPA2 and open security profiles. WPA2 security profiles use PSA APIs while performing cryptographic operations during connection establishment. | |
The nRF70 Series devices currently support Wi-Fi Protected Access (WPA2™) and open security profiles. | |
WPA2 security profiles use PSA APIs for cryptographic operations during connection establishment. |
******************************* | ||
|
||
The nRF70 Series device Wi-Fi solution currently supports WPA2 and open security profiles. WPA2 security profiles use PSA APIs while performing cryptographic operations during connection establishment. | ||
WPA3 and Enterprise security profiles currently are disabled for PSA operation and will not function when enabling :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` kconfig option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WPA3 and Enterprise security profiles currently are disabled for PSA operation and will not function when enabling :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` kconfig option. | |
WPA3™ and Enterprise security profiles are currently disabled for PSA operation and will not function when the :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT_NCS_PSA` Kconfig option is enabled. |
There is no change in the command used in establishing Wi-Fi connection. | ||
The below command can be used to establish a Wi-Fi connection using WPA2 security profile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest to remove the first sentence to avoid redundancy.
There is no change in the command used in establishing Wi-Fi connection. | |
The below command can be used to establish a Wi-Fi connection using WPA2 security profile. | |
To establish a Wi-Fi connection with a WPA2 security profile, run the following command: |
@@ -254,6 +254,7 @@ Wi-Fi | |||
----- | |||
|
|||
* The WPA supplicant is now switched to Zephyr upstream's fork instead of |NCS|. | |||
* Added Platform Security Architecture (PSA) APIs support for WPA2 security profiles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the link to the document.
* Added Platform Security Architecture (PSA) APIs support for WPA2 security profiles. | |
* Added :ref:`Platform Security Architecture (PSA) APIs support <ug_nrf70_developing_wifi_psa_support>` for WPA2 security profiles. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sachinthegreen Is it for 2.8.0 release?
Yes. |
This PR has been cherry-picked to #18066 |
This adds Wi-Fi PSA API support documentation. It details