Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_roam_offload.c2740 uint32_t curr_length = rso_mode_cfg->assoc_ie_length; in wlan_cm_append_assoc_ies() local
2742 if ((MAC_MAX_ADD_IE_LENGTH - curr_length) < ie_len) { in wlan_cm_append_assoc_ies()
2747 rso_mode_cfg->assoc_ie[curr_length] = ie_id; in wlan_cm_append_assoc_ies()
2748 rso_mode_cfg->assoc_ie[curr_length + 1] = ie_len; in wlan_cm_append_assoc_ies()
2749 qdf_mem_copy(&rso_mode_cfg->assoc_ie[curr_length + 2], ie_data, ie_len); in wlan_cm_append_assoc_ies()