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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
unicastKeySM.c 84 unicastKey_t *pUnicastKey;
87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
88 if (pUnicastKey == NULL)
93 os_memoryZero(hOs, pUnicastKey, sizeof(unicastKey_t));
96 status = fsm_Create(hOs, &pUnicastKey->pUcastKeySm, UCAST_KEY_MAX_NUM_STATES, UCAST_KEY_MAX_NUM_EVENTS);
99 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t));
103 pUnicastKey->pKeyDerive = keyDerive_create(hOs);
104 if (pUnicastKey->pKeyDerive == NULL)
106 fsm_Unload(hOs, pUnicastKey->pUcastKeySm);
107 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
unicastKeySM.c 85 unicastKey_t *pUnicastKey;
88 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
89 if (pUnicastKey == NULL)
94 os_memoryZero(hOs, pUnicastKey, sizeof(unicastKey_t));
97 status = fsm_Create(hOs, &pUnicastKey->pUcastKeySm, UCAST_KEY_MAX_NUM_STATES, UCAST_KEY_MAX_NUM_EVENTS);
100 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t));
104 pUnicastKey->pKeyDerive = keyDerive_create(hOs);
105 if (pUnicastKey->pKeyDerive == NULL)
107 fsm_Unload(hOs, pUnicastKey->pUcastKeySm);
108 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t))
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
unicastKeySM.c 84 unicastKey_t *pUnicastKey;
87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
88 if (pUnicastKey == NULL)
93 os_memoryZero(hOs, pUnicastKey, sizeof(unicastKey_t));
96 status = fsm_Create(hOs, &pUnicastKey->pUcastKeySm, UCAST_KEY_MAX_NUM_STATES, UCAST_KEY_MAX_NUM_EVENTS);
99 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t));
103 pUnicastKey->pKeyDerive = keyDerive_create(hOs);
104 if (pUnicastKey->pKeyDerive == NULL)
106 fsm_Unload(hOs, pUnicastKey->pUcastKeySm);
107 os_memoryFree(hOs, pUnicastKey, sizeof(unicastKey_t))
    [all...]

Completed in 206 milliseconds