Home
last modified time | relevance | path

Searched refs:bpcc (Results 1 – 12 of 12) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_op.c29 QDF_STATUS wlan_mlo_set_cu_bpcc(struct wlan_objmgr_vdev *vdev, uint8_t bpcc) in wlan_mlo_set_cu_bpcc() argument
39 return mlo_set_cu_bpcc(vdev, vdev_id, bpcc); in wlan_mlo_set_cu_bpcc()
42 QDF_STATUS wlan_mlo_get_cu_bpcc(struct wlan_objmgr_vdev *vdev, uint8_t *bpcc) in wlan_mlo_get_cu_bpcc() argument
46 if (!vdev || !bpcc) { in wlan_mlo_get_cu_bpcc()
52 return mlo_get_cu_bpcc(vdev, vdev_id, bpcc); in wlan_mlo_get_cu_bpcc()
H A Dwlan_mlo_mgr_sta.c639 uint8_t vdev_id, uint8_t bpcc) in mlo_set_cu_bpcc() argument
654 cu_param[i].bpcc = bpcc; in mlo_set_cu_bpcc()
663 uint8_t vdev_id, uint8_t *bpcc) in mlo_get_cu_bpcc() argument
679 *bpcc = cu_param[i].bpcc; in mlo_get_cu_bpcc()
699 cu_param[i].bpcc = 0; in mlo_init_cu_bpcc()
708 cu_param[empty_slot].bpcc = 0; in mlo_init_cu_bpcc()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_op.h34 QDF_STATUS wlan_mlo_set_cu_bpcc(struct wlan_objmgr_vdev *vdev, uint8_t bpcc);
43 QDF_STATUS wlan_mlo_get_cu_bpcc(struct wlan_objmgr_vdev *vdev, uint8_t *bpcc);
H A Dwlan_mlo_mgr_sta.h413 uint8_t bpcc);
424 uint8_t *bpcc);
H A Dwlan_mlo_mgr_public_structs.h535 uint8_t bpcc; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_mlo.h381 uint8_t linkid, uint8_t *bpcc,
392 uint8_t *bpcc);
547 uint8_t *bpcc, uint8_t *aui) in lim_cu_info_from_rnr_per_link_id() argument
554 uint8_t *bpcc) in lim_get_bpcc_from_mlo_ie() argument
H A Dlim_mlo.c38 uint8_t linkid, uint8_t *bpcc, in lim_cu_info_from_rnr_per_link_id() argument
84 *bpcc = mld_param->bss_param_change_cnt; in lim_cu_info_from_rnr_per_link_id()
87 *bpcc, *aui, linkid); in lim_cu_info_from_rnr_per_link_id()
98 QDF_STATUS lim_get_bpcc_from_mlo_ie(tSchBeaconStruct *bcn, uint8_t *bpcc) in lim_get_bpcc_from_mlo_ie() argument
109 *bpcc = mlo_ie->mlo_ie.bss_param_change_count; in lim_get_bpcc_from_mlo_ie()
110 pe_debug("mlie bpcc %d", *bpcc); in lim_get_bpcc_from_mlo_ie()
113 *bpcc = 0; in lim_get_bpcc_from_mlo_ie()
121 uint8_t bpcc; in lim_check_cu_happens() local
130 status = wlan_mlo_get_cu_bpcc(vdev, &bpcc); in lim_check_cu_happens()
134 if (new_bpcc == 0 && bpcc == 0) in lim_check_cu_happens()
[all …]
H A Dlim_process_probe_rsp_frame.c301 uint8_t bpcc; in lim_process_probe_rsp_frame() local
359 status = lim_get_bpcc_from_mlo_ie(probe_rsp, &bpcc); in lim_process_probe_rsp_frame()
362 bpcc); in lim_process_probe_rsp_frame()
H A Dlim_process_beacon_frame.c509 uint8_t bpcc; in lim_process_beacon_frame() local
552 status = lim_get_bpcc_from_mlo_ie(bcn_ptr, &bpcc); in lim_process_beacon_frame()
554 cu_flag = lim_check_cu_happens(session->vdev, bpcc); in lim_process_beacon_frame()
H A Dlim_api.c4370 uint8_t bpcc, aui; in lim_process_cu_for_probe_rsp() local
4423 &bpcc, &aui); in lim_process_cu_for_probe_rsp()
4429 cu_flag = lim_check_cu_happens(partner_vdev, bpcc); in lim_process_cu_for_probe_rsp()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_process.c614 uint8_t bpcc; in __sch_beacon_process_for_session() local
620 status = lim_get_bpcc_from_mlo_ie(bcn, &bpcc); in __sch_beacon_process_for_session()
622 cu_flag = lim_check_cu_happens(session->vdev, bpcc); in __sch_beacon_process_for_session()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c5311 uint8_t bpcc;
5351 &bpcc_found, &bpcc);
5354 bcn_struct->mlo_ie.mlo_ie.bss_param_change_count = bpcc;