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.c57 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) in hostapd_acl_cache_free() argument
61 while (acl_cache) { in hostapd_acl_cache_free()
62 prev = acl_cache; in hostapd_acl_cache_free()
63 acl_cache = acl_cache->next; in hostapd_acl_cache_free()
77 entry = hapd->acl_cache; in hostapd_acl_cache_get()
311 entry = hapd->acl_cache; in hostapd_acl_expire_cache()
320 hapd->acl_cache = entry->next; in hostapd_acl_expire_cache()
457 cache->next = hapd->acl_cache; in hostapd_acl_recv_radius()
458 hapd->acl_cache = cache; in hostapd_acl_recv_radius()
515 hostapd_acl_cache_free(hapd->acl_cache); in hostapd_acl_deinit()
Dhostapd.h94 struct hostapd_cached_radius_acl *acl_cache; member