
Currently the strucutre tPmkidCacheInfo is allocated in stack and used during pmksa operations. This structure takes up ~100 bytes of memory. This will cause stack corruption in low memory devices. Move allocations of structure tPmkidCacheInfo to heap. Change-Id: Ibcf44bc331a9ef94499071af1899914edd75b3cf CRs-Fixed: 2616488