Home
last modified time | relevance | path

Searched refs:acct_server (Results 1 - 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_client.c390 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 in radius_client_send()
[all...]
H A Dradius_client.h147 * acct_server - The current Accounting server
149 struct hostapd_radius_server *acct_server; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_client.c391 conf->acct_server->requests++; in radius_client_retransmit()
393 conf->acct_server->timeouts++; in radius_client_retransmit()
394 conf->acct_server->retransmissions++; in radius_client_retransmit()
617 old = conf->acct_server; in radius_client_acct_failover()
636 conf->acct_server = next; in radius_client_acct_failover()
765 if (conf->acct_server && radius->acct_sock < 0) in radius_client_send()
768 if (conf->acct_server == NULL || radius->acct_sock < 0 || in radius_client_send()
769 conf->acct_server->shared_secret == NULL) { in radius_client_send()
776 shared_secret = conf->acct_server->shared_secret; in radius_client_send()
777 shared_secret_len = conf->acct_server in radius_client_send()
[all...]
H A Dradius_client.h147 * acct_server - The current Accounting server
149 struct hostapd_radius_server *acct_server; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Daccounting.c246 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
274 if (!hapd->conf->radius->acct_server) in accounting_sta_report()
434 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
H A Dap_config.c1538 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
H A Dieee802_1x.c1557 if (!hapd->conf->radius->acct_server || !hapd->radius || !sm) in ieee802_1x_store_radius_class()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Daccounting.c246 if (!hapd->conf->radius->acct_server) in accounting_sta_start()
274 if (!hapd->conf->radius->acct_server) in accounting_sta_report()
434 if (!hapd->conf->radius->acct_server || hapd->radius == NULL) in accounting_report_state()
H A Dap_config.c1307 bss->radius->acct_server = bss->radius->acct_servers; in hostapd_set_security_params()
H A Dieee802_1x.c1548 if (!hapd->conf->radius->acct_server || hapd->radius == NULL || in ieee802_1x_store_radius_class()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2863 &bss->radius->acct_server)) { in hostapd_config_fill()
2869 } else if (bss->radius->acct_server && in hostapd_config_fill()
2872 &bss->radius->acct_server->addr)) { in hostapd_config_fill()
2878 } else if (bss->radius->acct_server && in hostapd_config_fill()
2880 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()
2881 } else if (bss->radius->acct_server && in hostapd_config_fill()
2890 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()
2891 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2892 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2769 &bss->radius->acct_server)) {
2775 } else if (bss->radius->acct_server &&
2778 &bss->radius->acct_server->addr)) {
2784 } else if (bss->radius->acct_server &&
2786 bss->radius->acct_server->port = atoi(pos);
2787 } else if (bss->radius->acct_server &&
2796 os_free(bss->radius->acct_server->shared_secret);
2797 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos);
2798 bss->radius->acct_server->shared_secret_len = len;

Completed in 24 milliseconds