HomeSort by relevance Sort by last modified time
    Searched refs:db_open (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 141 static sqlite3 * db_open(const char *db_file) function
1095 if (sqlite_db_file && (sqlite_db = db_open(sqlite_db_file)) == NULL)
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 136 static sqlite3 * db_open(const char *db_file) function
722 data->sqlite_db = db_open(pos);
    [all...]

Completed in 97 milliseconds