Lines Matching refs:macstat
921 uint32 *macstat = NULL; in wl_cntbuf_to_xtlv_format() local
943 macstat = MALLOC(osh, WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
946 macstat = (uint32 *)malloc(WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
948 if (!wlccnt || !macstat) { in wl_cntbuf_to_xtlv_format()
981 res = wl_copy_macstat_ver11(macstat, (uint32 *)cntinfo->data); in wl_cntbuf_to_xtlv_format()
992 res = wl_copy_macstat_upto_ver10(ver, macstat, (uint32 *)cntinfo->data); in wl_cntbuf_to_xtlv_format()
1006 xtlv_desc[1].ptr = macstat; in wl_cntbuf_to_xtlv_format()
1022 if (macstat) { in wl_cntbuf_to_xtlv_format()
1023 MFREE(osh, macstat, WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
1029 if (macstat) { in wl_cntbuf_to_xtlv_format()
1030 free(macstat); in wl_cntbuf_to_xtlv_format()