Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c32 struct gas_query_pending { struct
59 struct gas_query_pending *current;
121 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
141 struct gas_query_pending *query, in gas_query_done()
167 struct gas_query_pending *query, *next; in gas_query_deinit()
173 struct gas_query_pending, list) in gas_query_deinit()
180 static struct gas_query_pending *
183 struct gas_query_pending *q; in gas_query_get_pending()
184 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
193 static int gas_query_append(struct gas_query_pending *query, const u8 *data, in gas_query_append()
[all …]