Lines Matching defs:acl_cache
66 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache)
70 while (acl_cache) {
71 prev = acl_cache;
72 acl_cache = acl_cache->next;
86 for (entry = hapd->acl_cache; entry; entry = entry->next) {
341 entry = hapd->acl_cache;
351 hapd->acl_cache = entry->next;
599 cache->next = hapd->acl_cache;
600 hapd->acl_cache = cache;
677 hostapd_acl_cache_free(hapd->acl_cache);
678 hapd->acl_cache = NULL;