Home
last modified time | relevance | path

Searched refs:EncryptionTypePairWise (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dwpa_core.c90 OS_802_11_ENCRYPTION_TYPES EncryptionTypePairWise; member
127 pWpaCore->WpaParams.EncryptionTypePairWise = OS_ENCRYPTION_TYPE_NONE; in WpaCore_InitWpaParams()
250 pWpaCore->WpaParams.EncryptionTypePairWise = EncryptionType; in WpaCore_SetEncryptionPairWise()
284 *pEncryptionType = pWpaCore->WpaParams.EncryptionTypePairWise; in WpaCore_GetEncryptionPairWise()
Dcu_cmd.c5664 OS_802_11_ENCRYPTION_TYPES EncryptionTypePairWise; in CuCmd_SetPrivacyEncryption() local
5699 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_NONE; in CuCmd_SetPrivacyEncryption()
5703 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_WEP; in CuCmd_SetPrivacyEncryption()
5707 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_TKIP; in CuCmd_SetPrivacyEncryption()
5711 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_AES; in CuCmd_SetPrivacyEncryption()
5716 … if(OK != WpaCore_SetEncryptionPairWise(pCuCmd->hWpaCore, EncryptionTypePairWise)) return; in CuCmd_SetPrivacyEncryption()
5754 … if(OK != WpaCore_GetEncryptionPairWise(pCuCmd->hWpaCore, &EncryptionTypePairWise)) return; in CuCmd_SetPrivacyEncryption()
5757 …if((EncryptionTypePairWise == OS_ENCRYPTION_TYPE_NONE) && (EncryptionTypeGroup == OS_ENCRYPTION_TY… in CuCmd_SetPrivacyEncryption()
5759 …else if((EncryptionTypePairWise == OS_ENCRYPTION_TYPE_WEP) && (EncryptionTypeGroup == OS_ENCRYPTIO… in CuCmd_SetPrivacyEncryption()
5761 …else if((EncryptionTypePairWise == OS_ENCRYPTION_TYPE_TKIP) && (EncryptionTypeGroup == OS_ENCRYPTI… in CuCmd_SetPrivacyEncryption()
[all …]