Lines Matching refs:wrqu
28 union iwreq_data * wrqu, in iw_handler_set_spy() argument
52 if (wrqu->data.length > 0) { in iw_handler_set_spy()
56 for (i = 0; i < wrqu->data.length; i++) in iw_handler_set_spy()
68 spydata->spy_number = wrqu->data.length; in iw_handler_set_spy()
76 union iwreq_data * wrqu, in iw_handler_get_spy() argument
87 wrqu->data.length = spydata->spy_number; in iw_handler_get_spy()
112 union iwreq_data * wrqu, in iw_handler_set_thrspy() argument
139 union iwreq_data * wrqu, in iw_handler_get_thrspy() argument
166 union iwreq_data wrqu; in iw_send_thrspy_event() local
170 wrqu.data.length = 1; in iw_send_thrspy_event()
171 wrqu.data.flags = 0; in iw_send_thrspy_event()
182 wireless_send_event(dev, SIOCGIWTHRSPY, &wrqu, (char *) &threshold); in iw_send_thrspy_event()