Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.c248 query = hapd->acl_queries; in hostapd_allowed_address()
284 query->next = hapd->acl_queries; in hostapd_allowed_address()
285 hapd->acl_queries = query; in hostapd_allowed_address()
334 entry = hapd->acl_queries; in hostapd_acl_expire_queries()
344 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()
459 query = hapd->acl_queries; in hostapd_acl_recv_radius()
574 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()
615 query = hapd->acl_queries; in hostapd_acl_deinit()
616 hapd->acl_queries = NULL; in hostapd_acl_deinit()
H A Dhostapd.h194 struct hostapd_acl_query_data *acl_queries; member