Home
last modified time | relevance | path

Searched refs:ecsa_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.c67 uint32_t *ecsa_count_offset) in sch_get_csa_ecsa_count_offset() argument
91 *ecsa_count_offset = offset + in sch_get_csa_ecsa_count_offset()
559 uint32_t ecsa_count_offset = 0; in sch_set_fixed_beacon_fields() local
1031 mac_ctx->sch.ecsa_count_offset = 0; in sch_set_fixed_beacon_fields()
1037 &ecsa_count_offset); in sch_set_fixed_beacon_fields()
1043 if (ecsa_count_offset) in sch_set_fixed_beacon_fields()
1044 mac_ctx->sch.ecsa_count_offset = in sch_set_fixed_beacon_fields()
1046 ecsa_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.c601 beaconParams->ecsa_count_offset = mac->sch.ecsa_count_offset; in sch_send_beacon_req()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dsch_global.h95 uint32_t ecsa_count_offset; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2251 if (bcn_info->ecsa_count_offset && in wma_unified_bcn_tmpl_send()
2252 (bcn_info->ecsa_count_offset > bytes_to_strip)) in wma_unified_bcn_tmpl_send()
2254 bcn_info->ecsa_count_offset - bytes_to_strip; in wma_unified_bcn_tmpl_send()
2325 if (bcn_info->ecsa_count_offset > 3) in wma_store_bcn_tmpl()
2326 bcn->ecsa_count_offset = bcn_info->ecsa_count_offset - 4; in wma_store_bcn_tmpl()
2328 bcn->ecsa_count_offset = bcn_info->ecsa_count_offset; in wma_store_bcn_tmpl()
2408 bcn_info.ecsa_count_offset = bcn->ecsa_count_offset; in wma_tbttoffset_update_event_handler()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h517 uint32_t ecsa_count_offset; member
H A Dwma.h462 uint16_t ecsa_count_offset; member