Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
H A Dwlan_vdev_mgr_utils_api.c242 mlme_proto->generic.slot_time = mlme_cfg.value; in wlan_util_vdev_mlme_set_param()
536 *value = mlme_proto->generic.slot_time; in wlan_util_vdev_mlme_get_param()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
H A Dwlan_vdev_mlme.h79 uint32_t slot_time; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c4156 uint32_t slot_time; in wma_vdev_set_bss_params() local
4211 slot_time = WMI_VDEV_SLOT_TIME_SHORT; in wma_vdev_set_bss_params()
4213 slot_time = WMI_VDEV_SLOT_TIME_LONG; in wma_vdev_set_bss_params()
4215 slot_time, index++, in wma_vdev_set_bss_params()
4395 mlme_obj->proto.generic.slot_time, in wma_post_vdev_start_setup()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c11182 mlme_obj->proto.generic.slot_time = session->shortSlotTimeSupported; in lim_pre_vdev_start()