Searched refs:wait_time (Results 76 - 83 of 83) sorted by relevance

1234

/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h662 * @wait_time: How many msec to wait for a response frame
673 size_t len, unsigned int wait_time);
H A Dp2p.c1079 p2p->after_scan_tx->wait_time);
4953 size_t len, unsigned int wait_time)
4970 p2p->after_scan_tx->wait_time = wait_time;
4976 buf, len, wait_time);
4951 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/wpa_supplicant/src/p2p/
H A Dp2p.h662 * @wait_time: How many msec to wait for a response frame
673 size_t len, unsigned int wait_time);
H A Dp2p.c1079 p2p->after_scan_tx->wait_time);
4953 size_t len, unsigned int wait_time)
4970 p2p->after_scan_tx->wait_time = wait_time;
4976 buf, len, wait_time);
4951 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/hostapd/src/p2p/
H A Dp2p.c1079 p2p->after_scan_tx->wait_time);
4953 size_t len, unsigned int wait_time)
4970 p2p->after_scan_tx->wait_time = wait_time;
4976 buf, len, wait_time);
4951 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/wpa_supplicant/
H A Dwpa_supplicant.c5142 struct wpabuf *buf, unsigned int wait_time)
5147 if (wait_time > wpa_s->max_remain_on_chan)
5148 wait_time = wpa_s->max_remain_on_chan;
5152 wait_time, wpas_gas_server_tx_status, 0);
5141 wpas_gas_server_tx(void *ctx, int freq, const u8 *da, struct wpabuf *buf, unsigned int wait_time) argument
H A Dctrl_iface.c8262 int freq = 0, no_cck = 0, wait_time = 0; local
8264 /* <DA> <BSSID> [freq=<MHz>] [wait_time=<ms>] [no_cck=1]
8293 param = os_strstr(pos, " wait_time=");
8296 wait_time = atoi(param);
8319 buf, len, wait_time,
/external/ppp/pppd/
H A Dsys-solaris.c1429 * wait_time - wait for a given length of time or until a
1433 wait_time(timo)

Completed in 276 milliseconds

1234