Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_message_queue.c857 tSchBeaconStruct *bcn_l = NULL; in lim_allocate_and_get_bcn() local
870 bcn_l = qdf_mem_malloc_atomic(sizeof(tSchBeaconStruct)); in lim_allocate_and_get_bcn()
871 if (!bcn_l) in lim_allocate_and_get_bcn()
879 bcn_l) != QDF_STATUS_SUCCESS) { in lim_allocate_and_get_bcn()
885 *bcn = bcn_l; in lim_allocate_and_get_bcn()
896 if (bcn_l) { in lim_allocate_and_get_bcn()
897 qdf_mem_free(bcn_l); in lim_allocate_and_get_bcn()
898 bcn_l = NULL; in lim_allocate_and_get_bcn()