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

  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 86 static int db_table_exists(sqlite3 *db, const char *name) function
152 if (!db_table_exists(db, "pseudonyms") &&
158 if (!db_table_exists(db, "reauth") &&
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 112 static int db_table_exists(sqlite3 *db, const char *name) function
155 if (!db_table_exists(db, "milenage") &&

Completed in 185 milliseconds