Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2195 if (bcn_info->p2pIeOffset) { in wma_unified_bcn_tmpl_send()
2196 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_unified_bcn_tmpl_send()
2315 if (bcn_info->p2pIeOffset > 3) in wma_store_bcn_tmpl()
2316 bcn->p2p_ie_offset = bcn_info->p2pIeOffset - 4; in wma_store_bcn_tmpl()
2318 bcn->p2p_ie_offset = bcn_info->p2pIeOffset; in wma_store_bcn_tmpl()
2404 bcn_info.p2pIeOffset = bcn->p2p_ie_offset; in wma_tbttoffset_update_event_handler()
2541 if (bcn_info->p2pIeOffset) { in wma_send_beacon()
2542 p2p_ie = bcn_info->beacon + bcn_info->p2pIeOffset; in wma_send_beacon()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h515 uint16_t p2pIeOffset; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c617 beaconParams->p2pIeOffset = mac->sch.p2p_ie_offset; in sch_send_beacon_req()