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

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c90 OS_802_11_ENCRYPTION_TYPES EncryptionTypePairWise; member in struct:__anon2273
127 pWpaCore->WpaParams.EncryptionTypePairWise = OS_ENCRYPTION_TYPE_NONE;
250 pWpaCore->WpaParams.EncryptionTypePairWise = EncryptionType;
284 *pEncryptionType = pWpaCore->WpaParams.EncryptionTypePairWise;
H A Dcu_cmd.c5732 OS_802_11_ENCRYPTION_TYPES EncryptionTypePairWise; local
5767 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_NONE;
5771 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_WEP;
5775 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_TKIP;
5779 EncryptionTypePairWise = OS_ENCRYPTION_TYPE_AES;
5784 if(OK != WpaCore_SetEncryptionPairWise(pCuCmd->hWpaCore, EncryptionTypePairWise)) return;
5822 if(OK != WpaCore_GetEncryptionPairWise(pCuCmd->hWpaCore, &EncryptionTypePairWise)) return;
5825 if((EncryptionTypePairWise == OS_ENCRYPTION_TYPE_NONE) && (EncryptionTypeGroup == OS_ENCRYPTION_TYPE_NONE))
5827 else if((EncryptionTypePairWise == OS_ENCRYPTION_TYPE_WEP) && (EncryptionTypeGroup == OS_ENCRYPTION_TYPE_WEP))
5829 else if((EncryptionTypePairWise
[all...]

Completed in 165 milliseconds