Searched refs:RADIUS_AUTH (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant/ |
D | radius_client.c | 282 if (entry->msg_type == RADIUS_AUTH) in radius_client_timer() 694 if (!only_auth || entry->msg_type == RADIUS_AUTH) { in radius_client_flush() 779 if ((auth && entry->msg_type != RADIUS_AUTH) || in radius_change_server() 893 (void *) RADIUS_AUTH)) { in radius_client_init_auth() 903 (void *) RADIUS_AUTH)) { in radius_client_init_auth() 1024 if (entry->msg_type == RADIUS_AUTH && in radius_client_flush_auth() 1060 if (msg->msg_type == RADIUS_AUTH) in radius_client_dump_auth_server()
|
D | radius_client.h | 64 RADIUS_AUTH, enumerator
|
D | eapol_test.c | 238 radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr); in ieee802_1x_encapsulate_radius() 706 res = radius_client_register(e->radius, RADIUS_AUTH, in wpa_init_conf()
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius_client.c | 283 if (entry->msg_type == RADIUS_AUTH) in radius_client_timer() 695 if (!only_auth || entry->msg_type == RADIUS_AUTH) { in radius_client_flush() 781 if ((auth && entry->msg_type != RADIUS_AUTH) || in radius_change_server() 967 (void *) RADIUS_AUTH)) { in radius_client_init_auth() 977 (void *) RADIUS_AUTH)) { in radius_client_init_auth() 1106 if (entry->msg_type == RADIUS_AUTH && in radius_client_flush_auth() 1142 if (msg->msg_type == RADIUS_AUTH) in radius_client_dump_auth_server()
|
D | radius_client.h | 67 RADIUS_AUTH, enumerator
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | eapol_test.c | 281 radius_client_send(e->radius, msg, RADIUS_AUTH, e->wpa_s->own_addr); in ieee802_1x_encapsulate_radius() 782 res = radius_client_register(e->radius, RADIUS_AUTH, in wpa_init_conf()
|