Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:slotTime

934     whal_hwCtrl_SetSlotTime (pHwCtrl, (slotTime_e )pWlanParams->SlotTime);
1243 * SlotTimeVal The Short SlotTime bit value in the Capabilities
1251 UINT8 slotTime;
1256 slotTime = (UINT8) SLOT_TIME_LONG;
1258 slotTime = (UINT8) SLOT_TIME_SHORT;
1260 return whal_hwInfoElemSlotTimeSet (pHwCtrl->pHwMboxConfig, &slotTime);