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

  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 61 struct radius_msg *last_reply; member in struct:radius_session
190 if (sess->last_reply) {
191 radius_msg_free(sess->last_reply);
192 os_free(sess->last_reply);
536 if (sess->last_reply) {
537 res = sendto(data->auth_sock, sess->last_reply->buf,
538 sess->last_reply->buf_used, 0,
636 if (sess->last_reply) {
637 radius_msg_free(sess->last_reply);
638 os_free(sess->last_reply);
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 71 struct radius_msg *last_reply; member in struct:radius_session
376 radius_msg_free(sess->last_reply);
740 if (sess->last_reply) {
742 buf = radius_msg_get_buf(sess->last_reply);
844 radius_msg_free(sess->last_reply);
845 sess->last_reply = reply;
    [all...]

Completed in 21 milliseconds