Lines Matching refs:wlccnt
1161 wl_cnt_wlc_t *wlccnt = NULL; in wl_cntbuf_to_xtlv_format() local
1183 wlccnt = MALLOC(osh, sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
1186 wlccnt = (wl_cnt_wlc_t *)malloc(sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
1189 if (!wlccnt || !macstat) { in wl_cntbuf_to_xtlv_format()
1215 res = wl_copy_wlccnt(ver, (uint32 *)wlccnt, (uint32 *)cntinfo->data, (uint8)src_max_idx); in wl_cntbuf_to_xtlv_format()
1243 xtlv_desc[0].len = sizeof(*wlccnt); in wl_cntbuf_to_xtlv_format()
1244 xtlv_desc[0].ptr = wlccnt; in wl_cntbuf_to_xtlv_format()
1261 if (wlccnt) { in wl_cntbuf_to_xtlv_format()
1262 MFREE(osh, wlccnt, sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
1268 if (wlccnt) { in wl_cntbuf_to_xtlv_format()
1269 free(wlccnt); in wl_cntbuf_to_xtlv_format()