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

  /external/wpa_supplicant_8/src/radius/
radius_client.h 187 RADIUS_AUTH,
radius_client.c 253 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
450 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
502 if (entry->msg_type == RADIUS_AUTH)
665 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
669 * This function is used to transmit a RADIUS authentication (RADIUS_AUTH) or
961 if (!only_auth || entry->msg_type == RADIUS_AUTH) {
1049 if ((auth && entry->msg_type != RADIUS_AUTH) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 204 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
615 if (radius_client_register(hapd->radius, RADIUS_AUTH,
ieee802_1x.c 678 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, sta->addr) < 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 291 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
967 res = radius_client_register(e->radius, RADIUS_AUTH,
    [all...]

Completed in 172 milliseconds