Searched defs:keyType (Results 1 - 3 of 3) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c1100 if (pKey->keyType == KEY_NULL)
1137 switch (pKey->keyType)
1170 pCmdBld->tSecurity.eCurTxKeyType = pKey->keyType;
1180 switch (pKey->keyType)
1231 (DB_KEYS(pCmdBld).pReconfKeys + keyIdx)->keyType = KEY_NULL;
1268 if (aSecurityKey->keyType != KEY_WEP)
1337 if (aSecurityKey->keyType != KEY_WEP)
1427 TI_UINT8 keyType; local
1430 keyType = CIPHER_SUITE_TKIP;
1440 keyType,
1462 TI_UINT8 keyType; local
1501 TI_UINT8 keyType; local
1533 TI_UINT8 keyType; local
1593 TI_UINT8 keyType; local
1628 TI_UINT8 keyType; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c1810 UINT8 keyType; local
1813 keyType = (IsMacAddressGroup(&(aSecurityKey->macAddress))==1) ? KEY_TKIP_MIC_GROUP: KEY_TKIP_MIC_PAIRWISE;
1821 KEY_SIZE_TKIP, keyType,
1845 UINT8 keyType; local
1847 keyType = (IsMacAddressGroup(&(aSecurityKey->macAddress))==1) ? KEY_TKIP_MIC_GROUP: KEY_TKIP_MIC_PAIRWISE;
1851 aSecurityKey->encLen, keyType,
1873 UINT8 keyType; local
1875 keyType = IsMacAddressGroup(&(aSecurityKey->macAddress)) ?
1880 aSecurityKey->encLen, keyType,
1909 UINT8 keyType; local
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1554 EKeyType keyType; /**< Security Key Type (WEP, TKIP etc.) */ member in struct:__anon1352

Completed in 64 milliseconds