Home
last modified time | relevance | path

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

/hostap-latest/src/radius/
Dradius_client.c409 conf->acct_server->requests++; in radius_client_retransmit()
411 conf->acct_server->timeouts++; in radius_client_retransmit()
412 conf->acct_server->retransmissions++; in radius_client_retransmit()
669 old = conf->acct_server; in radius_client_acct_failover()
685 conf->acct_server = next; in radius_client_acct_failover()
810 if (radius->conf->acct_server->tls) in radius_close_acct_socket()
868 if (conf->acct_server && radius->acct_sock < 0) in radius_client_send()
871 if (conf->acct_server == NULL || radius->acct_sock < 0 || in radius_client_send()
872 conf->acct_server->shared_secret == NULL) { in radius_client_send()
879 shared_secret = conf->acct_server->shared_secret; in radius_client_send()
[all …]
Dradius_client.h174 struct hostapd_radius_server *acct_server; member
/hostap-latest/src/ap/
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()
Dap_config.c1644 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
Dieee802_1x.c1650 if (!hapd->conf->radius->acct_server || !hapd->radius || !sm) in ieee802_1x_store_radius_class()
/hostap-latest/hostapd/
Dconfig_file.c2953 &bss->radius->acct_server)) { in hostapd_config_fill()
2959 } else if (bss->radius->acct_server && in hostapd_config_fill()
2962 &bss->radius->acct_server->addr)) { in hostapd_config_fill()
2968 } else if (bss->radius->acct_server && in hostapd_config_fill()
2970 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()
2971 } else if (bss->radius->acct_server && in hostapd_config_fill()
2980 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()
2981 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2982 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()
2983 } else if (bss->radius->acct_server && in hostapd_config_fill()
[all …]