Home
last modified time | relevance | path

Searched refs:assoc_ies (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_roam_tlv.c4341 wmi_tlv_buf_len_param *assoc_ies; in wmi_get_rso_buf_len() local
4381 buf_len += (sizeof(*assoc_ies) + (2 * WMI_TLV_HDR_SIZE) + in wmi_get_rso_buf_len()
4531 wmi_tlv_buf_len_param *assoc_ies; in wmi_fill_rso_tlvs() local
4815 WMITLV_SET_HDR(buf, WMITLV_TAG_ARRAY_STRUC, sizeof(*assoc_ies)); in wmi_fill_rso_tlvs()
4818 assoc_ies = (wmi_tlv_buf_len_param *)buf; in wmi_fill_rso_tlvs()
4819 WMITLV_SET_HDR(&assoc_ies->tlv_header, in wmi_fill_rso_tlvs()
4822 assoc_ies->buf_len = roam_req->assoc_ie_length; in wmi_fill_rso_tlvs()
4824 buf += sizeof(*assoc_ies); in wmi_fill_rso_tlvs()
4827 roundup(assoc_ies->buf_len, sizeof(uint32_t))); in wmi_fill_rso_tlvs()
4830 wmi_debug("RSO_CFG: akm:%d assoc_ies len:%d", akm, assoc_ies->buf_len); in wmi_fill_rso_tlvs()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1848 uint8_t *assoc_ies; in pe_update_crypto_params() local
1871 assoc_ies = (uint8_t *)roam_synch + roam_synch->reassoc_req_offset + in pe_update_crypto_params()
1876 rsn_ie = wlan_get_ie_ptr_from_eid(WLAN_ELEMID_RSN, assoc_ies, in pe_update_crypto_params()
1880 WLAN_OUI_SIZE, assoc_ies, in pe_update_crypto_params()
1887 wlan_set_vdev_crypto_prarams_from_ie(ft_session->vdev, assoc_ies, in pe_update_crypto_params()