Searched refs:auth_sock (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_client.c186 * auth_sock - Currently used socket for RADIUS authentication server
188 int auth_sock; member in struct:radius_client_data
347 s = radius->auth_sock;
427 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
675 if (conf->auth_server == NULL || radius->auth_sock < 0) {
686 s = radius->auth_sock;
1107 radius->auth_sock = sel_sock;
1121 if (radius->auth_sock >= 0 && conf->auth_servers &&
1164 radius->auth_sock = -1;
1335 radius->auth_sock
[all...]
H A Dradius_server.c116 * auth_sock - Socket for RADIUS authentication messages
118 int auth_sock; member in struct:radius_server_data
958 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
1028 res = sendto(data->auth_sock, wpabuf_head(buf),
1134 res = sendto(data->auth_sock, wpabuf_head(buf),
1761 data->auth_sock = radius_server_open_socket6(conf->auth_port);
1764 data->auth_sock = radius_server_open_socket(conf->auth_port);
1765 if (data->auth_sock < 0) {
1770 if (eloop_register_read_sock(data->auth_sock,
1813 if (data->auth_sock >
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_client.c186 * auth_sock - Currently used socket for RADIUS authentication server
188 int auth_sock; member in struct:radius_client_data
347 s = radius->auth_sock;
427 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
675 if (conf->auth_server == NULL || radius->auth_sock < 0) {
686 s = radius->auth_sock;
1107 radius->auth_sock = sel_sock;
1121 if (radius->auth_sock >= 0 && conf->auth_servers &&
1164 radius->auth_sock = -1;
1335 radius->auth_sock
[all...]
H A Dradius_server.c116 * auth_sock - Socket for RADIUS authentication messages
118 int auth_sock; member in struct:radius_server_data
958 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
1028 res = sendto(data->auth_sock, wpabuf_head(buf),
1134 res = sendto(data->auth_sock, wpabuf_head(buf),
1761 data->auth_sock = radius_server_open_socket6(conf->auth_port);
1764 data->auth_sock = radius_server_open_socket(conf->auth_port);
1765 if (data->auth_sock < 0) {
1770 if (eloop_register_read_sock(data->auth_sock,
1813 if (data->auth_sock >
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_client.c186 * auth_sock - Currently used socket for RADIUS authentication server
188 int auth_sock; member in struct:radius_client_data
347 s = radius->auth_sock;
427 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
675 if (conf->auth_server == NULL || radius->auth_sock < 0) {
686 s = radius->auth_sock;
1107 radius->auth_sock = sel_sock;
1121 if (radius->auth_sock >= 0 && conf->auth_servers &&
1164 radius->auth_sock = -1;
1335 radius->auth_sock
[all...]
H A Dradius_server.c116 * auth_sock - Socket for RADIUS authentication messages
118 int auth_sock; member in struct:radius_server_data
958 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
1028 res = sendto(data->auth_sock, wpabuf_head(buf),
1134 res = sendto(data->auth_sock, wpabuf_head(buf),
1761 data->auth_sock = radius_server_open_socket6(conf->auth_port);
1764 data->auth_sock = radius_server_open_socket(conf->auth_port);
1765 if (data->auth_sock < 0) {
1770 if (eloop_register_read_sock(data->auth_sock,
1813 if (data->auth_sock >
[all...]

Completed in 554 milliseconds