Searched refs:acl_queries (Results 1 – 2 of 2) sorted by relevance
294 query = hapd->acl_queries; in hostapd_allowed_address()339 query->next = hapd->acl_queries; in hostapd_allowed_address()340 hapd->acl_queries = query; in hostapd_allowed_address()389 entry = hapd->acl_queries; in hostapd_acl_expire_queries()399 hapd->acl_queries = entry->next; in hostapd_acl_expire_queries()513 query = hapd->acl_queries; in hostapd_acl_recv_radius()629 hapd->acl_queries = query->next; in hostapd_acl_recv_radius()669 query = hapd->acl_queries; in hostapd_acl_deinit()
147 struct hostapd_acl_query_data *acl_queries; member