Home
last modified time | relevance | path

Searched refs:spydata (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dwext-spy.c31 struct iw_spy_data * spydata = get_spydata(dev); in iw_handler_set_spy() local
35 if (!spydata) in iw_handler_set_spy()
41 spydata->spy_number = 0; in iw_handler_set_spy()
57 memcpy(spydata->spy_address[i], address[i].sa_data, in iw_handler_set_spy()
60 memset(spydata->spy_stat, 0, in iw_handler_set_spy()
68 spydata->spy_number = wrqu->data.length; in iw_handler_set_spy()
79 struct iw_spy_data * spydata = get_spydata(dev); in iw_handler_get_spy() local
84 if (!spydata) in iw_handler_get_spy()
87 wrqu->data.length = spydata->spy_number; in iw_handler_get_spy()
90 for (i = 0; i < spydata in iw_handler_get_spy()
115 struct iw_spy_data * spydata = get_spydata(dev); iw_handler_set_thrspy() local
142 struct iw_spy_data * spydata = get_spydata(dev); iw_handler_get_thrspy() local
161 iw_send_thrspy_event(struct net_device * dev, struct iw_spy_data * spydata, unsigned char * address, struct iw_quality * wstats) iw_send_thrspy_event() argument
196 struct iw_spy_data * spydata = get_spydata(dev); wireless_spy_update() local
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dwext-spy.c31 struct iw_spy_data * spydata = get_spydata(dev); in iw_handler_set_spy() local
35 if (!spydata) in iw_handler_set_spy()
41 spydata->spy_number = 0; in iw_handler_set_spy()
57 memcpy(spydata->spy_address[i], address[i].sa_data, in iw_handler_set_spy()
60 memset(spydata->spy_stat, 0, in iw_handler_set_spy()
68 spydata->spy_number = wrqu->data.length; in iw_handler_set_spy()
79 struct iw_spy_data * spydata = get_spydata(dev); in iw_handler_get_spy() local
84 if (!spydata) in iw_handler_get_spy()
87 wrqu->data.length = spydata->spy_number; in iw_handler_get_spy()
90 for (i = 0; i < spydata in iw_handler_get_spy()
115 struct iw_spy_data * spydata = get_spydata(dev); iw_handler_set_thrspy() local
142 struct iw_spy_data * spydata = get_spydata(dev); iw_handler_get_thrspy() local
161 iw_send_thrspy_event(struct net_device * dev, struct iw_spy_data * spydata, unsigned char * address, struct iw_quality * wstats) iw_send_thrspy_event() argument
196 struct iw_spy_data * spydata = get_spydata(dev); wireless_spy_update() local
[all...]

Completed in 1 milliseconds