Home
last modified time | relevance | path

Searched refs:beacon_params (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_session.c142 tUpdateBeaconParams beacon_params; in pe_reset_protection_callback() local
214 qdf_mem_zero(&beacon_params, sizeof(tUpdateBeaconParams)); in pe_reset_protection_callback()
222 &beacon_params, pe_session_entry); in pe_reset_protection_callback()
233 qdf_mem_zero(&beacon_params, sizeof(tUpdateBeaconParams)); in pe_reset_protection_callback()
234 beacon_params.bss_idx = pe_session_entry->vdev_id; in pe_reset_protection_callback()
235 beacon_params.fShortPreamble = in pe_reset_protection_callback()
237 beacon_params.beaconInterval = in pe_reset_protection_callback()
239 beacon_params.llaCoexist = in pe_reset_protection_callback()
241 beacon_params.llbCoexist = in pe_reset_protection_callback()
243 beacon_params.llgCoexist = in pe_reset_protection_callback()
[all …]
Dlim_assoc_utils.c801 tpUpdateBeaconParams beacon_params, in lim_decide_ap_protection_on_ht20_delete() argument
829 lim_enable_ht20_protection(mac_ctx, false, false, beacon_params, in lim_decide_ap_protection_on_ht20_delete()
849 tpUpdateBeaconParams beacon_params, in lim_decide_ap_protection_on_delete() argument
892 beacon_params, session_entry); in lim_decide_ap_protection_on_delete()
920 beacon_params, session_entry); in lim_decide_ap_protection_on_delete()
949 beacon_params, in lim_decide_ap_protection_on_delete()
980 beacon_params, session_entry); in lim_decide_ap_protection_on_delete()
992 beacon_params, session_entry); in lim_decide_ap_protection_on_delete()
1019 false, beacon_params, session_entry); in lim_decide_ap_protection_on_delete()
1038 tpUpdateBeaconParams beacon_params, in lim_decide_short_preamble() argument
[all …]
Dlim_process_message_queue.c1671 tUpdateBeaconParams beacon_params; in lim_process_messages() local
2002 qdf_mem_zero(&beacon_params, sizeof(tUpdateBeaconParams)); in lim_process_messages()
2003 beacon_params.paramChangeBitmap = 0; in lim_process_messages()
2029 beacon_params.bss_idx = session_entry->vdev_id; in lim_process_messages()
2030 beacon_params.beaconInterval = in lim_process_messages()
2032 beacon_params.paramChangeBitmap |= in lim_process_messages()
2036 lim_send_beacon_params(mac_ctx, &beacon_params, in lim_process_messages()
Dlim_send_sme_rsp_messages.c2717 tUpdateBeaconParams beacon_params; in lim_handle_bss_color_change_ie() local
2736 qdf_mem_zero(&beacon_params, sizeof(beacon_params)); in lim_handle_bss_color_change_ie()
2741 beacon_params.paramChangeBitmap |= in lim_handle_bss_color_change_ie()
2743 beacon_params.bss_color_disabled = 0; in lim_handle_bss_color_change_ie()
2744 beacon_params.bss_color = session->he_op.bss_color; in lim_handle_bss_color_change_ie()
2746 &beacon_params, in lim_handle_bss_color_change_ie()
Dlim_process_sme_req_messages.c10587 tUpdateBeaconParams beacon_params; in obss_color_collision_process_color_disable() local
10617 qdf_mem_zero(&beacon_params, sizeof(beacon_params)); in obss_color_collision_process_color_disable()
10618 beacon_params.paramChangeBitmap |= PARAM_BSS_COLOR_CHANGED; in obss_color_collision_process_color_disable()
10620 beacon_params.bss_color_disabled = 1; in obss_color_collision_process_color_disable()
10621 beacon_params.bss_color = session->he_op.bss_color; in obss_color_collision_process_color_disable()
10629 lim_send_beacon_params(mac_ctx, &beacon_params, session); in obss_color_collision_process_color_disable()
10737 tUpdateBeaconParams beacon_params; in lim_process_set_he_bss_color() local
10763 qdf_mem_zero(&beacon_params, sizeof(beacon_params)); in lim_process_set_he_bss_color()
10764 beacon_params.paramChangeBitmap |= PARAM_BSS_COLOR_CHANGED; in lim_process_set_he_bss_color()
10769 beacon_params.bss_color_disabled = 1; in lim_process_set_he_bss_color()
[all …]
Dlim_send_management_frames.c1530 tUpdateBeaconParams beacon_params; in lim_send_assoc_rsp_mgmt_frame() local
1724 qdf_mem_zero((uint8_t *) &beacon_params, sizeof(beacon_params)); in lim_send_assoc_rsp_mgmt_frame()
1729 lim_decide_ap_protection(mac_ctx, peer_addr, &beacon_params, in lim_send_assoc_rsp_mgmt_frame()
1732 lim_update_short_preamble(mac_ctx, peer_addr, &beacon_params, in lim_send_assoc_rsp_mgmt_frame()
1734 lim_update_short_slot_time(mac_ctx, peer_addr, &beacon_params, in lim_send_assoc_rsp_mgmt_frame()
1743 beacon_params.bss_idx = pe_session->vdev_id; in lim_send_assoc_rsp_mgmt_frame()
1747 && beacon_params.paramChangeBitmap) { in lim_send_assoc_rsp_mgmt_frame()
1749 lim_send_beacon_params(mac_ctx, &beacon_params, pe_session); in lim_send_assoc_rsp_mgmt_frame()
Dlim_utils.c1365 tpUpdateBeaconParams beacon_params, in lim_update_short_slot_time() argument
1467 beacon_params->fShortSlotTime = false; in lim_update_short_slot_time()
1468 beacon_params->paramChangeBitmap |= in lim_update_short_slot_time()
1477 beacon_params->fShortSlotTime = false; in lim_update_short_slot_time()
1478 beacon_params->paramChangeBitmap |= in lim_update_short_slot_time()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_vdev_api.h102 struct beacon_params *param);
Dwmi_unified_priv.h694 struct beacon_params *param);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
Dvdev_mgr_ops.h195 struct beacon_params *param);
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_tgt_if_tx_api.h212 struct beacon_params *param);
Dwlan_vdev_mgr_tgt_if_tx_defs.h370 struct beacon_params { struct
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_vdev_api.c75 struct beacon_params *param) in wmi_unified_beacon_send_cmd()
Dwmi_unified_vdev_tlv.c70 struct beacon_params *param) in send_beacon_send_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
Dwlan_vdev_mgr_tgt_if_tx_api.c510 struct beacon_params *param) in tgt_vdev_mgr_beacon_cmd_send()
/wlan-driver/qca-wifi-host-cmn/target_if/mlme/vdev_mgr/src/
Dtarget_if_vdev_mgr_tx_ops.c1174 struct beacon_params *param) in target_if_vdev_mgr_beacon_send()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h556 struct beacon_params *param);