Searched refs:CMD_CONFIGURE (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdBldCfgIE.c | 82 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeConfigMemory() 118 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeSlotTime() 149 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIePreamble() 178 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeRx() 213 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeEnableRxDataFilter() 278 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(dataFilterConfig), fC… in cmdBld_CfgIeRxDataFilter() 315 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(ACXConfigureIP_t), fC… in cmdBld_CfgIeArpIpFilter() 363 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(dot11MulticastGroupAd… in cmdBld_CfgIeGroupAdressTable() 394 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeSgEnable() 440 …return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_CONFIGURE, pCfg, sizeof(*pCfg), fCb, hCb, NUL… in cmdBld_CfgIeSg() [all …]
|
D | CmdQueue.c | 907 …d->cmdType, (((pHead->cmdType == CMD_INTERROGATE)||(pHead->cmdType == CMD_CONFIGURE)) ? *(TI_UINT1… in cmdQueue_PrintQueue() 949 …d->cmdType, (((pHead->cmdType == CMD_INTERROGATE)||(pHead->cmdType == CMD_CONFIGURE)) ? *(TI_UINT1… in cmdQueue_PrintHistory() 1037 if( MboxCmdType== CMD_INTERROGATE || MboxCmdType == CMD_CONFIGURE) in cmdQueue_GetIEString()
|
/hardware/ti/wlan/wl1271/Test/ |
D | fwdriverdebug.c | 167 … cmdQueue_SendCommand (pTWD->hCmdQueue, CMD_CONFIGURE, (void*)&Cfg, sizeof(Cfg), NULL, NULL, NULL); in FW_debugSendGeneralTestCmd()
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
D | public_commands.h | 53 CMD_CONFIGURE = 2, /*use this to write information elements*/ enumerator
|