Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dgas_query_ap.c35 struct gas_query_pending { struct
65 struct gas_query_pending *current;
73 struct gas_query_pending *query);
130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
143 struct gas_query_pending *query, in gas_query_done()
168 struct gas_query_pending *query, *next; in gas_query_ap_deinit()
174 struct gas_query_pending, list) in gas_query_ap_deinit()
181 static struct gas_query_pending *
184 struct gas_query_pending *q; in gas_query_get_pending()
185 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dgas_query_ap.c35 struct gas_query_pending { struct
65 struct gas_query_pending *current;
73 struct gas_query_pending *query);
130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
143 struct gas_query_pending *query, in gas_query_done()
168 struct gas_query_pending *query, *next; in gas_query_ap_deinit()
174 struct gas_query_pending, list) in gas_query_ap_deinit()
181 static struct gas_query_pending *
184 struct gas_query_pending *q; in gas_query_get_pending()
185 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dgas_query.c36 struct gas_query_pending { struct
66 struct gas_query_pending *current;
78 struct gas_query_pending *query);
135 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
155 struct gas_query_pending *query, in gas_query_done()
182 struct gas_query_pending *query, *next; in gas_query_deinit()
188 struct gas_query_pending, list) in gas_query_deinit()
195 static struct gas_query_pending *
198 struct gas_query_pending *q; in gas_query_get_pending()
199 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dgas_query.c36 struct gas_query_pending { struct
67 struct gas_query_pending *current;
79 struct gas_query_pending *query);
136 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free()
156 struct gas_query_pending *query, in gas_query_done()
183 struct gas_query_pending *query, *next; in gas_query_deinit()
189 struct gas_query_pending, list) in gas_query_deinit()
196 static struct gas_query_pending *
199 struct gas_query_pending *q; in gas_query_get_pending()
200 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
[all …]