Home | History | Annotate | Download | only in drivers

Lines Matching refs:remain_on_channel

2729 	data.remain_on_channel.freq = drv->remain_on_channel_freq;
2730 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2753 "remain_on_channel request");
2764 data.remain_on_channel.freq = freq;
2765 data.remain_on_channel.duration = duration;
3309 .remain_on_channel = wpa_driver_test_remain_on_channel,