Lines Matching refs:wstats
1383 struct iw_statistics *wstats = &this->wstats;
1386 memset(wstats, 0, sizeof(*wstats));
1387 wstats->status = netif_running(dev);
1390 wstats->discard.code += value;
1393 wstats->discard.code += value;
1396 wstats->discard.code += value;
1399 wstats->discard.retries = value;
1402 wstats->discard.misc += value;
1405 wstats->discard.misc += value;
1408 wstats->discard.misc += value;
1411 wstats->discard.misc += value;
1412 return wstats;