Lines Matching defs:prev
68 struct hostapd_cached_radius_acl *prev;
71 prev = acl_cache;
73 hostapd_acl_cache_free_entry(prev);
338 struct hostapd_cached_radius_acl *prev, *entry, *tmp;
340 prev = NULL;
348 if (prev)
349 prev->next = entry->next;
359 prev = entry;
368 struct hostapd_acl_query_data *prev, *entry, *tmp;
370 prev = NULL;
378 if (prev)
379 prev->next = entry->next;
389 prev = entry;
491 struct hostapd_acl_query_data *query, *prev;
497 prev = NULL;
501 prev = query;
639 if (!prev)
642 prev->next = query->next;
674 struct hostapd_acl_query_data *query, *prev;
684 prev = query;
686 hostapd_acl_query_free(prev);
713 struct hostapd_sta_wpa_psk_short *prev = psk;
715 bin_clear_free(prev, sizeof(*prev));