Searched refs:acct_server (Results 1 – 6 of 6) sorted by relevance
383 conf->acct_server->requests++; in radius_client_retransmit()385 conf->acct_server->timeouts++; in radius_client_retransmit()386 conf->acct_server->retransmissions++; in radius_client_retransmit()593 old = conf->acct_server; in radius_client_acct_failover()609 conf->acct_server = next; in radius_client_acct_failover()735 if (conf->acct_server && radius->acct_sock < 0) in radius_client_send()738 if (conf->acct_server == NULL || radius->acct_sock < 0 || in radius_client_send()739 conf->acct_server->shared_secret == NULL) { in radius_client_send()746 shared_secret = conf->acct_server->shared_secret; in radius_client_send()747 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()
1021 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
1397 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
2383 &bss->radius->acct_server)) { in hostapd_config_fill()2389 } else if (bss->radius->acct_server && in hostapd_config_fill()2392 &bss->radius->acct_server->addr)) { in hostapd_config_fill()2398 } else if (bss->radius->acct_server && in hostapd_config_fill()2400 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()2401 } else if (bss->radius->acct_server && in hostapd_config_fill()2410 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()2411 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2412 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()