Searched refs:acct_server (Results 1 – 6 of 6) sorted by relevance
390 conf->acct_server->requests++; in radius_client_retransmit()392 conf->acct_server->timeouts++; in radius_client_retransmit()393 conf->acct_server->retransmissions++; in radius_client_retransmit()613 old = conf->acct_server; in radius_client_acct_failover()629 conf->acct_server = next; in radius_client_acct_failover()758 if (conf->acct_server && radius->acct_sock < 0) in radius_client_send()761 if (conf->acct_server == NULL || radius->acct_sock < 0 || in radius_client_send()762 conf->acct_server->shared_secret == NULL) { in radius_client_send()769 shared_secret = conf->acct_server->shared_secret; in radius_client_send()770 shared_secret_len = conf->acct_server->shared_secret_len; in radius_client_send()[all …]
149 struct hostapd_radius_server *acct_server; member
243 if (!hapd->conf->radius->acct_server) in accounting_sta_start()271 if (!hapd->conf->radius->acct_server) in accounting_sta_report()431 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
1180 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
1437 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
2751 &bss->radius->acct_server)) { in hostapd_config_fill()2757 } else if (bss->radius->acct_server && in hostapd_config_fill()2760 &bss->radius->acct_server->addr)) { in hostapd_config_fill()2766 } else if (bss->radius->acct_server && in hostapd_config_fill()2768 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()2769 } else if (bss->radius->acct_server && in hostapd_config_fill()2778 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()2779 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2780 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()