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

  /external/wpa_supplicant_8/src/radius/
radius_client.c 399 conf->auth_server->requests++;
401 conf->auth_server->timeouts++;
402 conf->auth_server->retransmissions++;
564 old = conf->auth_server;
579 conf->auth_server = next;
753 if (conf->auth_server && radius->auth_sock < 0)
756 if (conf->auth_server == NULL || radius->auth_sock < 0 ||
757 conf->auth_server->shared_secret == NULL) {
764 shared_secret = conf->auth_server->shared_secret;
765 shared_secret_len = conf->auth_server->shared_secret_len
    [all...]
radius_client.h 132 * auth_server - The current Authentication server
134 struct hostapd_radius_server *auth_server; member in struct:hostapd_radius_servers
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 172 hapd->conf->radius->auth_server->shared_secret,
173 hapd->conf->radius->auth_server->shared_secret_len)) {
312 if (!hapd->conf->radius->auth_server)
ap_config.c 1020 bss->radius->auth_server = bss->radius->auth_servers;
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 674 if (e->radius_conf && e->radius_conf->auth_server) {
675 os_free(e->radius_conf->auth_server->shared_secret);
676 os_free(e->radius_conf->auth_server);
1042 e->radius_conf->auth_server = as;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 101 milliseconds