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 251 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT)
443 if (entry->msg_type == RADIUS_AUTH)
603 * @msg_type: Message type (RADIUS_AUTH, RADIUS_ACCT, RADIUS_ACCT_INTERIM)
607 * This function is used to transmit a RADIUS authentication (RADIUS_AUTH) or
892 if (!only_auth || entry->msg_type == RADIUS_AUTH) {
978 if ((auth && entry->msg_type != RADIUS_AUTH) ||
1164 (void *) RADIUS_AUTH)) {
1174 (void *) RADIUS_AUTH)) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 203 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0)
602 if (radius_client_register(hapd->radius, RADIUS_AUTH,
ieee802_1x.c 635 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, sta->addr) < 0)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 280 if (radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr)
858 res = radius_client_register(e->radius, RADIUS_AUTH,
    [all...]

Completed in 2005 milliseconds