Lines Matching defs:wt
2200 struct airtime_sta_weight *wt;2203 wt = os_zalloc(sizeof(*wt));2204 if (!wt)2212 if (!next || hwaddr_aton(pos, wt->addr)) {2214 os_free(wt);2219 wt->weight = atoi(pos);2220 if (!wt->weight) {2222 os_free(wt);2226 wt->next = bss->airtime_weight_list;2227 bss->airtime_weight_list = wt;