Home
last modified time | relevance | path

Searched refs:spy_thr_low (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/core/
Dwireless.c1153 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()
/linux-2.4.37.9/include/net/
Diw_handler.h384 struct iw_quality spy_thr_low; /* Low threshold */ member