Searched refs:curr_length (Results 1 – 1 of 1) sorted by relevance
2740 uint32_t curr_length = rso_mode_cfg->assoc_ie_length; in wlan_cm_append_assoc_ies() local2742 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()