]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix documentation for the test configuration attributes of FT-SAE/OCV
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Fri, 14 Aug 2020 13:05:29 +0000 (18:35 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 14 Aug 2020 20:08:39 +0000 (23:08 +0300)
These vendor attributes for FT/OCV/SAE testing can be configured only
when the STA is in connected state. Update the documentation of the
attributes to reflect the same.

Fixes: 18f3f99ac467 ("Add vendor attributes to configure testing functionality for FT/OCV/SAE")
Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
src/common/qca-vendor.h

index 4ef2dac0e1d0920071d97cb46445c09c34619454..74b553ae640f1adef5c82393fd7eaf26e98ede79 100644 (file)
@@ -7408,9 +7408,8 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         * Request frame.
         * 0 - Default behavior, 1 - override with 1, 2 - override with 0.
         * This attribute is used to configure the testbed device.
-        * This attribute can be configured when STA is in disconnected or
-        * associated state and the configuration is valid until the next
-        * disconnection.
+        * This attribute can be configured only when STA is in associated state
+        * and the configuration is valid until the disconnection.
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_FT_REASSOCREQ_RSNXE_USED = 40,
 
@@ -7418,9 +7417,8 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         * Switch Announcement) when STA is in connected state.
         * 0 - Default behavior, 1 - Ignore CSA.
         * This attribute is used to configure the testbed device.
-        * This attribute can be configured when STA is in disconnected or
-        * associated state and the configuration is valid until the next
-        * disconnection.
+        * This attribute can be configured only when STA is in associated state
+        * and the configuration is valid until the disconnection.
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_IGNORE_CSA = 41,
 
@@ -7428,9 +7426,8 @@ enum qca_wlan_vendor_attr_wifi_test_config {
         * Information). Attributes defined in enum
         * qca_wlan_vendor_attr_oci_override are nested within this attribute.
         * This attribute is used to configure the testbed device.
-        * This attribute can be configured when STA is in disconnected or
-        * associated state and the configuration is valid until the next
-        * disconnection.
+        * This attribute can be configured only when STA is in associated state
+        * and the configuration is valid until the disconnection.
         */
        QCA_WLAN_VENDOR_ATTR_WIFI_TEST_CONFIG_OCI_OVERRIDE = 42,