Fix documentation for the test configuration attributes of FT-SAE/OCV
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: 18f3f99ac4
("Add vendor attributes to configure testing functionality for FT/OCV/SAE")
Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
This commit is contained in:
parent
5d2218e618
commit
a2d35b49e7
1 changed files with 6 additions and 9 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue