Searched refs:only_auth (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius_client.h254 void radius_client_flush(struct radius_client_data *radius, int only_auth);
H A Dradius_client.c885 * @only_auth: Whether only authentication messages are removed
887 void radius_client_flush(struct radius_client_data *radius, int only_auth) argument
898 if (!only_auth || entry->msg_type == RADIUS_AUTH) {

Completed in 105 milliseconds