Lines Matching refs:acct_server

2953 			    &bss->radius->acct_server)) {  in hostapd_config_fill()
2959 } else if (bss->radius->acct_server && in hostapd_config_fill()
2962 &bss->radius->acct_server->addr)) { in hostapd_config_fill()
2968 } else if (bss->radius->acct_server && in hostapd_config_fill()
2970 bss->radius->acct_server->port = atoi(pos); in hostapd_config_fill()
2971 } else if (bss->radius->acct_server && in hostapd_config_fill()
2980 os_free(bss->radius->acct_server->shared_secret); in hostapd_config_fill()
2981 bss->radius->acct_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2982 bss->radius->acct_server->shared_secret_len = len; in hostapd_config_fill()
2983 } else if (bss->radius->acct_server && in hostapd_config_fill()
2986 bss->radius->acct_server->tls = false; in hostapd_config_fill()
2989 bss->radius->acct_server->tls = true; in hostapd_config_fill()
2997 } else if (bss->radius->acct_server && in hostapd_config_fill()
2999 os_free(bss->radius->acct_server->ca_cert); in hostapd_config_fill()
3000 bss->radius->acct_server->ca_cert = os_strdup(pos); in hostapd_config_fill()
3001 } else if (bss->radius->acct_server && in hostapd_config_fill()
3003 os_free(bss->radius->acct_server->client_cert); in hostapd_config_fill()
3004 bss->radius->acct_server->client_cert = os_strdup(pos); in hostapd_config_fill()
3005 } else if (bss->radius->acct_server && in hostapd_config_fill()
3007 os_free(bss->radius->acct_server->private_key); in hostapd_config_fill()
3008 bss->radius->acct_server->private_key = os_strdup(pos); in hostapd_config_fill()
3009 } else if (bss->radius->acct_server && in hostapd_config_fill()
3011 os_free(bss->radius->acct_server->private_key_passwd); in hostapd_config_fill()
3012 bss->radius->acct_server->private_key_passwd = os_strdup(pos); in hostapd_config_fill()