HomeSort by relevance Sort by last modified time
    Searched refs:auth_sock (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/radius/
radius_client.c 186 * 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;
    [all...]
radius_server.c 116 * 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),
    [all...]

Completed in 269 milliseconds