Searched defs:rsnOsKey (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A Drsn.c500 OS_802_11_KEY rsnOsKey; local
507 rsnOsKey.KeyIndex = pRsn->keys[keyIndex].keyIndex;
508 rsnOsKey.KeyLength = pRsn->keys[keyIndex].encLen;
509 rsnOsKey.Length = sizeof(rsnOsKey);
514 MAC_COPY (rsnOsKey.BSSID, pRsn->keys[keyIndex].macAddress);
515 os_memoryCopy (pRsn->hOs, &rsnOsKey.KeyRSC,
518 os_memoryCopy (pRsn->hOs, rsnOsKey.KeyMaterial,
525 rsnOsKey.KeyIndex |= 0x80000000;
528 status = pRsn->pKeyParser->recv (pRsn->pKeyParser, (TI_UINT8*)&rsnOsKey, sizeo
[all...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DparamOut.h619 OS_802_11_KEY rsnOsKey; member in union:__anon1237::__anon1238

Completed in 68 milliseconds