Home
last modified time | relevance | path

Searched refs:pAddBssParams (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_ft.c121 struct bss_params *pAddBssParams = NULL; in lim_ft_prepare_add_bss_req() local
138 pAddBssParams = qdf_mem_malloc(sizeof(struct bss_params)); in lim_ft_prepare_add_bss_req()
139 if (!pAddBssParams) { in lim_ft_prepare_add_bss_req()
153 qdf_mem_copy(pAddBssParams->bssId, bssDescription->bssId, in lim_ft_prepare_add_bss_req()
155 pAddBssParams->beaconInterval = bssDescription->beaconInterval; in lim_ft_prepare_add_bss_req()
157 pAddBssParams->dtimPeriod = pBeaconStruct->tim.dtimPeriod; in lim_ft_prepare_add_bss_req()
158 pAddBssParams->updateBss = false; in lim_ft_prepare_add_bss_req()
160 pAddBssParams->nwType = bssDescription->nwType; in lim_ft_prepare_add_bss_req()
162 pAddBssParams->shortSlotTimeSupported = in lim_ft_prepare_add_bss_req()
164 pAddBssParams->llbCoexist = in lim_ft_prepare_add_bss_req()
[all …]
H A Dlim_assoc_utils.c3514 struct bss_params *pAddBssParams, in lim_update_vhtcaps_assoc_resp() argument
3518 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()
3577 struct bss_params *pAddBssParams, in lim_update_vht_oper_assoc_resp() argument
3583 ch_width = pAddBssParams->ch_width; in lim_update_vht_oper_assoc_resp()
3593 pAddBssParams->ch_width = ch_width; in lim_update_vht_oper_assoc_resp()
3594 pAddBssParams->staContext.ch_width = ch_width; in lim_update_vht_oper_assoc_resp()
3607 struct bss_params *pAddBssParams, in lim_update_eht_oper_assoc_resp() argument
3620 if (ch_width > pAddBssParams->ch_width && in lim_update_eht_oper_assoc_resp()
[all …]
H A Dlim_assoc_utils.h416 struct bss_params *pAddBssParams,
H A Dlim_utils.h1317 void lim_update_he_6gop_assoc_resp(struct bss_params *pAddBssParams,
1644 struct bss_params *pAddBssParams, in lim_update_he_6gop_assoc_resp() argument
H A Dlim_utils.c7206 void lim_update_he_6gop_assoc_resp(struct bss_params *pAddBssParams, in lim_update_he_6gop_assoc_resp() argument
7220 pAddBssParams->ch_width = QDF_MIN(he_op->oper_info_6g.info.ch_width, in lim_update_he_6gop_assoc_resp()
7223 if (pAddBssParams->ch_width == CH_WIDTH_160MHZ) in lim_update_he_6gop_assoc_resp()
7224 pAddBssParams->ch_width = pe_session->ch_width; in lim_update_he_6gop_assoc_resp()
7225 pAddBssParams->staContext.ch_width = pAddBssParams->ch_width; in lim_update_he_6gop_assoc_resp()