wlan: Fix to set shortslotTime capability bit in Reassoc Req

This issue was reported by Korea CE team against Dlink DR-825 AP.
From the sniffer, even though STA supports this capability from
Assoc Req. AP has also set this bit in beacon and probe response,
In the reassoc request G mode short slot time capability bit is
not set. It's only this AP which sends Reassoc response with
status code 10, during our testing even though shortslottime
set to 0, AP still sends Reassoc response with status 0.

Root cause was setting this bit for the session is monitored
by a flag shortSlotTimeSupported. This variable is updated for
initial association session, but not for the FTSession. Hence
FT session shortSlotTimeSupported is also set to FALSE.
The fix is to set this variable to TRUE if both STA and
AP supports this capability

Change-Id: Iec6385b443b2972816fc1afe1364f17f2790451e
CRs-Fixed: 447955
(cherry picked from commit 3353f1ebf3029a42fa0bbb04f8f1cafe58b71668)
1 file changed
tree: 8b6aabf3c40a5d69541265832fe9844689259996
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig