Home
last modified time | relevance | path

Searched refs:eap_sim_db (Results 1 – 13 of 13) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhlr_auc_gw.txt22 hostapd is configured to use hlr_auc_gw with the eap_sim_db parameter in
23 hostapd.conf (e.g., "eap_sim_db=unix:/tmp/hlr_auc_gw.sock"). hlr_auc_gw
68 configured with the db parameter within the eap_sim_db configuration
87 eap_sim_db=unix:/tmp/hlr_auc_gw.sock db=/tmp/eap_sim.db
Dap_config_file.c2626 os_free(bss->eap_sim_db);
2627 bss->eap_sim_db = os_strdup(pos);
DChangeLog956 eap_sim_db is not anymore used as a file name for GSM authentication
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhlr_auc_gw.txt22 hostapd is configured to use hlr_auc_gw with the eap_sim_db parameter in
23 hostapd.conf (e.g., "eap_sim_db=unix:/tmp/hlr_auc_gw.sock"). hlr_auc_gw
68 configured with the db parameter within the eap_sim_db configuration
87 eap_sim_db=unix:/tmp/hlr_auc_gw.sock db=/tmp/eap_sim.db
Dap_config_file.c2630 os_free(bss->eap_sim_db); in hostapd_config_fill()
2631 bss->eap_sim_db = os_strdup(pos); in hostapd_config_fill()
DChangeLog999 eap_sim_db is not anymore used as a file name for GSM authentication
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dauthsrv.c262 if (hapd->conf->eap_sim_db) { in authsrv_init()
264 eap_sim_db_init(hapd->conf->eap_sim_db, in authsrv_init()
Dap_config.h294 char *eap_sim_db; member
Dap_config.c717 os_free(conf->eap_sim_db); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dauthsrv.c296 if (hapd->conf->eap_sim_db) { in authsrv_init()
298 eap_sim_db_init(hapd->conf->eap_sim_db, in authsrv_init()
Dap_config.h299 char *eap_sim_db; member
Dap_config.c811 os_free(conf->eap_sim_db); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt486 src/eap_server/eap_sim_db.c
487 src/eap_server/eap_sim_db.h