Lines Matching refs:auth_server
2888 &bss->radius->auth_server)) { in hostapd_config_fill()
2894 } else if (bss->radius->auth_server && in hostapd_config_fill()
2897 &bss->radius->auth_server->addr)) { in hostapd_config_fill()
2903 } else if (bss->radius->auth_server && in hostapd_config_fill()
2905 bss->radius->auth_server->port = atoi(pos); in hostapd_config_fill()
2906 } else if (bss->radius->auth_server && in hostapd_config_fill()
2915 os_free(bss->radius->auth_server->shared_secret); in hostapd_config_fill()
2916 bss->radius->auth_server->shared_secret = (u8 *) os_strdup(pos); in hostapd_config_fill()
2917 bss->radius->auth_server->shared_secret_len = len; in hostapd_config_fill()
2918 } else if (bss->radius->auth_server && in hostapd_config_fill()
2921 bss->radius->auth_server->tls = false; in hostapd_config_fill()
2924 bss->radius->auth_server->tls = true; in hostapd_config_fill()
2932 } else if (bss->radius->auth_server && in hostapd_config_fill()
2934 os_free(bss->radius->auth_server->ca_cert); in hostapd_config_fill()
2935 bss->radius->auth_server->ca_cert = os_strdup(pos); in hostapd_config_fill()
2936 } else if (bss->radius->auth_server && in hostapd_config_fill()
2938 os_free(bss->radius->auth_server->client_cert); in hostapd_config_fill()
2939 bss->radius->auth_server->client_cert = os_strdup(pos); in hostapd_config_fill()
2940 } else if (bss->radius->auth_server && in hostapd_config_fill()
2942 os_free(bss->radius->auth_server->private_key); in hostapd_config_fill()
2943 bss->radius->auth_server->private_key = os_strdup(pos); in hostapd_config_fill()
2944 } else if (bss->radius->auth_server && in hostapd_config_fill()
2946 os_free(bss->radius->auth_server->private_key_passwd); in hostapd_config_fill()
2947 bss->radius->auth_server->private_key_passwd = os_strdup(pos); in hostapd_config_fill()