Searched refs:gas_query_pending (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | gas_query_ap.c | 35 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 …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | gas_query.c | 36 struct gas_query_pending { struct 65 struct gas_query_pending *current; 77 struct gas_query_pending *query); 132 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() 152 struct gas_query_pending *query, in gas_query_done() 179 struct gas_query_pending *query, *next; in gas_query_deinit() 185 struct gas_query_pending, list) in gas_query_deinit() 192 static struct gas_query_pending * 195 struct gas_query_pending *q; in gas_query_get_pending() 196 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending() [all …]
|