Searched refs:remain_on_channel (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h2307 * remain_on_channel - Remain awake on a channel
2328 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
2337 * used, e.g., when remain_on_channel() is used to request extra time
3243 * operation is included in union wpa_event_data::remain_on_channel.
3253 * operation is included in union wpa_event_data::remain_on_channel.
3891 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
3895 struct remain_on_channel { struct in union:wpa_event_data
3905 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2579 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2580 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2600 "remain_on_channel request");
2611 data.remain_on_channel.freq = freq;
2612 data.remain_on_channel.duration = duration;
2680 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c2221 data.remain_on_channel.freq = freq;
2222 data.remain_on_channel.duration = duration;
12653 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h2307 * remain_on_channel - Remain awake on a channel
2328 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
2337 * used, e.g., when remain_on_channel() is used to request extra time
3243 * operation is included in union wpa_event_data::remain_on_channel.
3253 * operation is included in union wpa_event_data::remain_on_channel.
3891 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
3895 struct remain_on_channel { struct in union:wpa_event_data
3905 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2579 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2580 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2600 "remain_on_channel request");
2611 data.remain_on_channel.freq = freq;
2612 data.remain_on_channel.duration = duration;
2680 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c2221 data.remain_on_channel.freq = freq;
2222 data.remain_on_channel.duration = duration;
12653 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h2307 * remain_on_channel - Remain awake on a channel
2328 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
2337 * used, e.g., when remain_on_channel() is used to request extra time
3243 * operation is included in union wpa_event_data::remain_on_channel.
3253 * operation is included in union wpa_event_data::remain_on_channel.
3891 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
3895 struct remain_on_channel { struct in union:wpa_event_data
3905 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2579 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2580 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2600 "remain_on_channel request");
2611 data.remain_on_channel.freq = freq;
2612 data.remain_on_channel.duration = duration;
2680 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c2221 data.remain_on_channel.freq = freq;
2222 data.remain_on_channel.duration = duration;
12653 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c3294 wpa_s, data->remain_on_channel.freq,
3295 data->remain_on_channel.duration);
3298 wpa_s, data->remain_on_channel.freq,
3299 data->remain_on_channel.duration);
3304 wpa_s, data->remain_on_channel.freq);
3307 wpa_s, data->remain_on_channel.freq);
H A Ddriver_i.h413 if (wpa_s->driver->remain_on_channel)
414 return wpa_s->driver->remain_on_channel(wpa_s->drv_priv, freq,

Completed in 182 milliseconds