Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dgas_query_ap.c37 struct gas_query_pending { struct
67 struct gas_query_pending *current;
75 struct gas_query_pending *query);
132 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
145 struct gas_query_pending *query, in gas_query_done()
170 struct gas_query_pending *query, *next; in gas_query_ap_deinit()
176 struct gas_query_pending, list) in gas_query_ap_deinit()
183 static struct gas_query_pending *
186 struct gas_query_pending *q; in gas_query_get_pending()
187 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]
/hostap-latest/wpa_supplicant/
Dgas_query.c38 struct gas_query_pending { struct
69 struct gas_query_pending *current;
81 struct gas_query_pending *query);
138 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
158 struct gas_query_pending *query, in gas_query_done()
185 struct gas_query_pending *query, *next; in gas_query_deinit()
191 struct gas_query_pending, list) in gas_query_deinit()
198 static struct gas_query_pending *
201 struct gas_query_pending *q; in gas_query_get_pending()
204 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]