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
389 if (radius->auth_sock < 0)
391 if (radius->auth_sock < 0 && conf->num_auth_servers > 1) {
397 s = radius->auth_sock;
520 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
753 if (conf->auth_server && radius->auth_sock < 0)
756 if (conf->auth_server == NULL || radius->auth_sock < 0 ||
768 s = radius->auth_sock;
    [all...]
radius_server.c 116 * auth_sock - Socket for RADIUS authentication messages
118 int auth_sock; member in struct:radius_server_data
976 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
1046 res = sendto(data->auth_sock, wpabuf_head(buf),
1152 res = sendto(data->auth_sock, wpabuf_head(buf),
    [all...]

Completed in 65 milliseconds