Home
last modified time | relevance | path

Searched refs:spy_stat (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/wireless/
H A Dwext-spy.c60 memset(spydata->spy_stat, 0, in iw_handler_set_spy()
97 spydata->spy_stat, in iw_handler_get_spy()
101 spydata->spy_stat[i].updated &= ~IW_QUAL_ALL_UPDATED; in iw_handler_get_spy()
207 memcpy(&(spydata->spy_stat[i]), wstats, in wireless_spy_update()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c223 wlandev->spy_stat[i].level = rxmeta->signal; in orinoco_spy_gather()
224 wlandev->spy_stat[i].noise = rxmeta->noise; in orinoco_spy_gather()
225 wlandev->spy_stat[i].qual = in orinoco_spy_gather()
229 wlandev->spy_stat[i].updated = 0x7; in orinoco_spy_gather()
H A Dp80211netdev.h199 struct iw_quality spy_stat[IW_MAX_SPY]; member
/openbmc/linux/include/net/
H A Diw_handler.h400 struct iw_quality spy_stat[IW_MAX_SPY]; member
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dwext.c124 wstats->qual.qual = priv->spy_data.spy_stat[0].qual; in orinoco_get_wireless_stats()
125 wstats->qual.level = priv->spy_data.spy_stat[0].level; in orinoco_get_wireless_stats()
126 wstats->qual.noise = priv->spy_data.spy_stat[0].noise; in orinoco_get_wireless_stats()
128 priv->spy_data.spy_stat[0].updated; in orinoco_get_wireless_stats()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.c1408 local->wstats.qual.qual = local->spy_data.spy_stat[0].qual; in ray_get_wireless_stats()
1409 local->wstats.qual.level = local->spy_data.spy_stat[0].level; in ray_get_wireless_stats()
1410 local->wstats.qual.noise = local->spy_data.spy_stat[0].noise; in ray_get_wireless_stats()
1412 local->spy_data.spy_stat[0].updated; in ray_get_wireless_stats()