Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h514 uint32_t timIeOffset; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2241 params.tim_ie_offset = bcn_info->timIeOffset - bytes_to_strip; in wma_unified_bcn_tmpl_send()
2310 if (bcn_info->timIeOffset > 3) in wma_store_bcn_tmpl()
2311 bcn->tim_ie_offset = bcn_info->timIeOffset - 4; in wma_store_bcn_tmpl()
2313 bcn->tim_ie_offset = bcn_info->timIeOffset; in wma_store_bcn_tmpl()
2406 bcn_info.timIeOffset = bcn->tim_ie_offset; in wma_tbttoffset_update_event_handler()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c598 beaconParams->timIeOffset = pe_session->schBeaconOffsetBegin; in sch_send_beacon_req()