Searched refs:spy_thr_low (Results 1 – 2 of 2) sorted by relevance
1153 memcpy(&(spydata->spy_thr_low), &(threshold->low), in iw_handler_set_thrspy()1160 …printk(KERN_DEBUG "iw_handler_set_thrspy() : low %d ; high %d\n", spydata->spy_thr_low.level, spy… in iw_handler_set_thrspy()1184 memcpy(&(threshold->low), &(spydata->spy_thr_low), in iw_handler_get_thrspy()1215 memcpy(&(threshold.low), &(spydata->spy_thr_low), in iw_send_thrspy_event()1274 if(wstats->level < spydata->spy_thr_low.level) { in wireless_spy_update()
384 struct iw_quality spy_thr_low; /* Low threshold */ member