Searched refs:ml_len (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/ |
D | rrm_api.c | 1458 uint8_t *ml_ie, uint16_t ml_len, uint8_t *pIes) in rrm_copy_ml_ie() argument 1462 if (ml_ie && ml_len && pIes) { in rrm_copy_ml_ie() 1463 qdf_mem_copy(pIes, ml_ie, ml_len); in rrm_copy_ml_ie() 1479 uint16_t ml_len, uint8_t *pIes) { in rrm_copy_ml_ie() argument 1512 uint8_t ml_len = 0; 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() 1584 pIes += ml_len; in rrm_fill_beacon_ies() 1585 *pNumIes += ml_len; in rrm_fill_beacon_ies() 1586 start_offset = start_offset + len - ml_len; in rrm_fill_beacon_ies()
|