Lines Matching refs:auth_server
2863 &bss->radius->auth_server)) { in hostapd_config_fill()
2869 } else if (bss->radius->auth_server && in hostapd_config_fill()
2872 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2878 } else if (bss->radius->auth_server && in hostapd_config_fill()
2880 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2881 } else if (bss->radius->auth_server && in hostapd_config_fill()
2890 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2891 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2892 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()
2893 } else if (bss->radius->auth_server && in hostapd_config_fill()
2896 bss->radius->auth_server->tls = false; in hostapd_config_fill()
2899 bss->radius->auth_server->tls = true; in hostapd_config_fill()
2907 } else if (bss->radius->auth_server && in hostapd_config_fill()
2909 os_free(bss->radius->auth_server->ca_cert); in hostapd_config_fill()
2910 bss->radius->auth_server->ca_cert = os_strdup(pos); in hostapd_config_fill()
2911 } else if (bss->radius->auth_server && in hostapd_config_fill()
2913 os_free(bss->radius->auth_server->client_cert); in hostapd_config_fill()
2914 bss->radius->auth_server->client_cert = os_strdup(pos); in hostapd_config_fill()
2915 } else if (bss->radius->auth_server && in hostapd_config_fill()
2917 os_free(bss->radius->auth_server->private_key); in hostapd_config_fill()
2918 bss->radius->auth_server->private_key = os_strdup(pos); in hostapd_config_fill()
2919 } else if (bss->radius->auth_server && in hostapd_config_fill()
2921 os_free(bss->radius->auth_server->private_key_passwd); in hostapd_config_fill()
2922 bss->radius->auth_server->private_key_passwd = os_strdup(pos); in hostapd_config_fill()