diff options
| author | Madan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com> | 2013-10-29 17:38:25 -0700 |
|---|---|---|
| committer | Madan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com> | 2013-10-29 17:38:25 -0700 |
| commit | 55bb80fbb6febaf79f3b413cc037abe45b4fe3d3 (patch) | |
| tree | afc5ee706691cf71d69eba18e812f555046e8608 /CORE/VOSS | |
| parent | dfd5eb5ff4238b64a812533c0c6db51f1b431817 (diff) | |
cld: umac: Roaming feature umac common code changes
LIM/PE
Don't flush scan cache when starting a new scan.
Return results from scan cache and LFR cache when a roaming
scan finishes.
Added flags to indicate reassoc request for WDA_ADD_BSS_REQ
Change-Id: I2fb6ebff82e0dcec929ae7a3653eddb4aa71c528
CRs-fixed: 562120
Diffstat (limited to 'CORE/VOSS')
| -rw-r--r-- | CORE/VOSS/inc/i_vos_packet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CORE/VOSS/inc/i_vos_packet.h b/CORE/VOSS/inc/i_vos_packet.h index 3dc6a9983688..6ec546fab4c1 100644 --- a/CORE/VOSS/inc/i_vos_packet.h +++ b/CORE/VOSS/inc/i_vos_packet.h @@ -64,6 +64,9 @@ typedef struct u_int32_t mpdu_len; u_int32_t mpdu_hdr_len; u_int32_t mpdu_data_len; + u_int8_t offloadScanLearn:1; + u_int8_t roamCandidateInd:1; + u_int8_t scan:1; }t_packetmeta, *tp_packetmeta; /* implementation specific vos packet type */ |
