Searched refs:probeRespBCNData_buff (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_session.c | 1008 if (session->add_ie_params.probeRespBCNData_buff) { in pe_delete_session() 1009 qdf_mem_free(session->add_ie_params.probeRespBCNData_buff); in pe_delete_session() 1010 session->add_ie_params.probeRespBCNData_buff = NULL; in pe_delete_session()
|
H A D | lim_process_sme_req_messages.c | 589 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_strip_eht_ies_from_add_ies() 597 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_strip_eht_ies_from_add_ies() 624 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_strip_he_ies_from_add_ies() 633 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_strip_he_ies_from_add_ies() 659 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_strip_wapi_ies_from_add_ies() 944 &session->add_ie_params.probeRespBCNData_buff, in __lim_handle_sme_start_bss_request() 947 probeRespBCNData_buff, in __lim_handle_sme_start_bss_request() 7272 qdf_mem_free(pe_session->add_ie_params.probeRespBCNData_buff); in __lim_handle_sme_stop_bss_request() 7274 pe_session->add_ie_params.probeRespBCNData_buff = NULL; in __lim_handle_sme_stop_bss_request() 9990 qdf_mem_free(addn_ie->probeRespBCNData_buff); in lim_process_update_add_ies() [all …]
|
H A D | lim_utils.c | 7326 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_update_usr_he_cap() 7395 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_decide_he_op() 8651 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_update_usr_eht_cap() 8897 add_ie->probeRespBCNData_buff, in lim_decide_eht_op() 8901 status = lim_strip_ie(mac_ctx, add_ie->probeRespBCNData_buff, in lim_decide_eht_op()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 898 session->add_ie_params.probeRespBCNData_buff, in sch_set_fixed_beacon_fields()
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_fsm.c | 5057 sap_bss_cfg->add_ie_params.probeRespBCNData_buff = in sap_build_start_bss_config() 5061 sap_bss_cfg->add_ie_params.probeRespBCNData_buff = NULL; in sap_build_start_bss_config()
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 776 uint8_t *probeRespBCNData_buff; member
|