浏览代码

qcacld-3.0: Advertise BSS transition enabled in extended capabilities

When BTM config is disabled in the supplicant, the BSS
transition bit (19) of the extended capabilities will be
disabled. If BTM offload is enabled, currently driver still
advertises that the BSS transition bit(19) as disabled. This
results in AP disabling 11v for this STA.

Advertise the BSS transition bit (19) as enabled in the extended
capabilities if btm_offload ini bit 1 is enabled.

Change-Id: I7c1977294a2e166321951ee0ec31f18929c42176
CRs-Fixed: 2455919
Pragaspathi Thilagaraj 6 年之前
父节点
当前提交
95162f197e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      mlme/dispatcher/inc/wlan_mlme_public_struct.h

+ 3 - 0
mlme/dispatcher/inc/wlan_mlme_public_struct.h

@@ -1914,6 +1914,9 @@ struct wlan_mlme_wifi_pos_cfg {
 
 #define MLME_SET_BIT(value, bit_offset) ((value) |= (1 << (bit_offset)))
 
+/* Mask to check if BTM offload is enabled/disabled*/
+#define BTM_OFFLOAD_ENABLED_MASK    0x01
+
 #define BTM_OFFLOAD_CONFIG_BIT_8    8
 #define BTM_OFFLOAD_CONFIG_BIT_7    7