Home
last modified time | relevance | path

Searched refs:staContext (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_assoc_utils.c3518 pAddBssParams->staContext.vht_caps = in lim_update_vhtcaps_assoc_resp()
3560 pAddBssParams->staContext.maxAmpduSize = in lim_update_vhtcaps_assoc_resp()
3562 pAddBssParams->staContext.vht_caps); in lim_update_vhtcaps_assoc_resp()
3594 pAddBssParams->staContext.ch_width = ch_width; in lim_update_vht_oper_assoc_resp()
3628 pAddBssParams->staContext.ch_width = ch_width; in lim_update_eht_oper_assoc_resp()
3782 pAddBssParams->staContext.ch_width = in lim_sta_send_add_bss()
3786 pAddBssParams->staContext.ch_width = CH_WIDTH_20MHZ; in lim_sta_send_add_bss()
3788 pAddBssParams->staContext.vhtTxBFCapable = 0; in lim_sta_send_add_bss()
3849 sta_context = &pAddBssParams->staContext; in lim_sta_send_add_bss()
3851 pAddBssParams->staContext.staType = STA_ENTRY_OTHER; in lim_sta_send_add_bss()
[all …]
H A Dlim_ft.c180 qdf_mem_copy(&pAddBssParams->staContext.capab_info, in lim_ft_prepare_add_bss_req()
182 sizeof(pAddBssParams->staContext.capab_info)); in lim_ft_prepare_add_bss_req()
183 qdf_mem_copy(&pAddBssParams->staContext.ht_caps, in lim_ft_prepare_add_bss_req()
186 sizeof(pAddBssParams->staContext.ht_caps)); in lim_ft_prepare_add_bss_req()
191 sta_ctx = &pAddBssParams->staContext; in lim_ft_prepare_add_bss_req()
237 pAddBssParams->staContext.staType = STA_ENTRY_OTHER; in lim_ft_prepare_add_bss_req()
239 qdf_mem_copy(pAddBssParams->staContext.bssId, in lim_ft_prepare_add_bss_req()
241 pAddBssParams->staContext.listenInterval = in lim_ft_prepare_add_bss_req()
244 pAddBssParams->staContext.assocId = 0; in lim_ft_prepare_add_bss_req()
245 pAddBssParams->staContext.uAPSD = 0; in lim_ft_prepare_add_bss_req()
[all …]
H A Dlim_utils.c7161 tDot11fIEhe_cap *peer_he = &add_bss->staContext.he_config; in lim_intersect_ap_he_caps()
7182 add_bss->staContext.he_capable = true; in lim_intersect_ap_he_caps()
7194 qdf_mem_copy(&add_bss->staContext.he_config, in lim_add_bss_he_cap()
7197 qdf_mem_copy(&add_bss->staContext.he_op, in lim_add_bss_he_cap()
7225 pAddBssParams->staContext.ch_width = pAddBssParams->ch_width; in lim_update_he_6gop_assoc_resp()
8830 tDot11fIEeht_cap *peer_eht = &add_bss->staContext.eht_config; in lim_intersect_ap_eht_caps()
8838 add_bss->staContext.eht_capable = true; in lim_intersect_ap_eht_caps()
8850 qdf_mem_copy(&add_bss->staContext.eht_config, in lim_add_bss_eht_cap()
8853 qdf_mem_copy(&add_bss->staContext.eht_op, in lim_add_bss_eht_cap()
9404 add_bss->staContext.link_id = in lim_extract_per_link_id()
[all …]
H A Dlim_process_mlm_req_messages.c348 addbss_param->staContext.fShortGI20Mhz = in lim_mlm_add_bss()
350 addbss_param->staContext.fShortGI40Mhz = in lim_mlm_add_bss()
H A Dlim_process_mlm_rsp_messages.c2235 add_bss_params->staContext.staMac, in lim_process_sta_add_bss_rsp_pre_assoc()
2242 add_bss_params->staContext.staMac)); in lim_process_sta_add_bss_rsp_pre_assoc()
H A Dlim_api.c3021 QDF_MAC_ADDR_REF(add_bss_params->staContext.staMac)); in pe_roam_synch_callback()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c4417 vdev_id = add_bss->staContext.smesessionId; in wma_update_iface_params()
4427 *iface->addBssStaContext = add_bss->staContext; in wma_update_iface_params()
4460 wma_vdev_set_he_config(wma, add_bss->staContext.smesessionId, add_bss); in wma_save_bss_params()
4465 qdf_mem_copy(add_bss->staContext.staMac, add_bss->bssId, in wma_save_bss_params()
4466 sizeof(add_bss->staContext.staMac)); in wma_save_bss_params()
4641 vdev_id = add_bss->staContext.smesessionId; in wma_send_peer_assoc_req()
4663 if (add_bss->staContext.encryptType == eSIR_ED_NONE) { in wma_send_peer_assoc_req()
4678 wmi_unified_send_txbf(wma, &add_bss->staContext); in wma_send_peer_assoc_req()
4690 add_bss->staContext.no_ptk_4_way = add_bss->no_ptk_4_way; in wma_send_peer_assoc_req()
4693 &add_bss->staContext); in wma_send_peer_assoc_req()
[all …]
H A Dwma_data.c881 if (add_bss->staContext.fShortGI20Mhz || in wma_set_bss_rate_flags()
882 add_bss->staContext.fShortGI40Mhz) in wma_set_bss_rate_flags()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h399 tAddStaParams staContext; member