Searched refs:radius_client_send (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/radius/
H A Dradius_client.h197 * Used only with radius_client_send(). This behaves just like
247 int radius_client_send(struct radius_client_data *radius,
H A Dradius_client.c722 * radius_client_send - Send a RADIUS request
746 int radius_client_send(struct radius_client_data *radius, function
1519 * the one used in radius_client_send() call that was used to transmit the
/freebsd-13-stable/contrib/wpa/src/ap/
H A Daccounting.c258 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0)
352 if (radius_client_send(hapd->radius, msg,
455 if (radius_client_send(hapd->radius, msg, RADIUS_ACCT, NULL) < 0)
H A Dieee802_11_auth.c197 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
H A Dieee802_1x.c841 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, sta->addr) < 0)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c303 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)

Completed in 144 milliseconds