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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1650 * remain_on_channel - Remain awake on a channel
1671 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
1680 * used, e.g., when remain_on_channel() is used to request extra time
1987 * operation is included in union wpa_event_data::remain_on_channel.
1997 * operation is included in union wpa_event_data::remain_on_channel.
2354 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
2358 struct remain_on_channel { struct in union:wpa_event_data
2368 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2643 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2644 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2663 "remain_on_channel request");
2674 data.remain_on_channel.freq = freq;
2675 data.remain_on_channel.duration = duration;
2750 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c883 data.remain_on_channel.freq = freq;
884 data.remain_on_channel.duration = duration;
5380 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1650 * remain_on_channel - Remain awake on a channel
1671 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
1680 * used, e.g., when remain_on_channel() is used to request extra time
1987 * operation is included in union wpa_event_data::remain_on_channel.
1997 * operation is included in union wpa_event_data::remain_on_channel.
2354 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
2358 struct remain_on_channel { struct in union:wpa_event_data
2368 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2643 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2644 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2663 "remain_on_channel request");
2674 data.remain_on_channel.freq = freq;
2675 data.remain_on_channel.duration = duration;
2750 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c883 data.remain_on_channel.freq = freq;
884 data.remain_on_channel.duration = duration;
5380 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/drivers/
H A Ddriver.h1650 * remain_on_channel - Remain awake on a channel
1671 int (*remain_on_channel)(void *priv, unsigned int freq, member in struct:wpa_driver_ops
1680 * used, e.g., when remain_on_channel() is used to request extra time
1987 * operation is included in union wpa_event_data::remain_on_channel.
1997 * operation is included in union wpa_event_data::remain_on_channel.
2354 * struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events
2358 struct remain_on_channel { struct in union:wpa_event_data
2368 } remain_on_channel; member in union:wpa_event_data
H A Ddriver_test.c2643 data.remain_on_channel.freq = drv->remain_on_channel_freq;
2644 data.remain_on_channel.duration = drv->remain_on_channel_duration;
2663 "remain_on_channel request");
2674 data.remain_on_channel.freq = freq;
2675 data.remain_on_channel.duration = duration;
2750 .remain_on_channel = wpa_driver_test_remain_on_channel,
H A Ddriver_nl80211.c883 data.remain_on_channel.freq = freq;
884 data.remain_on_channel.duration = duration;
5380 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h423 if (wpa_s->driver->remain_on_channel)
424 return wpa_s->driver->remain_on_channel(wpa_s->drv_priv, freq,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h423 if (wpa_s->driver->remain_on_channel)
424 return wpa_s->driver->remain_on_channel(wpa_s->drv_priv, freq,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Ddriver_i.h423 if (wpa_s->driver->remain_on_channel)
424 return wpa_s->driver->remain_on_channel(wpa_s->drv_priv, freq,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dcfg80211.h1015 * @remain_on_channel: Request the driver to remain awake on the specified
1165 int (*remain_on_channel)(struct wiphy *wiphy, member in struct:cfg80211_ops
2336 * cfg80211_ready_on_channel - notification of remain_on_channel start
2339 * @chan: The current channel (from remain_on_channel request)
2351 * cfg80211_remain_on_channel_expired - remain_on_channel duration expired
2354 * @chan: The current channel (from remain_on_channel request)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dcfg80211.h1015 * @remain_on_channel: Request the driver to remain awake on the specified
1165 int (*remain_on_channel)(struct wiphy *wiphy, member in struct:cfg80211_ops
2336 * cfg80211_ready_on_channel - notification of remain_on_channel start
2339 * @chan: The current channel (from remain_on_channel request)
2351 * cfg80211_remain_on_channel_expired - remain_on_channel duration expired
2354 * @chan: The current channel (from remain_on_channel request)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c588 CMD(remain_on_channel, REMAIN_ON_CHANNEL);
4510 if (!rdev->ops->remain_on_channel) {
4553 err = rdev->ops->remain_on_channel(&rdev->wiphy, dev, chan,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dnl80211.c588 CMD(remain_on_channel, REMAIN_ON_CHANNEL);
4510 if (!rdev->ops->remain_on_channel) {
4553 err = rdev->ops->remain_on_channel(&rdev->wiphy, dev, chan,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Dcfg.c1643 .remain_on_channel = ieee80211_remain_on_channel,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Dcfg.c1643 .remain_on_channel = ieee80211_remain_on_channel,

Completed in 249 milliseconds