Searched refs:wstats (Results 1 - 15 of 15) sorted by relevance

/linux-master/net/wireless/
H A Dwext-spy.c164 struct iw_quality * wstats)
176 threshold.qual = *wstats;
194 struct iw_quality * wstats)
207 memcpy(&(spydata->spy_stat[i]), wstats,
218 if (wstats->level > spydata->spy_thr_high.level) {
221 address, wstats);
224 if (wstats->level < spydata->spy_thr_low.level) {
227 address, wstats);
161 iw_send_thrspy_event(struct net_device * dev, struct iw_spy_data * spydata, unsigned char * address, struct iw_quality * wstats) argument
192 wireless_spy_update(struct net_device * dev, unsigned char * address, struct iw_quality * wstats) argument
H A Dwext-compat.c1355 static struct iw_statistics wstats; local
1382 memset(&wstats, 0, sizeof(wstats));
1388 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED;
1389 wstats.qual.updated |= IW_QUAL_QUAL_UPDATED;
1390 wstats.qual.updated |= IW_QUAL_DBM;
1391 wstats.qual.level = sig;
1396 wstats.qual.qual = sig + 110;
1402 wstats.qual.updated |= IW_QUAL_LEVEL_UPDATED;
1403 wstats
[all...]
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c838 struct iw_statistics *wstats = &priv->wstats; local
844 wstats->qual.qual = 10;
845 wstats->qual.level = 0;
846 wstats->qual.noise = 0x100 - 100; /* -100 dBm */
847 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM;
848 return wstats;
855 wstats->qual.level = tmp_level;
856 wstats->qual.qual = tmp_qual;
857 wstats
[all...]
H A Drtl_core.h226 struct iw_statistics wstats; member in struct:r8192_priv
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c377 struct iw_quality wstats; local
379 wstats.updated = 0;
381 wstats.level = rx_stats->signal;
382 wstats.updated |= IW_QUAL_LEVEL_UPDATED;
384 wstats.updated |= IW_QUAL_LEVEL_INVALID;
387 wstats.noise = rx_stats->noise;
388 wstats.updated |= IW_QUAL_NOISE_UPDATED;
390 wstats.updated |= IW_QUAL_NOISE_INVALID;
393 wstats.qual = rx_stats->signal;
394 wstats
[all...]
H A Dipw2100.c2237 priv->wstats.status = status;
2457 priv->wstats.discard.misc++;
2465 priv->wstats.discard.misc++;
2540 priv->wstats.discard.misc++;
8091 struct iw_statistics *wstats; local
8098 wstats = &priv->wstats;
8106 wstats->miss.beacon = 0;
8107 wstats->discard.retries = 0;
8108 wstats
[all...]
H A Dipw2200.c7641 priv->wstats.discard.misc++;
7646 priv->wstats.discard.misc++;
7704 priv->wstats.discard.misc++;
7709 priv->wstats.discard.misc++;
7719 priv->wstats.discard.misc++;
8314 priv->wstats.discard.misc++;
9956 struct iw_statistics *wstats; local
9958 wstats = &priv->wstats;
9966 wstats
[all...]
H A Dipw2100.h555 struct iw_statistics wstats; member in struct:ipw2100_priv
H A Dipw2200.h1277 struct iw_statistics wstats; member in struct:ipw_priv
/linux-master/include/net/
H A Diw_handler.h460 struct iw_quality *wstats);
/linux-master/drivers/staging/wlan-ng/
H A Dp80211netdev.h191 struct iw_statistics wstats; member in struct:wlandevice
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c62 struct iw_statistics *wstats = &priv->wstats; local
73 wstats->status = priv->reg.operation_mode; /* Operation mode */
1078 vwrq->qual.level = priv->wstats.qual.level;
1747 struct iw_statistics *wstats = &priv->wstats; local
1750 return (priv->dev_state < DEVICE_STATE_READY) ? NULL : wstats;
1756 wstats->discard.nwid = 0; /* Rx invalid nwid */
1757 wstats->discard.code = 0; /* Rx invalid crypt */
1758 wstats
[all...]
H A Dks_wlan.h442 struct iw_statistics wstats; member in struct:ks_wlan_private
H A Dks_hostif.c919 struct iw_statistics *wstats = &priv->wstats; local
937 wstats->qual.qual = signal;
938 wstats->qual.level = 256 - rssi;
939 wstats->qual.noise = 0; /* invalid noise value */
940 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM;
H A Dks7010_sdio.c939 memset(&priv->wstats, 0, sizeof(priv->wstats));

Completed in 445 milliseconds