diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-03-29 05:22:08 -0700 |
|---|---|---|
| committer | Linux Build Service Account <lnxbuild@localhost> | 2019-03-29 05:22:08 -0700 |
| commit | 00ad42a92dcaec314779da9973bb58e932809cca (patch) | |
| tree | 49dbb4ef81f2ae1f2436181a54de0251cb26aec1 /wmi/inc/wmi_unified_param.h | |
| parent | 12d9d27285a05443b7f9d6cb5bca9102066b091f (diff) | |
| parent | f149fbd7a0931a6453b5f327f4c91f4aa28a91e7 (diff) | |
Merge f149fbd7a0931a6453b5f327f4c91f4aa28a91e7 on remote branch
Change-Id: Ib81891aeb2d9301d7fcb1a2481b61a197c50ed01
Diffstat (limited to 'wmi/inc/wmi_unified_param.h')
| -rw-r--r-- | wmi/inc/wmi_unified_param.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 4ea794073236..f8fefa8f2896 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -7597,6 +7597,23 @@ struct wmi_mawc_roam_params { uint8_t rssi_stationary_high_adjust; uint8_t rssi_stationary_low_adjust; }; +/** + * struct wmi_btm_config - BSS Transition Management offload params + * @vdev_id: VDEV on which the parameters should be applied + * @btm_offload_config: BTM config + * @btm_solicited_timeout: Timeout value for waiting BTM request + * @btm_max_attempt_cnt: Maximum attempt for sending BTM query to ESS + * @btm_sticky_time: Stick time after roaming to new AP by BTM + * @btm_query_bitmask: roam trigger reasons to trigger BTM Query + */ +struct wmi_btm_config { + uint8_t vdev_id; + uint32_t btm_offload_config; + uint32_t btm_solicited_timeout; + uint32_t btm_max_attempt_cnt; + uint32_t btm_sticky_time; + uint32_t btm_query_bitmask; +}; /** * @time_offset: time offset after 11k offload command to trigger a neighbor |
