Lines Matching defs:node
1431 struct mwifiex_sta_node *node,
1442 if (!node)
1448 jiffies_to_msecs(jiffies - node->stats.last_rx);
1450 sinfo->signal = node->stats.rssi;
1451 sinfo->signal_avg = node->stats.rssi;
1452 sinfo->rx_bytes = node->stats.rx_bytes;
1453 sinfo->tx_bytes = node->stats.tx_bytes;
1454 sinfo->rx_packets = node->stats.rx_packets;
1455 sinfo->tx_packets = node->stats.tx_packets;
1456 sinfo->tx_failed = node->stats.tx_failed;
1459 node->stats.last_tx_htinfo,
1461 sinfo->txrate.legacy = node->stats.last_tx_rate * 5;
1548 struct mwifiex_sta_node *node;
1560 list_for_each_entry(node, &priv->sta_list, list) {
1563 ether_addr_copy(mac, node->mac_addr);
1564 return mwifiex_dump_station_info(priv, node, sinfo);