Searched refs:PU8 (Results 1 - 10 of 10) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
H A Dcu_ostypes.h9 typedef unsigned char U8,*PU8; typedef
/hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
H A Dwpa_core.h52 S32 WpaCore_SetPskPassPhrase(THandle hWpaCore, PU8 pPassPhrase);
58 S32 WpaCore_GetAnyWpaMode(THandle hWpaCore, PU8 pAnyWpaMode);
64 S32 WpaCore_SetCredentials(THandle hWpaCore, PU8 Identity, PU8 Passward);
65 S32 WpaCore_SetCertificate(THandle hWpaCore, PU8 Filepath);
H A Dcu_common.h59 S32 CuCommon_GetU8(THandle hCuCommon, U32 PrivateIoctlId, PU8 pData);
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
H A Dos_trans.h38 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dos_trans.c150 S32 os_sockRecv (THandle socket_id, PU8 pBuffer, U32 bufferSize, TI_SIZE_T flags)
H A Dipc_event.c126 void ProcessLoggerMessage(PU8 data, U16 len);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dwpa_core.c324 S32 WpaCore_SetCredentials(THandle hWpaCore, PU8 Identity, PU8 Passward)
339 S32 WpaCore_SetCertificate(THandle hWpaCore, PU8 Filepath)
349 S32 WpaCore_SetPskPassPhrase(THandle hWpaCore, PU8 pPassPhrase)
486 S32 WpaCore_GetAnyWpaMode(THandle hWpaCore, PU8 pAnyWpaMode)
H A Dcu_common.c157 S32 CuCommon_GetU8(THandle hCuCommon, U32 PrivateIoctlId, PU8 pData)
H A Dcu_cmd.c424 static S32 CuCmd_Str2MACAddr(PS8 str, PU8 mac)
789 static VOID CuCmd_ParseMaskString(PS8 pString, PU8 pBuffer, PU8 pLength)
811 static VOID CuCmd_ParsePatternString(PS8 pString, PU8 pBuffer, PU8 pLength)
1620 if(OK != CuCommon_GetU8(pCuCmd->hCuCommon, TIWLN_802_11_TX_POWER_DBM_GET, (PU8)&txPowerLevelDbm)) return;
4738 if(!CuCmd_Str2MACAddr((PS8)parm[16].value, (PU8)mac_addr_mask) )
4747 if(!CuCmd_Str2MACAddr((PS8)parm[14].value, (PU8)mac_addr_mask) )
5949 WpaCore_SetCredentials(pCuCmd->hWpaCore,(PU8)(parm[0].value),(PU8)(par
[all...]
H A Dticon.c1213 void ProcessLoggerMessage(PU8 data, U32 len)

Completed in 81 milliseconds