Home
last modified time | relevance | path

Searched refs:db_open (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/hostapd/
Dhlr_auc_gw.c144 static sqlite3 * db_open(const char *db_file) in db_open() function
1063 if (sqlite_db_file && (sqlite_db = db_open(sqlite_db_file)) == NULL) in main()
/hostap-latest/src/eap_server/
Deap_sim_db.c141 static sqlite3 * db_open(const char *db_file) in db_open() function
778 data->sqlite_db = db_open(pos); in eap_sim_db_init()