Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c264 query = hapd->acl_queries; in hostapd_allowed_address()
310 query->next = hapd->acl_queries; in hostapd_allowed_address()
311 hapd->acl_queries = query; in hostapd_allowed_address()
358 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
367 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
420 query = hapd->acl_queries; in hostapd_acl_recv_radius()
538 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
582 query = hapd->acl_queries; in hostapd_acl_deinit()
Dhostapd.h107 struct hostapd_acl_query_data *acl_queries; member