Home
last modified time | relevance | path

Searched refs:sch_set_fixed_beacon_fields (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dsch_api.h57 QDF_STATUS sch_set_fixed_beacon_fields(struct mac_context *mac,
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_cfg_updates.c183 sch_set_fixed_beacon_fields(mac, pe_session); in lim_apply_configuration()
H A Dlim_session.c261 sch_set_fixed_beacon_fields(mac_ctx, pe_session_entry); in pe_reset_protection_callback()
H A Dlim_mlo.c157 sch_set_fixed_beacon_fields(mac_ctx, session))) { in lim_send_mlo_ie_update()
H A Dlim_process_sme_req_messages.c8049 sch_set_fixed_beacon_fields(mac_ctx, pe_session); in lim_process_sme_update_config()
8182 sch_set_fixed_beacon_fields(mac, pe_session); in __lim_process_sme_change_bi()
8257 sch_set_fixed_beacon_fields(mac, pe_session); in __lim_process_sme_set_ht2040_mode()
8968 status = sch_set_fixed_beacon_fields(mac_ctx, session); in lim_update_bcn_with_new_ch_width()
10493 status = sch_set_fixed_beacon_fields(mac_ctx, session_entry); in lim_process_nss_update_request()
10623 if (sch_set_fixed_beacon_fields(mac_ctx, session) != in obss_color_collision_process_color_disable()
10777 if (sch_set_fixed_beacon_fields(mac_ctx, session_entry) != in lim_process_set_he_bss_color()
H A Dlim_process_message_queue.c2034 sch_set_fixed_beacon_fields(mac_ctx, in lim_process_messages()
H A Dlim_utils.c973 sch_set_fixed_beacon_fields(mac_ctx, pe_session); in lim_handle_update_olbc_cache()
4542 sch_set_fixed_beacon_fields(mac_ctx, in lim_update_beacon()
9954 if (sch_set_fixed_beacon_fields(mac_ctx, session) != in lim_send_dfs_chan_sw_ie_update()
10531 status = sch_set_fixed_beacon_fields(mac_ctx, co_session); in lim_ap_mlme_vdev_rnr_notify()
H A Dlim_send_sme_rsp_messages.c2654 if (sch_set_fixed_beacon_fields(mac_ctx, session) != QDF_STATUS_SUCCESS) { in lim_send_bss_color_change_ie_update()
H A Dlim_process_mlm_rsp_messages.c2519 sch_set_fixed_beacon_fields(mac_ctx, session_entry); in lim_process_mlm_update_hidden_ssid_rsp()
H A Dlim_assoc_utils.c3160 sch_set_fixed_beacon_fields(mac_ctx, session_entry); in lim_delete_dph_hash_entry()
H A Dlim_send_management_frames.c1748 sch_set_fixed_beacon_fields(mac_ctx, pe_session); in lim_send_assoc_rsp_mgmt_frame()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_message.c355 status = sch_set_fixed_beacon_fields(mac, pe_session); in sch_qos_update_broadcast()
H A Dsch_beacon_process.c950 sch_set_fixed_beacon_fields(mac_ctx, ap_session); in sch_beacon_process_for_ap()
1600 sch_set_fixed_beacon_fields(mac_ctx, session); in lim_process_obss_detection_ind()
H A Dsch_beacon_gen.c542 sch_set_fixed_beacon_fields(struct mac_context *mac_ctx, struct pe_session *session) in sch_set_fixed_beacon_fields() function