Searched refs:GAS_QUERY_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | gas_query.h | 29 GAS_QUERY_TIMEOUT, enumerator
|
D | gas_query.c | 120 case GAS_QUERY_TIMEOUT: in gas_result_txt() 652 gas_query_done(gas, query, GAS_QUERY_TIMEOUT); in gas_query_timeout()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | gas_query.h | 30 GAS_QUERY_TIMEOUT, enumerator
|
D | gas_query.c | 119 case GAS_QUERY_TIMEOUT: in gas_result_txt() 661 gas_query_done(gas, query, GAS_QUERY_TIMEOUT); in gas_query_timeout()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | gas_server.c | 20 #define GAS_QUERY_TIMEOUT 10 macro 153 eloop_register_timeout(GAS_QUERY_TIMEOUT, 0, in gas_server_send_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | gas_server.c | 21 #define GAS_QUERY_TIMEOUT 10 macro 158 eloop_register_timeout(GAS_QUERY_TIMEOUT, 0, in gas_server_send_resp()
|