qcacmn: Add rsn_caps info in scan entry

Adds rsn cap info in scan entry security info, to get the
rsn caps directly from scan entry without need of parsing
RSN IE again.

Change-Id: Ideeb0780841a70fda94d8580dbb025d162716d06
CRs-Fixed: 2786586
This commit is contained in:
gaurank kathpalia
2020-09-28 12:05:44 +05:30
committad av snandini
förälder f7767ae001
incheckning 95e8d99b6b
2 ändrade filer med 7 tillägg och 0 borttagningar

Visa fil

@@ -239,6 +239,7 @@ struct scan_cache_node {
* @ucastcipherset: unicast cipher set
* @mcastcipherset: multicast cipher set
* @mgmtcipherset: mgmt cipher set
* @rsn_caps: rsn caps of scan entry
*/
struct security_info {
uint32_t authmodeset;
@@ -246,6 +247,7 @@ struct security_info {
uint32_t ucastcipherset;
uint32_t mcastcipherset;
uint32_t mgmtcipherset;
uint16_t rsn_caps;
};
/**