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

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11_auth.c64 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
68 while (acl_cache) {
69 prev = acl_cache;
70 acl_cache = acl_cache->next;
101 for (entry = hapd->acl_cache; entry; entry = entry->next) {
369 entry = hapd->acl_cache;
379 hapd->acl_cache = entry->next;
620 cache->next = hapd->acl_cache;
621 hapd->acl_cache
[all...]
H A Dhostapd.h184 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data

Completed in 156 milliseconds