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 263 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
520 s = entry->msg_type == RADIUS_AUTH ? radius->auth_sock :
572 if (entry->msg_type == RADIUS_AUTH)
702 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
706 * This function is used to transmit a RADIUS authentication (RADIUS_AUTH) or
996 if (!only_auth || entry->msg_type == RADIUS_AUTH) {
1093 if ((auth && entry->msg_type != RADIUS_AUTH) ||
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 197 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
649 if (radius_client_register(hapd->radius, RADIUS_AUTH,
ieee802_1x.c 718 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, sta->addr) < 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 302 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
1059 res = radius_client_register(e->radius, RADIUS_AUTH,
    [all...]

Completed in 160 milliseconds