Searched refs:acl_queries (Results 1 – 2 of 2) sorted by relevance
281 query = hapd->acl_queries; in hostapd_allowed_address()327 query->next = hapd->acl_queries; in hostapd_allowed_address()328 hapd->acl_queries = query; in hostapd_allowed_address()375 entry = hapd->acl_queries; in hostapd_acl_expire_queries()384 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()485 query = hapd->acl_queries; in hostapd_acl_recv_radius()583 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()627 query = hapd->acl_queries; in hostapd_acl_deinit()
109 struct hostapd_acl_query_data *acl_queries; member