Searched refs:ioBuffer (Results 1 - 6 of 6) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosCmd.c71 PVOID ioBuffer,
99 ntStatus = configMgr_RegisterEvent(pAdapter->CoreHalCtx, ioBuffer, inBufLen);
107 ntStatus = configMgr_UnRegisterEvent(pAdapter->CoreHalCtx, *(TI_HANDLE*)ioBuffer);
115 ntStatus = UtilGetSwVersion(pAdapter, ioBuffer, outBufLen);
120 ntStatus = UtilGetBSSID(pAdapter, ioBuffer, outBufLen);
125 ntStatus = UtilSetBSSID(pAdapter, ioBuffer, inBufLen);
130 ntStatus = UtilGetSSID(pAdapter, ioBuffer, outBufLen);
135 ntStatus = UtilSetSSID(pAdapter, ioBuffer, inBufLen);
140 ntStatus = UtilDisassociate(pAdapter, ioBuffer, inBufLen);
145 ntStatus = UtilNetworkTypesSupported(pAdapter, ioBuffer, outBufLe
66 DispatchCommand( PTIWLN_ADAPTER_T pAdapter, ULONG ioControlCode, PULONG outBufLen, ULONG inBufLen, PVOID ioBuffer, PUINT8 pIoCompleteFlag ) argument
[all...]
H A DosUtil.c3891 PUCHAR ioBuffer,
3895 retValue = UtilSetParam(pAdapter, CTRL_DATA_CLSFR_REMOVE_ENTRY,ioBuffer, inBufLen);
3907 PUCHAR ioBuffer,
3911 retValue = UtilSetParam(pAdapter, CTRL_DATA_CLSFR_CONFIG,ioBuffer, inBufLen);
3890 UtilRemoveClassifierEntry(PTIWLN_ADAPTER_T pAdapter, PUCHAR ioBuffer, ULONG inBufLen) argument
3906 UtilConfigTxClassifier(PTIWLN_ADAPTER_T pAdapter, PUCHAR ioBuffer, ULONG inBufLen) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DsrcApi.h146 void configMgr_GetInitParams (TI_HANDLE hConfigMgr, UINT8* ioBuffer, UINT16 *outBufLen);
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A DosUtil.h48 PVOID ioBuffer,
208 ULONG UtilSendDiscreteScanTrigger(PTIWLN_ADAPTER_T pAdapter, PUCHAR ioBuffer, ULONG inBufLen);
211 ULONG UtilConfigTxClassifier(PTIWLN_ADAPTER_T pAdapter,PUCHAR ioBuffer,ULONG inBufLen);
212 ULONG UtilRemoveClassifierEntry(PTIWLN_ADAPTER_T pAdapter,PUCHAR ioBuffer, ULONG inBufLen);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dioctl_list.c81 ULONG inBufLen,PVOID ioBuffer,PUINT8 pIoCompleteFlag);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
H A DconfigMgr.c2043 OUTPUT: ioBuffer - init table
2049 void configMgr_GetInitParams (TI_HANDLE hConfigManager, UINT8* ioBuffer, UINT16 *outBufLen) argument
2053 TnetwDrv_GetInitParams (pConfigManager->hTnetwDrv, ioBuffer, outBufLen);

Completed in 149 milliseconds