Searched refs:EncryptionType (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dwpa_core.h48 S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES EncryptionType);
50 S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES EncryptionType);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c246 S32 WpaCore_SetEncryptionPairWise(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES EncryptionType) argument
250 pWpaCore->WpaParams.EncryptionTypePairWise = EncryptionType;
252 switch (EncryptionType)
289 S32 WpaCore_SetEncryptionGroup(THandle hWpaCore, OS_802_11_ENCRYPTION_TYPES EncryptionType) argument
293 pWpaCore->WpaParams.EncryptionTypeGroup = EncryptionType;
295 switch (EncryptionType)
H A Dcu_cmd.c5730 U32 EncryptionType; local
5739 EncryptionType = parm[0].value;
5742 CU_CMD_FIND_NAME_ARRAY(i, encrypt_type, EncryptionType);
5745 os_error_printf(CU_MSG_INFO2, (PS8)"CuCmd_SetPrivacyEncryption, EncryptionType %d is not defined!\n", EncryptionType);
5751 if((EncryptionType == OS_ENCRYPTION_TYPE_NONE) || (EncryptionType == OS_ENCRYPTION_TYPE_WEP))
5753 if(OK != CuCommon_SetU32(pCuCmd->hCuCommon, RSN_ENCRYPTION_STATUS_PARAM, (U32)EncryptionType)) return;
5757 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - CuCmd_SetPrivacyEncryption - can't set EncryptionType %s when not connected to supplicant",encrypt_type[i].name);
5764 switch(EncryptionType)
[all...]

Completed in 86 milliseconds