Searched refs:eap_sim_db (Results 1 – 8 of 8) sorted by relevance
22 hostapd is configured to use hlr_auc_gw with the eap_sim_db parameter in23 hostapd.conf (e.g., "eap_sim_db=unix:/tmp/hlr_auc_gw.sock"). hlr_auc_gw68 configured with the db parameter within the eap_sim_db configuration87 eap_sim_db=unix:/tmp/hlr_auc_gw.sock db=/tmp/eap_sim.db
288 OBJS += ../src/eap_server/eap_sim_db.o
1876 os_free(bss->eap_sim_db); in hostapd_config_fill()1877 bss->eap_sim_db = os_strdup(pos); in hostapd_config_fill()
531 eap_sim_db is not anymore used as a file name for GSM authentication
168 if (hapd->conf->eap_sim_db) { in authsrv_init()170 eap_sim_db_init(hapd->conf->eap_sim_db, in authsrv_init()
202 char *eap_sim_db; member
439 os_free(conf->eap_sim_db); in hostapd_config_free_bss()
508 OBJS_h += ../src/eap_server/eap_sim_db.o