Lines Matching refs:wlccnt
920 wl_cnt_wlc_t *wlccnt = NULL; in wl_cntbuf_to_xtlv_format() local
942 wlccnt = MALLOC(osh, sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
945 wlccnt = (wl_cnt_wlc_t *)malloc(sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
948 if (!wlccnt || !macstat) { in wl_cntbuf_to_xtlv_format()
973 res = wl_copy_wlccnt(ver, (uint32 *)wlccnt, (uint32 *)cntinfo->data, (uint8)src_max_idx); in wl_cntbuf_to_xtlv_format()
1001 xtlv_desc[0].len = sizeof(*wlccnt); in wl_cntbuf_to_xtlv_format()
1002 xtlv_desc[0].ptr = wlccnt; in wl_cntbuf_to_xtlv_format()
1019 if (wlccnt) { in wl_cntbuf_to_xtlv_format()
1020 MFREE(osh, wlccnt, sizeof(*wlccnt)); in wl_cntbuf_to_xtlv_format()
1026 if (wlccnt) { in wl_cntbuf_to_xtlv_format()
1027 free(wlccnt); in wl_cntbuf_to_xtlv_format()