Lines Matching defs:auth_sock
128 * auth_sock - Socket for RADIUS authentication messages
130 int auth_sock;
1300 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
1415 res = sendto(data->auth_sock, wpabuf_head(buf),
1526 res = sendto(data->auth_sock, wpabuf_head(buf),
2215 data->auth_sock = -1;
2278 data->auth_sock = radius_server_open_socket6(conf->auth_port);
2281 data->auth_sock = radius_server_open_socket(conf->auth_port);
2282 if (data->auth_sock < 0) {
2286 if (eloop_register_read_sock(data->auth_sock,
2346 if (data->auth_sock >= 0) {
2347 eloop_unregister_read_sock(data->auth_sock);
2348 close(data->auth_sock);
2837 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,