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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_auth.c65 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
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;
356 hapd->acl_cache = entry->next;
566 cache->next = hapd->acl_cache;
567 hapd->acl_cache
[all...]
H A Dhostapd.h136 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_auth.c65 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
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;
356 hapd->acl_cache = entry->next;
566 cache->next = hapd->acl_cache;
567 hapd->acl_cache
[all...]
H A Dhostapd.h136 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_auth.c65 static void hostapd_acl_cache_free(struct hostapd_cached_radius_acl *acl_cache) argument
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;
356 hapd->acl_cache = entry->next;
566 cache->next = hapd->acl_cache;
567 hapd->acl_cache
[all...]
H A Dhostapd.h136 struct hostapd_cached_radius_acl *acl_cache; member in struct:hostapd_data

Completed in 161 milliseconds