Searched refs:wait_time (Results 1 - 25 of 29) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Doffchannel.c222 * @wait_time: Wait time for response in milliseconds
230 * channel. The @wait_time parameter can be used to request the driver to remain
235 const u8 *buf, size_t len, unsigned int wait_time,
277 wpa_s->action_tx_wait_time = wait_time;
281 wait_time, wpa_s->pending_action_dst,
324 if (wait_time > wpa_s->max_remain_on_chan)
325 wait_time = wpa_s->max_remain_on_chan;
326 else if (wait_time == 0)
327 wait_time = 20;
331 wait_time, wait_tim
233 offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time, void (*tx_cb)(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, enum offchannel_send_action_result result), int no_cck) argument
[all...]
H A Doffchannel.h15 const u8 *buf, size_t len, unsigned int wait_time,
H A Dgas_query.c259 unsigned int wait_time; local
270 wait_time = 1000;
272 wait_time > gas->wpa_s->max_remain_on_chan)
273 wait_time = gas->wpa_s->max_remain_on_chan;
277 wait_time, gas_query_tx_status, 0);
H A Dp2p_supplicant.c1337 unsigned int wait_time; member in struct:send_action_work
1362 if (awork->wait_time == 0) {
1376 0, awork->wait_time * 1000,
1448 awork->wait_time,
1461 size_t len, unsigned int wait_time)
1479 awork->wait_time = wait_time;
1494 size_t len, unsigned int wait_time)
1507 len, wait_time);
1512 wait_time,
1458 wpas_send_action_work(struct wpa_supplicant *wpa_s, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
1492 wpas_send_action(void *ctx, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_dev_disc.c71 unsigned int wait_time; local
92 wait_time = 1000;
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
94 wait_time = p2p->cfg->max_listen;
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_sd.c278 unsigned int wait_time; local
304 wait_time = 5000;
305 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
306 wait_time = p2p->cfg->max_listen;
309 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_i.h164 unsigned int wait_time; member in struct:p2p_pending_action_tx
856 size_t len, unsigned int wait_time);
H A Dp2p.h603 * @wait_time: How many msec to wait for a response frame
614 size_t len, unsigned int wait_time);
H A Dp2p.c1071 p2p->after_scan_tx->wait_time);
4822 size_t len, unsigned int wait_time)
4839 p2p->after_scan_tx->wait_time = wait_time;
4845 buf, len, wait_time);
4820 p2p_send_action(struct p2p_data *p2p, unsigned int freq, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *buf, size_t len, unsigned int wait_time) argument
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_dev_disc.c71 unsigned int wait_time; local
92 wait_time = 1000;
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
94 wait_time = p2p->cfg->max_listen;
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_sd.c278 unsigned int wait_time; local
304 wait_time = 5000;
305 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
306 wait_time = p2p->cfg->max_listen;
309 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_i.h164 unsigned int wait_time; member in struct:p2p_pending_action_tx
856 size_t len, unsigned int wait_time);
H A Dp2p.h603 * @wait_time: How many msec to wait for a response frame
614 size_t len, unsigned int wait_time);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_dev_disc.c71 unsigned int wait_time; local
92 wait_time = 1000;
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
94 wait_time = p2p->cfg->max_listen;
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_sd.c278 unsigned int wait_time; local
304 wait_time = 5000;
305 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
306 wait_time = p2p->cfg->max_listen;
309 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
H A Dp2p_i.h164 unsigned int wait_time; member in struct:p2p_pending_action_tx
856 size_t len, unsigned int wait_time);
H A Dp2p.h603 * @wait_time: How many msec to wait for a response frame
614 size_t len, unsigned int wait_time);
/external/v8/tools/push-to-trunk/
H A Dcommon_includes.py329 wait_time = wait_plan.pop()
330 print "Waiting for %f seconds." % wait_time
331 self._side_effect_handler.Sleep(wait_time)
/external/toybox/toys/pending/
H A Dtraceroute.c57 long wait_time;
199 int seq, fexit, ttl, tv = TT.wait_time * 1000;
/external/e2fsprogs/e2fsck/
H A Dunix.c1087 unsigned int wait_time = 0; local
1113 wait_time = mmp_check_interval * 2 + 1;
1126 if (verbose || wait_time > EXT4_MMP_MIN_CHECK_INTERVAL * 4) {
1129 mmp_check_interval, wait_time * 2);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl58 my $wait_time = 2;
65 if (/-d/) { $wait_time = shift; next; }
264 sleep $wait_time; # Take a nap.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3087 int offchanok, unsigned int wait_time)
3112 res = nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
3139 unsigned int wait_time)
3149 " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u fc=0x%x (%s) nlmode=%d",
3150 MAC2STR(mgmt->da), noack, freq, no_cck, offchanok, wait_time,
3180 wait_time,
3203 wait_time);
6153 unsigned int wait_time,
6166 drv->ifindex, freq, wait_time, no_cck);
6185 wait_time);
3083 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
3135 wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
6151 wpa_driver_nl80211_send_action(struct i802_bss *bss, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
7280 driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3087 int offchanok, unsigned int wait_time)
3112 res = nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
3139 unsigned int wait_time)
3149 " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u fc=0x%x (%s) nlmode=%d",
3150 MAC2STR(mgmt->da), noack, freq, no_cck, offchanok, wait_time,
3180 wait_time,
3203 wait_time);
6153 unsigned int wait_time,
6166 drv->ifindex, freq, wait_time, no_cck);
6185 wait_time);
3083 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
3135 wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
6151 wpa_driver_nl80211_send_action(struct i802_bss *bss, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
7280 driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3087 int offchanok, unsigned int wait_time)
3112 res = nl80211_send_frame_cmd(bss, freq, wait_time, data, len,
3139 unsigned int wait_time)
3149 " noack=%d freq=%u no_cck=%d offchanok=%d wait_time=%u fc=0x%x (%s) nlmode=%d",
3150 MAC2STR(mgmt->da), noack, freq, no_cck, offchanok, wait_time,
3180 wait_time,
3203 wait_time);
6153 unsigned int wait_time,
6166 drv->ifindex, freq, wait_time, no_cck);
6185 wait_time);
3083 wpa_driver_nl80211_send_frame(struct i802_bss *bss, const void *data, size_t len, int encrypt, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
3135 wpa_driver_nl80211_send_mlme(struct i802_bss *bss, const u8 *data, size_t data_len, int noack, unsigned int freq, int no_cck, int offchanok, unsigned int wait_time) argument
6151 wpa_driver_nl80211_send_action(struct i802_bss *bss, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
7280 driver_nl80211_send_action(void *priv, unsigned int freq, unsigned int wait_time, const u8 *dst, const u8 *src, const u8 *bssid, const u8 *data, size_t data_len, int no_cck) argument
[all...]
/external/toybox/generated/
H A Dglobals.h822 long wait_time; member in struct:traceroute_data

Completed in 392 milliseconds

12