Add QCA vendor attribute to change P2P GO beacon interval
Add new QCA vendor attribute to configure the P2P GO beacon interval dynamically while the BSS continues operating. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
59299a8a7d
commit
e33acc2178
1 changed files with 11 additions and 0 deletions
|
@ -3723,6 +3723,17 @@ enum qca_wlan_vendor_attr_config {
|
||||||
*/
|
*/
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_FOLLOW_AP_PREFERENCE_FOR_CNDS_SELECT = 121,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_FOLLOW_AP_PREFERENCE_FOR_CNDS_SELECT = 121,
|
||||||
|
|
||||||
|
/* 16-bit unsigned value to configure P2P GO beacon interval in TUs.
|
||||||
|
* This attribute is used to update the P2P GO beacon interval
|
||||||
|
* dynamically.
|
||||||
|
*
|
||||||
|
* Updating the beacon interval while the GO continues operating the BSS
|
||||||
|
* will likely interoperability issues and is not recommended to be
|
||||||
|
* used. All the values should be multiples of the minimum used value to
|
||||||
|
* minimize risk of issues.
|
||||||
|
*/
|
||||||
|
QCA_WLAN_VENDOR_ATTR_CONFIG_P2P_GO_BEACON_INTERVAL = 122,
|
||||||
|
|
||||||
/* keep last */
|
/* keep last */
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
QCA_WLAN_VENDOR_ATTR_CONFIG_AFTER_LAST,
|
||||||
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
QCA_WLAN_VENDOR_ATTR_CONFIG_MAX =
|
||||||
|
|
Loading…
Reference in a new issue