HomeSort by relevance Sort by last modified time
    Searched full:reconfkeys (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalSecurity.c 88 pWhalSecur->reconfData.reconfKeys = (securityKeys_t*)os_memoryAlloc (hOs,
90 os_memoryZero (hOs, (void *)pWhalSecur->reconfData.reconfKeys,
121 (pWhalSecur->reconfData.reconfKeys+index)->keyType = NULL_KEY;
193 (void *)(pWhalSecur->reconfData.reconfKeys + keyIdx),
363 (pWhalSecur->reconfData.reconfKeys+index)->keyType = NULL_KEY;
441 if ((pWhalSecur->reconfData.reconfKeys+index)->keyType != NULL_KEY)
443 if (whalSecur_KeyAdd (pWhalSecur, pWhalSecur->reconfData.reconfKeys+index, TRUE, NULL, NULL) != OK)
503 if (pWhalSecur->reconfData.reconfKeys)
504 os_memoryFree (pWhalSecur->hOs, pWhalSecur->reconfData.reconfKeys,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/inc/
whalSecurity.h 68 securityKeys_t* reconfKeys; /* save all the configured keys for reconfigure time, keys which

Completed in 448 milliseconds