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
248 if (!hapd->conf->radius->acct_server) in accounting_sta_start()276 if (!hapd->conf->radius->acct_server) in accounting_sta_report()436 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
972 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
1371 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
2334 &bss->radius->acct_server)) { in hostapd_config_fill()2340 } else if (bss->radius->acct_server && in hostapd_config_fill()2343 &bss->radius->acct_server->addr)) { in hostapd_config_fill()2349 } else if (bss->radius->acct_server && in hostapd_config_fill()2351 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()2352 } else if (bss->radius->acct_server && in hostapd_config_fill()2361 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()2362 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2363 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()