Searched refs:iw_stats (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dray_cs.h66 iw_stats wstats; /* Wireless specific stats */
H A Dwavelan.p.h464 typedef struct iw_statistics iw_stats; typedef in typeref:struct:iw_statistics
500 iw_stats wstats; /* Wireless-specific statistics */
607 static iw_stats *
H A Dwavelan_cs.p.h581 typedef struct iw_statistics iw_stats; typedef in typeref:struct:iw_statistics
617 iw_stats wstats; /* Wireless specific stats */
700 static iw_stats *
H A Dnetwave_cs.c279 struct iw_statistics iw_stats; /* Wireless stats */ member in struct:netwave_private
348 wstats = &priv->iw_stats;
364 return &priv->iw_stats;
H A Dray_cs.c66 typedef struct iw_statistics iw_stats; typedef in typeref:struct:iw_statistics
113 static iw_stats * ray_get_wireless_stats(struct net_device * dev);
1493 static iw_stats * ray_get_wireless_stats(struct net_device * dev)
1500 return (iw_stats *) NULL;
H A Dwavelan.c2417 static iw_stats *wavelan_get_wireless_stats(struct net_device * dev)
2422 iw_stats *wstats;
2432 return (iw_stats *) NULL;
H A Dwavelan_cs.c2735 static iw_stats *
2741 iw_stats * wstats;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c1244 struct iw_statistics *iw_stats = &mac->iw_stats; local
1247 memset(iw_stats, 0, sizeof(struct iw_statistics));
1260 iw_stats->qual.updated = IW_QUAL_NOISE_INVALID;
1262 iw_stats->qual.qual = qual_total / count;
1263 iw_stats->qual.level = rssi_total / count;
1264 iw_stats->qual.updated |=
1267 iw_stats->qual.updated |=
1271 return iw_stats;
H A Dzd_mac.h133 struct iw_statistics iw_stats; member in struct:zd_mac

Completed in 204 milliseconds