#include <linux/ieee80211.h>
#include <linux/nl80211.h>
#include <linux/rtnetlink.h>
#include <linux/slab.h>
#include <net/net_namespace.h>
#include <linux/rcupdate.h>
#include <linux/if_ether.h>
#include <net/cfg80211.h>
#include "ieee80211_i.h"
#include "driver-ops.h"
#include "cfg.h"
#include "rate.h"
#include "mesh.h"
Go to the source code of this file.
#define ADD_STA_STATS |
( |
|
sta | ) |
|
Value:
data[
i++] += sta->rx_packets;
\
data[
i++] += sta->wep_weak_iv_count;
\
data[
i++] += sta->num_duplicates;
\
data[
i++] += sta->rx_fragments;
\
data[
i++] += sta->rx_dropped; \
data[
i++] += sta->tx_packets;
\
data[
i++] += sta->tx_fragments;
\
data[
i++] += sta->tx_filtered_count;
\
data[
i++] += sta->tx_retry_failed;
\
data[
i++] += sta->tx_retry_count;
\
data[
i++] += sta->beacon_loss_count; \
} while (0)
#define ieee80211_resume NULL |
#define ieee80211_suspend NULL |
#define STA_STATS_LEN ARRAY_SIZE(ieee80211_gstrings_sta_stats) |
#define STA_STATS_SURVEY_LEN 7 |