Home
last modified time | relevance | path

Searched refs:comeback_delay (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dgas.c49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp() argument
63 wpabuf_put_le16(buf, comeback_delay); in gas_build_resp()
74 status_code, 0, 0, comeback_delay, size); in gas_build_initial_resp()
80 u16 comeback_delay, size_t size) in gas_build_comeback_resp() argument
83 status_code, frag_id, more, comeback_delay, in gas_build_comeback_resp()
129 u16 comeback_delay, size_t size) in gas_anqp_build_initial_resp() argument
148 u16 comeback_delay, in gas_anqp_build_initial_resp_buf() argument
154 comeback_delay, in gas_anqp_build_initial_resp_buf()
170 u16 comeback_delay, size_t size) in gas_anqp_build_comeback_resp() argument
190 u16 comeback_delay, in gas_anqp_build_comeback_resp_buf() argument
[all …]
H A Dgas.h16 u16 comeback_delay, size_t size);
19 u16 comeback_delay, size_t size);
22 u16 comeback_delay, size_t size);
25 u16 comeback_delay,
29 u16 comeback_delay, size_t size);
33 u16 comeback_delay,
H A Dgas_server.c93 u16 comeback_delay; in gas_server_send_resp() local
111 comeback_delay = 1; in gas_server_send_resp()
115 comeback_delay = 0; in gas_server_send_resp()
120 comeback_delay, in gas_server_send_resp()
138 if (!comeback_delay) in gas_server_send_resp()
141 if (comeback_delay) { in gas_server_send_resp()
151 gas->tx(gas->ctx, freq, da, resp, comeback_delay ? 2000 : 0); in gas_server_send_resp()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dgas_query_ap.c347 u16 comeback_delay) in gas_query_tx_comeback_req_delay() argument
351 secs = (comeback_delay * 1024) / 1000000; in gas_query_tx_comeback_req_delay()
352 usecs = comeback_delay * 1024 - secs * 1000000; in gas_query_tx_comeback_req_delay()
364 size_t len, u16 comeback_delay) in gas_query_rx_initial() argument
376 if (comeback_delay) { in gas_query_rx_initial()
397 u16 comeback_delay) in gas_query_rx_comeback() argument
403 more_frags, comeback_delay); in gas_query_rx_comeback()
416 if (comeback_delay) { in gas_query_rx_comeback()
471 u16 comeback_delay, resp_len; in gas_query_ap_rx() local
547 comeback_delay = WPA_GET_LE16(pos); in gas_query_ap_rx()
[all …]
H A Dgas_serv.c1476 u16 comeback_delay = 1; in gas_serv_req_local_processing() local
1480 comeback_delay = hapd->conf->gas_comeback_delay; in gas_serv_req_local_processing()
1500 comeback_delay, NULL); in gas_serv_req_local_processing()
1534 u16 comeback_delay = 1; in gas_serv_req_dpp_processing() local
1538 comeback_delay = hapd->conf->gas_comeback_delay; in gas_serv_req_dpp_processing()
1560 comeback_delay, 10); in gas_serv_req_dpp_processing()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dgas_query.c393 u16 comeback_delay) in gas_query_tx_comeback_req_delay() argument
402 secs = (comeback_delay * 1024) / 1000000; in gas_query_tx_comeback_req_delay()
415 size_t len, u16 comeback_delay) in gas_query_rx_initial() argument
427 if (comeback_delay) { in gas_query_rx_initial()
448 u16 comeback_delay) in gas_query_rx_comeback() argument
454 more_frags, comeback_delay); in gas_query_rx_comeback()
467 if (comeback_delay) { in gas_query_rx_comeback()
524 u16 comeback_delay, resp_len; in gas_query_rx() local
600 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx()
644 frag_id, more_frags, comeback_delay); in gas_query_rx()
[all …]
/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p_sd.c213 u16 comeback_delay, in p2p_build_sd_response() argument
221 comeback_delay, in p2p_build_sd_response()
490 u16 comeback_delay; in p2p_rx_gas_initial_resp() local
515 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp()
518 dialog_token, status_code, comeback_delay); in p2p_rx_gas_initial_resp()
560 if (comeback_delay) { in p2p_rx_gas_initial_resp()
704 u16 comeback_delay; in p2p_rx_gas_comeback_resp() local
733 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_comeback_resp()
738 comeback_delay); in p2p_rx_gas_comeback_resp()