Searched refs:acl_cache (Results 1 – 2 of 2) sorted by relevance
54 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument58 while (acl_cache) { in hostapd_acl_cache_free()59 prev = acl_cache; in hostapd_acl_cache_free()60 acl_cache = acl_cache->next; in hostapd_acl_cache_free()75 entry = hapd->acl_cache; in hostapd_acl_cache_get()322 entry = hapd->acl_cache; in hostapd_acl_expire_cache()331 hapd->acl_cache = entry->next; in hostapd_acl_expire_cache()499 cache->next = hapd->acl_cache; in hostapd_acl_recv_radius()500 hapd->acl_cache = cache; in hostapd_acl_recv_radius()557 hostapd_acl_cache_free(hapd->acl_cache); in hostapd_acl_deinit()
86 struct hostapd_cached_radius_acl *acl_cache; member