Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1648 uint32_t nShortSlot; in lim_update_short_slot() local
1682 nShortSlot = SIR_MAC_GET_SHORT_SLOT_TIME(ap_cap); in lim_update_short_slot()
1684 if (nShortSlot != pe_session->shortSlotTimeSupported) { in lim_update_short_slot()
1687 nShortSlot); in lim_update_short_slot()
1689 limCurrentBssCaps)->shortSlotTime = (uint16_t) nShortSlot; in lim_update_short_slot()
1690 pe_session->shortSlotTimeSupported = nShortSlot; in lim_update_short_slot()
1691 pBeaconParams->fShortSlotTime = (uint8_t) nShortSlot; in lim_update_short_slot()