Home | History | Annotate | Download | only in ap

Lines Matching refs:acl_cache

65 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache)
69 while (acl_cache) {
70 prev = acl_cache;
71 acl_cache = acl_cache->next;
111 for (entry = hapd->acl_cache; entry; entry = entry->next) {
346 entry = hapd->acl_cache;
355 hapd->acl_cache = entry->next;
566 cache->next = hapd->acl_cache;
567 hapd->acl_cache = cache;
624 hostapd_acl_cache_free(hapd->acl_cache);