Lines Matching defs:clients
138 * clients - List of authorized RADIUS clients
140 struct radius_client *clients;
176 * These counters are the sum over all clients.
335 struct radius_client *client = data->clients;
2017 struct radius_client *clients)
2021 client = clients;
2041 struct radius_client *clients, *tail, *entry;
2061 clients = tail = NULL;
2169 clients = tail = entry;
2178 radius_server_free_clients(NULL, clients);
2179 clients = NULL;
2185 return clients;
2269 data->clients = radius_server_read_clients(conf->client_file,
2271 if (data->clients == NULL) {
2272 wpa_printf(MSG_ERROR, "No RADIUS clients configured");
2356 radius_server_free_clients(data, data->clients);
2456 for (cli = data->clients, idx = 0; cli; cli = cli->next, idx++) {
2625 for (cli = data->clients; cli; cli = cli->next) {