HomeSort by relevance Sort by last modified time
    Searched refs:rsnOsKey (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.c 500 OS_802_11_KEY rsnOsKey;
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, sizeof(rsnOsKey))
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
paramOut.h 619 OS_802_11_KEY rsnOsKey;
    [all...]

Completed in 319 milliseconds