Home
last modified time | relevance | path

Searched refs:templateTxAttribute (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCmdIE.c330 pCmd->templateTxAttribute.enabledRates = pTemplate->uRateMask; in cmdBld_CmdIeConfigureTemplateFrame()
335 pCmd->templateTxAttribute.shortRetryLimit = 10; in cmdBld_CmdIeConfigureTemplateFrame()
336 pCmd->templateTxAttribute.longRetryLimit = 10; in cmdBld_CmdIeConfigureTemplateFrame()
341 pCmd->templateTxAttribute.enabledRates = pCmdBld->uDbgTemplatesRateMask; in cmdBld_CmdIeConfigureTemplateFrame()
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_commands.h978 txAttrClass_t templateTxAttribute; member