Searched refs:acct_server (Results 1 – 6 of 6) sorted by relevance
352 conf->acct_server->requests++; in radius_client_retransmit()354 conf->acct_server->timeouts++; in radius_client_retransmit()355 conf->acct_server->retransmissions++; in radius_client_retransmit()523 old = conf->acct_server; in radius_client_acct_failover()539 conf->acct_server = next; in radius_client_acct_failover()700 if (conf->acct_server && radius->acct_sock < 0) in radius_client_send()703 if (conf->acct_server == NULL || radius->acct_sock < 0 || in radius_client_send()704 conf->acct_server->shared_secret == NULL) { in radius_client_send()711 shared_secret = conf->acct_server->shared_secret; in radius_client_send()712 shared_secret_len = conf->acct_server->shared_secret_len; in radius_client_send()[all …]
149 struct hostapd_radius_server *acct_server; member
228 if (!hapd->conf->radius->acct_server) in accounting_sta_start()257 if (!hapd->conf->radius->acct_server) in accounting_sta_report()429 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
928 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
1296 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
2262 &bss->radius->acct_server)) { in hostapd_config_fill()2268 } else if (bss->radius->acct_server && in hostapd_config_fill()2271 &bss->radius->acct_server->addr)) { in hostapd_config_fill()2277 } else if (bss->radius->acct_server && in hostapd_config_fill()2279 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()2280 } else if (bss->radius->acct_server && in hostapd_config_fill()2289 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()2290 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2291 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()