| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | gas.c | 49 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 D | gas_server.c | 30 int *comeback_delay); 45 u16 comeback_delay; member 107 if (comeback_delay) { in gas_server_send_resp() 110 response->comeback_delay = comeback_delay; in gas_server_send_resp() 113 comeback_delay = 1; in gas_server_send_resp() 117 comeback_delay = 0; in gas_server_send_resp() 123 comeback_delay, in gas_server_send_resp() 228 int comeback_delay = 0; in gas_server_rx_initial_req() local 252 if (comeback_delay) in gas_server_rx_initial_req() 255 comeback_delay); in gas_server_rx_initial_req() [all …]
|
| H A D | gas.h | 16 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 D | gas_server.h | 29 int *comeback_delay), 39 u16 comeback_delay);
|
| H A D | dpp_tcp.c | 1657 u16 status, slen, comeback_delay; in dpp_rx_gas_resp() local 1677 comeback_delay = WPA_GET_LE16(pos); in dpp_rx_gas_resp() 1703 if (comeback_delay) { in dpp_rx_gas_resp() 1707 secs = (comeback_delay * 1024) / 1000000; in dpp_rx_gas_resp() 1708 usecs = comeback_delay * 1024 - secs * 1000000; in dpp_rx_gas_resp() 1710 comeback_delay); in dpp_rx_gas_resp()
|
| /freebsd-14.2/contrib/wpa/src/ap/ |
| H A D | gas_query_ap.c | 349 u16 comeback_delay) in gas_query_tx_comeback_req_delay() argument 353 secs = (comeback_delay * 1024) / 1000000; in gas_query_tx_comeback_req_delay() 354 usecs = comeback_delay * 1024 - secs * 1000000; in gas_query_tx_comeback_req_delay() 366 size_t len, u16 comeback_delay) in gas_query_rx_initial() argument 378 if (comeback_delay) { in gas_query_rx_initial() 399 u16 comeback_delay) in gas_query_rx_comeback() argument 405 more_frags, comeback_delay); in gas_query_rx_comeback() 418 if (comeback_delay) { in gas_query_rx_comeback() 473 u16 comeback_delay, resp_len; in gas_query_ap_rx() local 549 comeback_delay = WPA_GET_LE16(pos); in gas_query_ap_rx() [all …]
|
| H A D | gas_serv.c | 1476 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() 1561 comeback_delay, 10 + 2); in gas_serv_req_dpp_processing()
|
| /freebsd-14.2/contrib/wpa/wpa_supplicant/ |
| H A D | gas_query.c | 392 u16 comeback_delay) in gas_query_tx_comeback_req_delay() argument 401 secs = (comeback_delay * 1024) / 1000000; in gas_query_tx_comeback_req_delay() 402 usecs = comeback_delay * 1024 - secs * 1000000; in gas_query_tx_comeback_req_delay() 426 if (comeback_delay) { in gas_query_rx_initial() 447 u8 more_frags, u16 comeback_delay) in gas_query_rx_comeback() argument 453 more_frags, comeback_delay); in gas_query_rx_comeback() 466 if (comeback_delay) { in gas_query_rx_comeback() 523 u16 comeback_delay, resp_len; in gas_query_rx() local 600 comeback_delay = WPA_GET_LE16(pos); in gas_query_rx() 651 comeback_delay); in gas_query_rx() [all …]
|
| H A D | dpp_supplicant.c | 4192 const u8 *query, size_t query_len, int *comeback_delay) in wpas_dpp_gas_req_handler() argument 4237 *comeback_delay = 500; in wpas_dpp_gas_req_handler() 4251 *comeback_delay = -1; in wpas_dpp_gas_req_handler()
|
| /freebsd-14.2/contrib/wpa/src/p2p/ |
| H A D | p2p_sd.c | 212 u16 comeback_delay, in p2p_build_sd_response() argument 220 comeback_delay, in p2p_build_sd_response() 488 u16 comeback_delay; in p2p_rx_gas_initial_resp() local 522 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 525 dialog_token, status_code, comeback_delay); in p2p_rx_gas_initial_resp() 567 if (comeback_delay) { in p2p_rx_gas_initial_resp() 711 u16 comeback_delay; in p2p_rx_gas_comeback_resp() local 740 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_comeback_resp() 745 comeback_delay); in p2p_rx_gas_comeback_resp()
|