Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ !
H A Drrm_api.c1513 uint8_t *ml_copy = NULL; in rrm_fill_beacon_ies() local
1533 ml_copy = rrm_check_ml_ie(pBcnIes, total_ies_len, &ml_len); in rrm_fill_beacon_ies()
1583 if (rrm_copy_ml_ie(*pBcnIes, *(pBcnIes + 2), ml_copy, ml_len, pIes)) { in rrm_fill_beacon_ies()
1615 if (ml_copy) in rrm_fill_beacon_ies()
1616 qdf_mem_free(ml_copy); in rrm_fill_beacon_ies()