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_server.c 97 * auth_sock - Socket for RADIUS authentication messages
99 int auth_sock; member in struct:radius_server_data
680 if (sendto(data->auth_sock, wpabuf_head(buf), wpabuf_len(buf), 0,
749 res = sendto(data->auth_sock, wpabuf_head(buf),
841 res = sendto(data->auth_sock, wpabuf_head(buf),
    [all...]
radius_client.c 186 * auth_sock - Currently used socket for RADIUS authentication server
188 int auth_sock; member in struct:radius_client_data
339 s = radius->auth_sock;
663 s = radius->auth_sock;
1078 radius->auth_sock = sel_sock;
1092 if (radius->auth_sock >= 0 && conf->auth_servers &&
    [all...]

Completed in 83 milliseconds