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
This commit is contained in:

committed by
nshrivas

parent
9ae5e2cd2f
commit
cbecb299cf
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user