Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2134 struct ml_bcn_partner_info *bcn_info; in wma_upt_mlo_partner_info() local
2140 bcn_info = &bcn_param->mlo_partner.partner_info[link]; in wma_upt_mlo_partner_info()
2142 info->vdev_id = bcn_info->vdev_id; in wma_upt_mlo_partner_info()
2143 info->beacon_interval = bcn_info->beacon_interval; in wma_upt_mlo_partner_info()
2144 if (bcn_info->csa_switch_count_offset && in wma_upt_mlo_partner_info()
2145 bcn_info->csa_switch_count_offset > bytes_to_strip) in wma_upt_mlo_partner_info()
2147 bcn_info->csa_switch_count_offset - in wma_upt_mlo_partner_info()
2149 if (bcn_info->ext_csa_switch_count_offset && in wma_upt_mlo_partner_info()
2150 bcn_info->ext_csa_switch_count_offset > bytes_to_strip) in wma_upt_mlo_partner_info()
2152 bcn_info->ext_csa_switch_count_offset - in wma_upt_mlo_partner_info()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c143 struct ml_bcn_partner_info *bcn_info; in lim_update_sch_mlo_partner() local
148 bcn_info = &bcn_param->mlo_partner.partner_info[link]; in lim_update_sch_mlo_partner()
149 bcn_info->vdev_id = sch_info->vdev_id; in lim_update_sch_mlo_partner()
150 bcn_info->beacon_interval = sch_info->beacon_interval; in lim_update_sch_mlo_partner()
151 bcn_info->csa_switch_count_offset = sch_info->bcn_csa_cnt_ofst; in lim_update_sch_mlo_partner()
152 bcn_info->ext_csa_switch_count_offset = in lim_update_sch_mlo_partner()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h783 void wma_send_beacon(tp_wma_handle wma, tpSendbeaconParams bcn_info);