Home
last modified time | relevance | path

Searched refs:acct_server (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/radius/
H A Dradius_client.c391 conf->acct_server->requests++; in radius_client_retransmit()
393 conf->acct_server->timeouts++; in radius_client_retransmit()
394 conf->acct_server->retransmissions++; in radius_client_retransmit()
614 old = conf->acct_server; in radius_client_acct_failover()
630 conf->acct_server = next; in radius_client_acct_failover()
775 conf->acct_server->requests++; in radius_client_send()
835 rconf = conf->acct_server; in radius_client_receive()
1290 oserv = conf->acct_server; in radius_retry_primary_timer()
1291 conf->acct_server = conf->acct_servers; in radius_retry_primary_timer()
1295 conf->acct_server = oserv; in radius_retry_primary_timer()
[all …]
H A Dradius_client.h149 struct hostapd_radius_server *acct_server; member
/freebsd/contrib/wpa/src/ap/
H A Daccounting.c246 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
274 if (!hapd->conf->radius->acct_server) in accounting_sta_report()
434 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
H A Dap_config.c1537 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
H A Dieee802_1x.c1557 if (!hapd->conf->radius->acct_server || !hapd->radius || !sm) in ieee802_1x_store_radius_class()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2777 &bss->radius->acct_server)) { in hostapd_config_fill()
2783 } else if (bss->radius->acct_server && in hostapd_config_fill()
2786 &bss->radius->acct_server->addr)) { in hostapd_config_fill()
2792 } else if (bss->radius->acct_server && in hostapd_config_fill()
2794 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()
2795 } else if (bss->radius->acct_server && in hostapd_config_fill()
2804 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()
2805 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2806 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()