Searched refs:acct_server (Results 1 – 6 of 6) sorted by relevance
341 conf->acct_server->requests++; in radius_client_retransmit()343 conf->acct_server->timeouts++; in radius_client_retransmit()344 conf->acct_server->retransmissions++; in radius_client_retransmit()482 old = conf->acct_server; in radius_client_timer()499 conf->acct_server = next; in radius_client_timer()661 if (conf->acct_server == NULL || radius->acct_sock < 0) { in radius_client_send()668 shared_secret = conf->acct_server->shared_secret; in radius_client_send()669 shared_secret_len = conf->acct_server->shared_secret_len; in radius_client_send()673 conf->acct_server->requests++; in radius_client_send()727 rconf = conf->acct_server; in radius_client_receive()[all …]
149 struct hostapd_radius_server *acct_server; member
219 if (!hapd->conf->radius->acct_server) in accounting_sta_start()248 if (!hapd->conf->radius->acct_server) in accounting_sta_report()420 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
880 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
1238 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
2146 &bss->radius->acct_server)) { in hostapd_config_fill()2152 } else if (bss->radius->acct_server && in hostapd_config_fill()2154 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()2155 } else if (bss->radius->acct_server && in hostapd_config_fill()2164 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()2165 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()2166 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()