Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c66 uint32_t *csa_count_offset, in sch_get_csa_ecsa_count_offset() argument
86 *csa_count_offset = offset + in sch_get_csa_ecsa_count_offset()
558 uint32_t csa_count_offset = 0; in sch_set_fixed_beacon_fields() local
1032 mac_ctx->sch.csa_count_offset = 0; in sch_set_fixed_beacon_fields()
1036 &csa_count_offset, in sch_set_fixed_beacon_fields()
1039 if (csa_count_offset) in sch_set_fixed_beacon_fields()
1040 mac_ctx->sch.csa_count_offset = in sch_set_fixed_beacon_fields()
1042 csa_count_offset; in sch_set_fixed_beacon_fields()
1086 mac_ctx->sch.csa_count_offset, mac_ctx->sch.ecsa_count_offset, in sch_set_fixed_beacon_fields()
1090 if (mac_ctx->sch.ecsa_count_offset || mac_ctx->sch.csa_count_offset) { in sch_set_fixed_beacon_fields()
H A Dsch_api.c600 beaconParams->csa_count_offset = mac->sch.csa_count_offset; in sch_send_beacon_req()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dsch_global.h94 uint32_t csa_count_offset; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2247 if (bcn_info->csa_count_offset && in wma_unified_bcn_tmpl_send()
2248 (bcn_info->csa_count_offset > bytes_to_strip)) in wma_unified_bcn_tmpl_send()
2250 bcn_info->csa_count_offset - bytes_to_strip; in wma_unified_bcn_tmpl_send()
2320 if (bcn_info->csa_count_offset > 3) in wma_store_bcn_tmpl()
2321 bcn->csa_count_offset = bcn_info->csa_count_offset - 4; in wma_store_bcn_tmpl()
2323 bcn->csa_count_offset = bcn_info->csa_count_offset; in wma_store_bcn_tmpl()
2407 bcn_info.csa_count_offset = bcn->csa_count_offset; in wma_tbttoffset_update_event_handler()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h516 uint32_t csa_count_offset; member
H A Dwma.h461 uint16_t csa_count_offset; member