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 368 conf->auth_server->requests++;
370 conf->auth_server->timeouts++;
371 conf->auth_server->retransmissions++;
494 old = conf->auth_server;
509 conf->auth_server = next;
718 if (conf->auth_server && radius->auth_sock < 0)
721 if (conf->auth_server == NULL || radius->auth_sock < 0 ||
722 conf->auth_server->shared_secret == NULL) {
729 shared_secret = conf->auth_server->shared_secret;
730 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 179 hapd->conf->radius->auth_server->shared_secret,
180 hapd->conf->radius->auth_server->shared_secret_len)) {
299 if (!hapd->conf->radius->auth_server)
ap_config.c 927 bss->radius->auth_server = bss->radius->auth_servers;
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 625 if (e->radius_conf && e->radius_conf->auth_server) {
626 os_free(e->radius_conf->auth_server->shared_secret);
627 os_free(e->radius_conf->auth_server);
950 e->radius_conf->auth_server = as;
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 106 milliseconds