Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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
DMakefile288 OBJS += ../src/eap_server/eap_sim_db.o
Dconfig_file.c1876 os_free(bss->eap_sim_db); in hostapd_config_fill()
1877 bss->eap_sim_db = os_strdup(pos); in hostapd_config_fill()
DChangeLog531 eap_sim_db is not anymore used as a file name for GSM authentication
/external/wpa_supplicant_8/src/ap/
Dauthsrv.c168 if (hapd->conf->eap_sim_db) { in authsrv_init()
170 eap_sim_db_init(hapd->conf->eap_sim_db, in authsrv_init()
Dap_config.h202 char *eap_sim_db; member
Dap_config.c439 os_free(conf->eap_sim_db); in hostapd_config_free_bss()
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile508 OBJS_h += ../src/eap_server/eap_sim_db.o