Home
last modified time | relevance | path

Searched refs:acl_cache (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument
68 while (acl_cache) { in hostapd_acl_cache_free()
69 prev = acl_cache; in hostapd_acl_cache_free()
70 acl_cache = acl_cache->next; in hostapd_acl_cache_free()
101 for (entry = hapd->acl_cache; entry; entry = entry->next) { in hostapd_acl_cache_get()
369 entry = hapd->acl_cache; in hostapd_acl_expire_cache()
379 hapd->acl_cache = entry->next; in hostapd_acl_expire_cache()
620 cache->next = hapd->acl_cache; in hostapd_acl_recv_radius()
621 hapd->acl_cache = cache; in hostapd_acl_recv_radius()
674 hostapd_acl_cache_free(hapd->acl_cache); in hostapd_acl_deinit()
[all …]
Dhostapd.h180 struct hostapd_cached_radius_acl *acl_cache; member