Lines Matching refs:macstat
1162 uint32 *macstat = NULL; in wl_cntbuf_to_xtlv_format() local
1184 macstat = MALLOC(osh, WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
1187 macstat = (uint32 *)malloc(WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
1189 if (!wlccnt || !macstat) { in wl_cntbuf_to_xtlv_format()
1223 res = wl_copy_macstat_ver11(macstat, (uint32 *)cntinfo->data); in wl_cntbuf_to_xtlv_format()
1234 res = wl_copy_macstat_upto_ver10(ver, macstat, (uint32 *)cntinfo->data); in wl_cntbuf_to_xtlv_format()
1248 xtlv_desc[1].ptr = macstat; in wl_cntbuf_to_xtlv_format()
1264 if (macstat) { in wl_cntbuf_to_xtlv_format()
1265 MFREE(osh, macstat, WL_CNT_MCST_STRUCT_SZ); in wl_cntbuf_to_xtlv_format()
1271 if (macstat) { in wl_cntbuf_to_xtlv_format()
1272 free(macstat); in wl_cntbuf_to_xtlv_format()