]> git.ipfire.org Git - thirdparty/hostap.git/commit
Vendor feature capability to notify TWT asynchronous response support
authorSunil Dutt <usdutt@codeaurora.org>
Fri, 18 Dec 2020 04:36:19 +0000 (10:06 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2020 11:09:30 +0000 (13:09 +0200)
commit73c7c2da997592ac41bd88d3c74b0c70bd53b95f
tree0e2e3c510bc2ad34eb49b4b6eeecbd71b7c4c8cb
parenta337c1d7c92a1085a0a6f692a30be30c3642d678
Vendor feature capability to notify TWT asynchronous response support

The response for the respective TWT operations can either be synchronous
or asynchronous (wherever specified). If synchronous, the response to
this operation is obtained in the corresponding vendor command reply to
the user space. For asynchronous case, the response is obtained as an
event with the same operation type.

Drivers shall support either of these modes but not both simultaneously.
The support for asynchronous mode is advertised through the new flag
QCA_WLAN_VENDOR_FEATURE_TWT_ASYNC_SUPPORT. If the driver does not
include this flag, it shall support synchronous mode.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h