Searched defs:ePreamble (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfg.c219 TI_STATUS cmdBld_CfgPreamble (TI_HANDLE hCmdBld, Preamble_e ePreamble, void *fCb, TI_HANDLE hCb) argument
221 DB_WLAN(hCmdBld).preamble = ePreamble;
223 return cmdBld_CfgIePreamble (hCmdBld, (TI_UINT8)ePreamble, fCb, hCb);
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c345 TI_STATUS TWD_CfgPreamble (TI_HANDLE hTWD, EPreamble ePreamble) argument
351 return cmdBld_CfgPreamble (pTWD->hCmdBld, (Preamble_e)ePreamble, NULL, NULL);

Completed in 59 milliseconds