Searched refs:comeback_delay (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
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() 70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, in gas_build_initial_resp() argument 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 133 buf = gas_build_initial_resp(dialog_token, status_code, comeback_delay, in gas_anqp_build_initial_resp() 148 u16 comeback_delay, in gas_anqp_build_initial_resp_buf() argument 154 comeback_delay, in gas_anqp_build_initial_resp_buf() [all …]
|
D | gas.h | 16 u16 comeback_delay, size_t size); 19 u16 comeback_delay, size_t size); 22 u16 comeback_delay, 26 u16 comeback_delay, size_t size); 30 u16 comeback_delay,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 318 u16 comeback_delay) in gas_query_tx_comeback_req_delay() argument 322 secs = (comeback_delay * 1024) / 1000000; in gas_query_tx_comeback_req_delay() 323 usecs = comeback_delay * 1024 - secs * 1000000; in gas_query_tx_comeback_req_delay() 335 size_t len, u16 comeback_delay) in gas_query_rx_initial() argument 339 MAC2STR(query->addr), query->dialog_token, comeback_delay); in gas_query_rx_initial() 347 if (comeback_delay) { in gas_query_rx_initial() 349 gas_query_tx_comeback_req_delay(gas, query, comeback_delay); in gas_query_rx_initial() 367 u16 comeback_delay) in gas_query_rx_comeback() argument 373 more_frags, comeback_delay); in gas_query_rx_comeback() 385 if (comeback_delay) { in gas_query_rx_comeback() [all …]
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_sd.c | 204 u16 comeback_delay, in p2p_build_sd_response() argument 212 comeback_delay, in p2p_build_sd_response() 473 u16 comeback_delay; in p2p_rx_gas_initial_resp() local 498 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_initial_resp() 501 dialog_token, status_code, comeback_delay); in p2p_rx_gas_initial_resp() 543 if (comeback_delay) { in p2p_rx_gas_initial_resp() 680 u16 comeback_delay; in p2p_rx_gas_comeback_resp() local 709 comeback_delay = WPA_GET_LE16(pos); in p2p_rx_gas_comeback_resp() 714 comeback_delay); in p2p_rx_gas_comeback_resp()
|
/external/wpa_supplicant_8/src/ap/ |
D | gas_serv.c | 976 u16 comeback_delay = 1; in gas_serv_req_local_processing() local 980 comeback_delay = hapd->conf->gas_comeback_delay; in gas_serv_req_local_processing() 1000 comeback_delay, NULL); in gas_serv_req_local_processing()
|